scNMFSet {ccfindR}R Documentation

Create scNMFSet object

Description

Object derived from SingleCellExperiment

Usage

scNMFSet(count = NULL, ..., remove.zeros = TRUE)

Arguments

count

Count matrix

...

Other parameters of SingleCellExperiment

remove.zeros

Remove empty rows and columns

Value

Object of class scNMFSet.

Examples

count <- matrix(rpois(n=12,lambda=2),4,3)
s <- scNMFSet(count=count)
s

[Package ccfindR version 1.14.0 Index]