RestoreCounts {countland}R Documentation

Restore count matrix to original state

Description

Restore count matrix to original state

Usage

RestoreCounts(C)

Arguments

C

countland object

Value

countland object

Examples

gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- SubsetGenes(C,gene_indices=1:200)
C <- SubsetCells(C,cell_indices=1:50)
C <- RestoreCounts(C)

[Package countland version 0.1.2 Index]