Description Usage Arguments Value Author(s) Examples
Gets the length of each chromosome for a species/build. Choices are human (hg18, hg19, hg38), mouse(mm9, mm10)
1 | get.chr.length(chr = NULL, species = "human", build = "hg19")
|
chr |
a vector of chromosomes to query. defaults to all. |
species |
species |
build |
build |
A dataframe with chromosome annotations
Daryl Waggott
1 | size <- get.chr.length();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.