powered by
The lengths of the chromsomes
chrLengths(genome = "hg19")
character: the name of the genome. hg19, hg38 and mm10 supported atm.
Returns a named vector of the chromosome lengths of the standard chromosomes.
# NOT RUN { barplot(chrLengths()) chrLengths('mm10') #the chromosome boundaries in the genomic x coordinate. plot(c(0, cumsum(chrLengths())), type='b') # }
Run the code above in your browser using DataLab