ImportData: Import expression profiles from other object as object of...

Description Usage Arguments Value Examples

View source: R/importData.R

Description

Import expression profiles from other object as object of class CellESet

Usage

1
ImportData(object)

Arguments

object

An object of class seurat, Seurat, matrix(can be sparse) or data.frame in which rows represent for features and columns for cells.

Value

An object of class CellESet(Cell Expression Set) with raw data stored in slot raw.data.

Examples

1
2
3
4
5
6
## Not run: 
library(Seurat)
myces <- ImportData(pbmc_small)
myces

## End(Not run)

weilin-genomics/rSuperCT documentation built on May 3, 2020, 1:42 p.m.