SyntenyFeatureWidget
Auto-generated @jbrowse/mobx-state-tree API for the current JBrowse release — see pluggable elements for concepts. Provided by the linear-comparative-view plugin. View source.
The feature-details widget a synteny feature opens, which is
BaseFeatureWidget plus the band the click landed in.
Members a composed model contributes are listed here too, so these tables are the whole surface.
Properties
| Member | Description | Defined by |
|---|---|---|
typetype: types.literal('SyntenyFeatureWidget') | SyntenyFeatureWidget | |
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 | |
| descriptions | 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 |
|---|---|---|
levelnumber | undefined | The band the feature was clicked in, read off the widget's own track so it follows the band when rows are added or removed. Undefined for a synteny track open in a plain linear genome view. | SyntenyFeatureWidget |
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 |