View source: R/get.chr.length.R
get.chr.length | R Documentation |
Gets the length of each chromosome for a species/build. Choices are human (hg18, hg19, hg38), mouse(mm9, mm10)
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
size <- get.chr.length();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.