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