question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make chromosome labels configurable

See original GitHub issue

Should 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:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rdacemelcommented, Jun 26, 2017

Nice web tool, please notify when you have this upgrade ready, it would be awesome!! Thanks.

0reactions
pkerpedjievcommented, Feb 7, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found