getGene(cummeRbund)
getGene()所属R语言包:cummeRbund
getGene
getGene
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Primary accessor from a CuffSet object to retrive all related information for 1 (one) given gene, indexed by gene_id or gene_short_name.
主存取,从CuffSet对象,以检索特定基因,由gene_id或gene_short_name索引1(一)所有相关信息。
用法----------Usage----------
## S4 method for signature 'CuffSet'
getGene(object, geneId, sampleIdList=NULL)
参数----------Arguments----------
参数:object
An object of class 'CuffSet' (Primary 'pointer' object for Cufflinks data).
一个类的CuffSet对象(小学的“指针”为袖扣数据对象)。
参数:geneId
A character string to identify which gene for which you would like to retrieve all information.
一个字符串,以确定哪些基因您想获取所有信息。
参数:sampleIdList
A vector of sample names used to subset or re-order samples in returned object
在返回的对象子集或重新排列样品的样品名称向量
Details
详情----------Details----------
None.
没有。
值----------Value----------
Returns a CuffGene object containing all related information for a given gene_id or gene_short_name
返回一个包含所有相关的信息,对于一个给定的gene_id或gene_short_name CuffGene对象
注意----------Note----------
Right now, this does not return an error if it cannot find a gene. (this is probably a bad thing...)
眼下,这并不返回一个错误,如果它不能找到一个基因。 (这可能是一件坏事......)
作者(S)----------Author(s)----------
Loyal A. Goff
参考文献----------References----------
举例----------Examples----------
a<-readCufflinks(system.file("extdata", package="cummeRbund")) #Read cufflinks data and create master CuffSet object[阅读袖扣数据和创建主CuffSet对象]
myGene<-getGene(a,"PINK1") # Retrieve all information for gene "PINK1"[检索所有“PINK1基因”的基因信息]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|