scppp {scpoisson}R Documentation

Generate New scppp object

Description

Define S3 class that stores scRNA-seq data and associated information (e.g. model departure representation, cell clustering results) if corresponding functions are called.

Usage

scppp(data, sample = c("columns", "rows"))

Arguments

data

input data - Usually a matrix of counts

sample

by rows or columns

Value

S3 object for class 'scppp'.


[Package scpoisson version 0.0.1 Index]