get.chr.length {bedr} | 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();