AddMetaDataMatrix: Add cell wise data to seurat object

Description Usage Arguments Value

View source: R/input.R

Description

Takes in a matrix containing information about each cell in a single cell seurat object and and adds the data to the matrix. This method allows metadata to be added to the object in bulk.

Usage

1
AddMetaDataMatrix(seurat_object, data_matrix)

Arguments

seurat_object

A seurat object

data_matrix

A factor x cell matrix with cell wise data

Value

A seurat object with all the data from data_matrix added


sbrn3/disscat documentation built on Dec. 12, 2019, 7:54 a.m.