Description Objects from the Class Slots Methods Author(s) Examples
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)
.
The yeastData slot is merely a data frame for some in silico interactome.
signature(object = "yeastData", name = "character")
: ...
signature(object = "yeastData", name = "character")
: ...
signature(object = "yeastData", name = "character")
: ...
Tony Chiang
1 2 3 4 5 6 7 8 | #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])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.