Description Usage Arguments Value Examples
Define which chromosomes to use from genomic annotation object, default 'NULL' does not exclude any chromosomes
1 | pruneChromosomes(db, chromosomes = NULL)
|
db |
An object containing a Seqinfo class, for chromosomal values. |
chromosomes |
A vector of chromosomes to keep, must be 'integer', 'character' or 'NULL' (default). Alterantive provide the value "standard" No chromosomes are removed if set to 'NULL'. |
Same as input, but with certin chromosomes removed.
1 | pruneChromosomes(db, chromosomes = c(1:22, x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.