eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
294 stars 71 forks source link

Add parameter for assembly #37

Closed eweitz closed 8 years ago

eweitz commented 8 years ago

Add a parameter for "assembly" to the Ideogram constructor.

The intent is to enable users to specify a non-default (i.e., previous or non-reference) assembly for the given organism. For example in human, where GRCh38 would be the default, this would enable users to specify the previous major version of human reference genome, GRCh37.

Allow NCBI name, GenBank accession or RefSeq accession.

eweitz commented 8 years ago

This has a basic implementation per pull request #40. Specifying assembly by accession can be added in the future.