powered by
This function takes data frame and makes an object of class iCellR.
make.obj(x = NULL)
A data frame containing gene counts for cells.
An object of class iCellR
# NOT RUN { demo <- read.table( file = system.file('extdata', 'demo_data.txt', package = 'iCellR'), as.is = TRUE) myDemo.obj <- make.obj(demo) myDemo.obj # }
Run the code above in your browser using DataLab