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 Jan. 29, 2025, 1:34 a.m.