Convenience function for getting the organism from an object or package
生物体从一个对象或包方便的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
最基本的生物体的方法只需要一个字符串(指一个特定的注解包),并返回说,根据包的有机体。
用法----------Usage----------
organism(object)
参数----------Arguments----------
参数:object
a character string that names a package
一个字符串,命名包
值----------Value----------
The name of the organism used for this package or object
生物体的名称用于此包或对象
作者(S)----------Author(s)----------
Marc Carlson
举例----------Examples----------
require(hgu95av2.db)
## get the organism for this annotation package[#获得此批注包的有机体。]
organism("hgu95av2")
## get the organism this object refers to[#得到这个对象是指生物体]
## (for a ChromLocation object)[#(为ChromLocation对象)]
z <- buildChromLocation("hgu95av2")
organism(z)