Description Usage Arguments Functions Examples
Bioconductor Organism Data and Packages
1 2 3 | biocann_orgdb(organism, optional = FALSE)
biocann_orgdb_pkgname(organism)
|
organism |
Organism name (case insensitive).
Can be specified using the common name (e.g., mouse), a partial match of the latin name (e.g., Mus musculus),
or its abbreviation (e.g., Mm).
It can also be a The following organisms are currently supported: human, arabidopsis, bovine, canine, chicken, chimp, malaria, mouse, pig, rat, rhesus, worm, zebrafish |
optional |
logical that indicates if the function should raise an error if no package is found
for the given organism specification ( |
biocann_orgdb_pkgname
: Returns the organism annotation package for a given
organism.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # list all
biocann_orgdb()
# common name
biocann_orgdb('human')
# latin name
biocann_orgdb('canis')
# any partial match works
biocann_orgdb('canis lupus')
# abbreviation
biocann_orgdb('Mm')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.