Description Usage Arguments Value Author(s) Examples
View source: R/createYeastDataObj.R
Creates an instance of the class yeastData.
1 | createYeastDataObj(dataFrameISI)
|
dataFrameISI |
A dataframe with three slots: complex name (from the incidence matrix), complex ID (from some database), complex description. |
An object of class yeastData.
Tony Chiang
1 2 3 | #mips = createMipsMatrix(wantList=TRUE)
#mipsDF = createMipsDF(mips$DESC, mips$Matrix)
#mipsOb = createYeastDataObj(mipsDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.