Make chromosome labels configurable
See original GitHub issueShould be possible to pass in a chromSizes file to configure the chromosome labels track:
This:
{
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromSizes.tsv",
"type": "horizontal-chromosome-labels",
"position": "top",
"name": "Chromosome Labels (hg19)",
"height": 30,
"uid": "I1QUF22JQJuJ38j9PS4iqw",
"options": {}
}
Should become:
{
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromSizes.tsv",
"type": "horizontal-chromosome-labels",
"position": "top",
"name": "Chromosome Labels",
"source": "http://someurl.org/chromSizes.tsv",
"height": 30,
"uid": "I1QUF22JQJuJ38j9PS4iqw",
"options": {}
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Drawing Ideograms - Labels // CIRCOS Circular Genome Data ...
When chromosomes are broken up into multple ideograms, each ideogram is identified by a tag (e.g. a b c ). You can have...
Read more >karyoploteR: plot customizable linear genomes displaying ...
In this section we will see how the different parameters of plotKarytype can be used to modify this basic plot and create plots...
Read more >chromoMap v0.4.1 Documentation (R package)
chromoMap provides interactive, configurable and elegant graphics visualization of chromosomes or chromosomal regions allowing users to map chromosome ...
Read more >Visualizing genomic data and making figures with Circos
Generate a circular representation of the human genome; 4. Modify thickness of the chromosomes; 5. Add labels for each of the chromosomes; 6....
Read more >chromoMap-An R package for Interactive Visualization and ...
adjusting chromosome range or visualizing chromosome regions such as genes; adding labels to the plot; adding hyperlinks to each element ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice web tool, please notify when you have this upgrade ready, it would be awesome!! Thanks.
Yeah, that should work. Adding other genomes is a work in progress. If you want, maybe open an issue for the genome you’re interested in and we can continue the conversation there.