View source: R/defaultPackages.R
defaultPackages | R Documentation |
Display the default genomic annotation packages associated with a genome build
defaultPackages(Genome)
Genome |
String indicating the name of the genome assembly. |
Returns a list of the default data packages for a genome build.
## View default genomic annotation packages associated with "hg19"
defaultPackages(Genome = "hg19")
## View default genomic annotation packages associated with "mm9"
defaultPackages(Genome = "mm9")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.