Description Usage Arguments Value Examples
The goal for this function is to eliminate the need to lug around large packages when we only want seqlengths for things.
1 | getSeqLengths(genome = c("hg19", "hg38", "mm9", "mm10"), chr = "chr14")
|
genome |
The desired genome to use ("hg19", "hg38", "mm9", "mm10") |
chr |
What chromosome to extract the seqlengths of |
The seqlengths of a specific chromosome
1 | hg19.chr14.seqlengths <- getSeqLengths(genome = "hg19", chr = "chr14")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.