add_features: add features (i.e. rows) to a Seurat object used for...

add_featuresR Documentation

add features (i.e. rows) to a Seurat object used for exporting various cell level measurements for labeled in ucsc cell browser. Note that column names much be identical to input seurat obj. Only the 'data' matrix will be altered

Description

add features (i.e. rows) to a Seurat object used for exporting various cell level measurements for labeled in ucsc cell browser. Note that column names much be identical to input seurat obj. Only the 'data' matrix will be altered

Usage

add_features(so, mat, prefix = NULL, assay = "RNA")

Arguments

so

seurat object

mat

data to add to expression matrix

prefix

optional prefix to add to rownames of mat before

assay

assay to which data will be appended, defaults to RNA merging


rnabioco/scbp documentation built on July 7, 2023, 10:10 p.m.