SequenceFeature Type
Record fields
Record Field | Description |
Full Usage:
Abbreviation
Field type: char
|
|
Full Usage:
End
Field type: int
|
|
Full Usage:
FeatureType
Field type: string
|
|
Full Usage:
Length
Field type: int
|
|
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Start
Field type: int
|
|
Static members
Static member | Description |
Full Usage:
SequenceFeature.create (name, featureStart, featureEnd, ?Abbreviation, ?Metadata, ?FeatureType)
Parameters:
string
featureStart : int
featureEnd : int
?Abbreviation : char
?Metadata : Map<string, string>
?FeatureType : string
Returns: SequenceFeature
|
|
Full Usage:
SequenceFeature.tryGetIntersection feature1 feature2
Parameters:
SequenceFeature
feature2 : SequenceFeature
Returns: (int * int) option
|
|