Learn R Programming

iCellR (version 1.6.5)

make.obj: Create an object of class iCellR.

Description

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

Usage

make.obj(x = NULL)

Value

An object of class iCellR

Arguments

x

A data frame containing gene counts for cells.

Examples

Run this code
     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