View source: R/GenomeDB.installers.R
GetGenomesInDB | R Documentation |
GetGenomesInDB return the available genomes in the Database
genome.list <- GetGenomesInDB()
It returns a named nested list of the available genomes per species. Inside each species slots, an slot named "main" with the main path and an slot named "version" : a named vector with each genome-annotation directory
## Not run: genome.list <- GetGenomesInDB() genome.list $Human $Human$main [1] "/media/respaldo4t/GenomesDB/Human" GRCh38+GENECODE GRCh37+GENECODE19 "/media/respaldo4t/GenomesDB/Human/GRCh38+GENECODE" "/media/respaldo4t/GenomesDB/Human/GRCh37+GENECODE19" <NA> "/media/respaldo4t/GenomesDB/Human/GRCh38+GENECODE/GRCh37+GENECODE19" ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.