Learn R Programming

conos (version 1.5.0)

getCountMatrix: Access count matrix from sample

Description

Access count matrix from sample

Usage

getCountMatrix(sample, transposed = FALSE)

# S4 method for Pagoda2 getCountMatrix(sample, transposed = FALSE)

# S4 method for seurat getCountMatrix(sample, transposed = FALSE)

# S4 method for Seurat getCountMatrix(sample, transposed = FALSE)

Arguments

sample

sample from which to get the count matrix

transposed

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