getRawCountMatrix: Access raw count matrix from sample

getRawCountMatrixR Documentation

Access raw count matrix from sample

Description

Access raw count matrix from sample

Usage

getRawCountMatrix(sample, transposed = FALSE)

## S4 method for signature 'Pagoda2'
getRawCountMatrix(sample, transposed = FALSE)

## S4 method for signature 'seurat'
getRawCountMatrix(sample, transposed = FALSE)

## S4 method for signature 'Seurat'
getRawCountMatrix(sample, transposed = FALSE)

## S4 method for signature 'Conos'
getRawCountMatrix(sample, transposed = FALSE)

Arguments

sample

sample from which to get the raw count matrix

transposed

boolean Whether the raw count matrix should be transposed (default=FALSE)


conos documentation built on Oct. 17, 2022, 9:07 a.m.