-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
409 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
**Computational Definition** | ||
|
||
A break in a molecule with respect to a reference sequence indicating the sequence deviates from the reference sequence after or before this location. | ||
|
||
**Information Model** | ||
|
||
.. list-table:: | ||
:class: clean-wrap | ||
:header-rows: 1 | ||
:align: left | ||
:widths: auto | ||
|
||
* - Field | ||
- Type | ||
- Limits | ||
- Description | ||
* - type | ||
- string | ||
- 1..1 | ||
- MUST be "Breakend" | ||
* - location | ||
- Location | ||
- 1..1 | ||
- The interval over which the break could occur in | ||
* - orientation | ||
- string | ||
- 1..1 | ||
- MUST be one of "DivergesAfter" or "DivergesBefore" indicating whether the sequences diverges from the reference after or before any position in the interval. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
**Computational Definition** | ||
|
||
A rearrangement resulting in sequences flanking the two breakends becoming adjacent sequences on the same molecule. | ||
|
||
**Information Model** | ||
|
||
.. list-table:: | ||
:class: clean-wrap | ||
:header-rows: 1 | ||
:align: left | ||
:widths: auto | ||
|
||
* - Field | ||
- Type | ||
- Limits | ||
- Description | ||
* - type | ||
- string | ||
- 1..1 | ||
- MUST be "Breakpoint" | ||
* - breakends | ||
- Breakend | ||
- 1..2 | ||
- Breakends involed in the sequence | ||
* - insertion | ||
- DefiniteRange | ||
- 0..1 | ||
- Approximate length of unknown sequence between the breaks. | ||
* - homology | ||
- boolean | ||
- 0..1 | ||
- A flag indicating whether the location interval of the breakend is due to the sequences at the breakends being homologous or whether the interval is due to uncertainty regarding the actual locations of the breakends. | ||
* - sequence | ||
- LiteralSequenceExpression | ||
- 0..1 | ||
- Sequence occuring after the break. | ||
* - terminal | ||
- boolean | ||
- 0..1 | ||
- Indicates the end of the molecule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.