scm_sub_mat: Extract sub-matrix. This return a matrix object on a subset...

View source: R/scmat.r

scm_sub_matR Documentation

Extract sub-matrix. This return a matrix object on a subset of the genes and cells.

Description

Extract sub-matrix. This return a matrix object on a subset of the genes and cells.

Usage

scm_sub_mat(scmat, genes = NULL, cells = NULL)

Arguments

scmat

A tgScMat object.

genes

Genes range. NULL implies the entire gene set

cells

Cells range. NULL implies the entire cell set


tanaylab/metacell documentation built on Oct. 19, 2023, 1:01 p.m.