Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

__typename?: "FeaturePosition"
beg_ori_id?: 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?: Maybe<number>

Index at which this segment of the feature begins

end_ori_id?: 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?: 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?: Maybe<boolean>

Flag that indicates the feature begins before the feature index begin

open_end?: Maybe<boolean>

Flag that indicates the feature end after the feature index end

range_id?: Maybe<string>

Fragment identifier that groups a set of ranges resulting from gaps

value?: Maybe<number>

The value for the feature at this region

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

The value(s) for the feature at this region

Generated using TypeDoc