defaultPackages {plotgardener} | 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")