hg_seqlengths | R Documentation |
Outputs a standard seqlengths for human genome +/- "chr".
hg_seqlengths(genome = NULL, chr = TRUE, include.junk = FALSE)
genome |
A |
chr |
boolean Flag for whether to keep "chr". (default = FALSE) |
include.junk |
boolean Flag for whether to not trim to only 1-22, X, Y, M. (default = FALSE) |
Named integer vector with elements corresponding to the genome seqlengths
A default genome can be set with the environment variable DEFAULT_GENOME. This
can be the full namespace of the genome e.g.: DEFAULT_GENOME=BSgenome.Hsapiens.UCSC.hg19::Hsapiens
OR a URL / file path pointing to a chrom.sizes text file (e.g. http://genome.ucsc.edu/goldenpath/help/hg19.chrom.sizes) specifying a genome definition
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.