getSeqLengths | R Documentation |
The goal for this function is to eliminate the need to lug around large packages when we only want seqlengths for things.
getSeqLengths(genome.gr, chr = "chr14")
genome.gr |
A GRanges object of the genome (from |
chr |
What chromosome to extract the seqlengths of |
The seqlengths of a specific chromosome
hg19.chr14.seqlengths <- getSeqLengths(getGenome('hg19'), chr = "chr14")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.