listChrTypes | R Documentation |
Prints a list of the available organisms and chromosomes sets in the predefined chromosomes sets information.
listChrTypes()
the list of available chrs and organisms is printed
filterChromosomes
, getChromosomesByOrganism
g <- getGenomeAndMask("hg19")$genome
listChrTypes()
g <- filterChromosomes(g, chr.type="autosomal", organism="hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.