VariantFeatureWidget
Auto-generated @jbrowse/mobx-state-tree API for the current JBrowse release — see pluggable elements for concepts. Provided by the variants plugin. View source.
Feature-details widget for a VCF variant, extending the base feature widget with variant-specific fields such as genotypes and INFO.
Members a composed model contributes are listed here too, so these tables are the whole surface.
Properties
| Member | Description | Defined by |
|---|---|---|
typetype: types.literal('VariantFeatureWidget') | VariantFeatureWidget | |
descriptionsdescriptions: types.frozen<Descriptions | undefined>() | VariantFeatureWidget | |
idid: ElementId | BaseFeatureWidget | |
| unformattedFeatureData | the feature as the click handed it over, before any callback ran. Persisted as featureData | BaseFeatureWidget |
| view | BaseFeatureWidget | |
| track | BaseFeatureWidget | |
trackIdtrackId: types.maybe(types.string) | BaseFeatureWidget | |
trackTypetrackType: types.maybe(types.string) | BaseFeatureWidget | |
| sequenceFeatureDetails | BaseFeatureWidget | |
| parentFeature | names the feature this one was reached through, when it was reached through one -- a transcript clicked inside its gene | BaseFeatureWidget |
Volatiles
| Member | Description | Defined by |
|---|---|---|
sequenceHoverPositionsequenceHoverPosition: undefined | genomic base currently hovered in this widget's sequence panel, read by the LGV crosshair overlay | BaseFeatureWidget |
Getters
| Member | Description | Defined by |
|---|---|---|
trackConfigurationAnyConfigurationModel | undefined | the config the track tier of formatDetails reads. The open track's own while it is open; after it is closed, the session's copy of the same config, which is why the widget records trackId | BaseFeatureWidget |
formatDetailsTiersFormatDetailsTiers | BaseFeatureWidget | |
| formatted | BaseFeatureWidget | |
maxDepthnumber | undefined | levels of subfeature card the panel renders; unset means no limit | BaseFeatureWidget |
featureDataSimpleFeatureSerialized | undefined | the feature with every formatDetails callback applied | BaseFeatureWidget |
errorError | undefined | BaseFeatureWidget |
Actions
| Member | Description | Defined by |
|---|---|---|
setSequenceHoverPosition(pos: SequenceHoverPosition | undefined) => void | BaseFeatureWidget | |
setFeatureData(featureData: SimpleFeatureSerialized) => void | BaseFeatureWidget | |
clearFeatureData() => void | BaseFeatureWidget |