extractRawCountMatrices: Extract the cell groups from the object

View source: R/access_wrappers.R

extractRawCountMatricesR Documentation

Extract the cell groups from the object

Description

Extract the cell groups from the object

Usage

extractRawCountMatrices(object, transposed = TRUE)

## S3 method for class 'Conos'
extractRawCountMatrices(object, transposed = TRUE)

## S3 method for class 'Seurat'
extractRawCountMatrices(object, transposed = TRUE)

## S3 method for class 'dgCMatrix'
extractRawCountMatrices(object, transposed = TRUE)

Arguments

object

object from which to extract the cell groups

transposed

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


kharchenkolab/cacoa documentation built on Nov. 8, 2024, 6:06 a.m.