yeastData-class(ScISI)
yeastData-class()所属R语言包:ScISI
Class "yeastData"
类“yeastData”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A class representing an interactome of yeast. The object is in the form of a dataframe with three generic methods. The methods take two arguments: the first is the instance of the class yeastData; the second is the name of a protein complex with respect as given by the bi-partite graph incidence matrix.
A类代表酵母相互作用组。对象是在形式有三种通用方法dataframe。该方法需要两个参数:第一是的类yeastData的实例,第二个是双分图的关联矩阵方面的一个蛋白复合物的名称。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("yeastData", reference = dataFrameISI).
创建对象可以通过检测的形式new("yeastData", reference = dataFrameISI)。
插槽----------Slots----------
reference The yeastData slot is merely a data frame
引用的yeastData插槽仅仅是一个数据框
方法----------Methods----------
ID signature(object = "yeastData", name = "character"): ...
编号signature(object = "yeastData", name = "character")...
Desc signature(object = "yeastData", name = "character"): ...
DESCsignature(object = "yeastData", name = "character"):...
getURL signature(object = "yeastData", name = "character"): ...
使用getURLsignature(object = "yeastData", name = "character")...
作者(S)----------Author(s)----------
Tony Chiang
举例----------Examples----------
#go = getGOInfo(wantAllComplexes = FALSE)[去= getGOInfo(wantAllComplexes = FALSE时)]
#goM = createGOMatrix(go)[GOM = createGOMatrix(去)]
#cNames = colnames(goM)[cNames = colnames(GOM)]
#goDF = createGODataFrame(go, goM)[goDF = createGODataFrame(去,GOM)]
#goOb = createYeastObj(goDF)[goOb = createYeastObj(goDF)]
#ID(goOb, cNames[5])[编号(goOb,cNames [5])]
#Desc(goOb, cNames[5])[DESC(goOb,cNames [5])]
#getUrl(goOb, cNames[5])[使用getURL(goOb,cNames [5])]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|