make.obj: Create an object of class iCellR.

Description Usage Arguments Value Examples

Description

This function takes data frame and makes an object of class iCellR.

Usage

1

Arguments

x

A data frame containing gene counts for cells.

Value

An object of class iCellR

Examples

1
2
3
4
5
     demo <- read.table(
     file = system.file('extdata', 'demo_data.txt', package = 'iCellR'),
     as.is = TRUE)
     myDemo.obj <- make.obj(demo)
     myDemo.obj

iCellR documentation built on Oct. 9, 2021, 5:07 p.m.

Related to make.obj in iCellR...