A function to generate an instantiation of a chromLocation class
函数产生一个chromLocation类的实例
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will take the name of a data package and build a chromLocation object representing that data set.
此函数将一个数据包的名称,并表示该数据集的建立chromLocation对象。
用法----------Usage----------
buildChromLocation(dataPkg)
参数----------Arguments----------
参数:dataPkg
The name of the data package to be used
要使用的数据包名称
Details
详情----------Details----------
The requested data set must be available in the user's .libPaths(), and the function will throw an error if this is not the case.
请求的数据集必须在用户的.libPaths(),函数将抛出一个错误,如果这种情况并非如此。
If the data package is present, the necessary information will be extracted from the data package and a chromLocation object will be created.
目前,如果数据包是必要的信息会被提取的数据包,将创建一个chromLocation对象。
值----------Value----------
A chromLocation object representing the specified data set.
一个chromLocation对象代表指定的数据集。
作者(S)----------Author(s)----------
Jeff Gentry
举例----------Examples----------
library("hgu95av2.db")
z <- buildChromLocation("hgu95av2")