make.obj {iCellR} | R Documentation |
This function takes data frame and makes an object of class iCellR.
make.obj(x = NULL)
x |
A data frame containing gene counts for cells. |
An object of class iCellR
demo <- read.table( file = system.file('extdata', 'demo_data.txt', package = 'iCellR'), as.is = TRUE) myDemo.obj <- make.obj(demo) myDemo.obj