make.obj: Create an object of class iCellR.

make.objR 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

rezakj/iCellR documentation built on March 29, 2024, 6:55 p.m.