Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

__typename?: "FeaturePosition"
beg_ori_id?: <internal>.Maybe<number>

Index at which this segment of the feature begins on the original provenance_source. When reference and source point to the same reference system this file will be null

beg_seq_id?: <internal>.Maybe<number>

Index at which this segment of the feature begins

end_ori_id?: <internal>.Maybe<number>

Index at which this segment of the feature ends on the original provenance_source. If the positional feature maps to a single residue this field will be null. When reference and source point to the same reference system this file will be null

end_seq_id?: <internal>.Maybe<number>

Index at which this segment of the feature ends. If the positional feature maps to a single residue this field will be null

open_begin?: <internal>.Maybe<boolean>

Flag that indicates the feature begins before the feature index begin

open_end?: <internal>.Maybe<boolean>

Flag that indicates the feature end after the feature index end

range_id?: <internal>.Maybe<string>

Fragment identifier that groups a set of ranges resulting from gaps

value?: <internal>.Maybe<number>

The value for the feature at this region

values?: <internal>.Maybe<<internal>.Maybe<number>[]>

The value(s) for the feature at this region

Generated using TypeDoc