| chromosomes | R Documentation | 
chromosomes() returns mouse chromosome names.
chromosomes(autosomal = TRUE, sexual = TRUE, mitochondrial = TRUE)
| autosomal | Whether to include the autosomal chromosomes (1 thru 19). | 
| sexual | Whether to include the sexual chromosomes (X and Y). | 
| mitochondrial | Whether to include the mitochondrial chromosome (MT). | 
A character vector of mouse chromosome names, or a subset thereof, or an empty character vector.
# All chromosomes.
chromosomes()
# Autosomal chromosomes.
chromosomes(autosomal = TRUE, sexual = FALSE, mitochondrial = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.