powered by
This function takes data frame and makes an object of class iCellR.
make.obj(x = NULL)
An object of class iCellR
A data frame containing gene counts for cells.
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