Learn R Programming

ScISI (version 1.44.0)

createYeastDataObj: Creates an object of class yeastData

Description

Creates an instance of the class yeastData.

Usage

createYeastDataObj(dataFrameISI)

Arguments

dataFrameISI
A dataframe with three slots: complex name (from the incidence matrix), complex ID (from some database), complex description.

Value

An object of class yeastData.

Examples

Run this code
 #mips = createMipsMatrix(wantList=TRUE)
 #mipsDF = createMipsDF(mips$DESC, mips$Matrix)
 #mipsOb = createYeastDataObj(mipsDF)

Run the code above in your browser using DataLab