getSeqLengths | R Documentation |
Get the seqlengths of a chromosome or all chromosomes
getSeqLengths(genome = c("hg38", "hg19", "mm9", "mm10"), chr = NULL)
genome |
Genome to retrieve, currently only hg38, hg19, mm9, mm10 (default: hg38) |
chr |
Chromosome to retrieve length of, all chromosomes if NULL (default: NULL) |
seqlengths of genome
gen.sl <- getSeqLengths("hg38", "chr11")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.