createYeastDataObj {ScISI} | R Documentation |
Creates an instance of the class yeastData.
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
#mips = createMipsMatrix(wantList=TRUE) #mipsDF = createMipsDF(mips$DESC, mips$Matrix) #mipsOb = createYeastDataObj(mipsDF)