AddAssay: Add assay

View source: R/CellRouter_class.R

AddAssayR Documentation

Add assay

Description

Add other assay to the CellRouter object.

Usage

AddAssay(object, rawdata, assay.type, min.genes, min.cells, is.expr)

Arguments

object

CellRouter object.

rawdata

AnyMatrix; raw data, cells should be represented as columns, genes should be represented as rows.

assay.type

character; the type of data provided to the CellRouter object.

min.genes

numeric; minimum of genes a cell should express for it to be considered.

min.cells

numeric; minimum of cells in which a gene should be expressed for it to be considered.

is.expr

numeric; the minimum expression value a gene should have to be considered expressed.


edroaldo/fusca documentation built on March 1, 2023, 1:43 p.m.