Description Usage Arguments Value Author(s) Examples
The most basic organism method just takes a character string (which represents a particular annotation package) and returns the organism that said package is based upon.
1 | organism(object)
|
object |
a character string that names a package |
The name of the organism used for this package or object
Marc Carlson
1 2 3 4 5 6 7 8 | require(hgu95av2.db)
## get the organism for this annotation package
organism("hgu95av2")
## get the organism this object refers to
## (for a ChromLocation object)
z <- buildChromLocation("hgu95av2")
organism(z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.