yeastData-class {ScISI} | R Documentation |
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.
Objects can be created by calls of the form new("yeastData",
reference = dataFrameISI)
.
signature(object = "yeastData", name = "character")
: ... signature(object = "yeastData", name = "character")
: ... signature(object = "yeastData", name = "character")
: ... Tony Chiang
#go = getGOInfo(wantAllComplexes = FALSE) #goM = createGOMatrix(go) #cNames = colnames(goM) #goDF = createGODataFrame(go, goM) #goOb = createYeastObj(goDF) #ID(goOb, cNames[5]) #Desc(goOb, cNames[5]) #getUrl(goOb, cNames[5])