R/createYeastDataObj.R

Defines functions createYeastDataObj

Documented in createYeastDataObj

createYeastDataObj <- function(dataFrameISI){

    new("yeastData", reference = dataFrameISI)
    
}

Try the ScISI package in your browser

Any scripts or data that you put into this service are public.

ScISI documentation built on Nov. 8, 2020, 5:48 p.m.