DEAnalysisMAST: Calculates differentially expressed genes between each cell...

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Finds differentially expressed genes between cell types using the MAST's lrTest function. Saves differential expression information to specified path, in the form of a matrix for each cell type. This is used by the buildSignatureMatrixMAST function in DWLS.

Usage

1
    DEAnalysisMAST(scdata, id, path)   

Arguments

scdata

Gene by cell single-cell data matrix.

id

List containing cell type ids corresponding to each column of the scdata

path

String corresponding to path in which to save DE information.

Value

Saves DE information to specified path, in the form of a matrix for each cell type.

Examples

1
    DEAnalysisMAST(scdata, id, path)

PelzKo/dwls documentation built on Dec. 18, 2021, 6:46 a.m.