Header menu logo BioFSharp

SequenceFeature Type

Record fields

Record Field Description

Abbreviation

Full Usage: Abbreviation

Field type: char
Field type: char

End

Full Usage: End

Field type: int
Field type: int

FeatureType

Full Usage: FeatureType

Field type: string
Field type: string

Length

Full Usage: Length

Field type: int
Field type: int

Metadata

Full Usage: Metadata

Field type: Map<string, string>
Field type: Map<string, string>

Name

Full Usage: Name

Field type: string
Field type: string

Start

Full Usage: Start

Field type: int
Field type: int

Static members

Static member Description

SequenceFeature.create (name, featureStart, featureEnd, ?Abbreviation, ?Metadata, ?FeatureType)

Full Usage: SequenceFeature.create (name, featureStart, featureEnd, ?Abbreviation, ?Metadata, ?FeatureType)

Parameters:
    name : string
    featureStart : int
    featureEnd : int
    ?Abbreviation : char
    ?Metadata : Map<string, string>
    ?FeatureType : string

Returns: SequenceFeature
name : string
featureStart : int
featureEnd : int
?Abbreviation : char
?Metadata : Map<string, string>
?FeatureType : string
Returns: SequenceFeature

SequenceFeature.tryGetIntersection feature1 feature2

Full Usage: SequenceFeature.tryGetIntersection feature1 feature2

Parameters:
Returns: (int * int) option
feature1 : SequenceFeature
feature2 : SequenceFeature
Returns: (int * int) option

Type something to start searching.