LinearSyntenyDisplay
Auto-generated config schema for the current JBrowse release — see the
config guide for concepts. Provided by the
linear-comparative-view plugin.
View source.
Example usage
A SyntenyTrack config to paste into tracks. The adapter needs the query
(first) and target (second) assembly names, matched by the track's
assemblyNames. See the
synteny track guide for all options:
{
type: 'SyntenyTrack',
trackId: 'hg38_vs_mm10',
name: 'hg38 vs mm10',
assemblyNames: ['hg38', 'mm10'],
adapter: {
type: 'PAFAdapter',
uri: 'https://example.com/hg38_vs_mm10.paf',
queryAssembly: 'hg38',
targetAssembly: 'mm10',
},
}
Related links
- Adapter: AllVsAllIndexedPAFAdapter
- Adapter: AllVsAllPAFAdapter
- Adapter: BlastTabularAdapter
- Adapter: ChainAdapter
- Adapter: DeltaAdapter
- Adapter: MashMapAdapter
- Adapter: MCScanAnchorsAdapter
- Adapter: MCScanBlocksAdapter
- Adapter: MCScanSimpleAnchorsAdapter
- Adapter: PAFAdapter
- Adapter: PairwiseIndexedPAFAdapter
- State model: runtime API
- Guide: Custom track and display types
- Guide: Tracks