Learn R Programming

multicross (version 2.0.0)

scPath: This function takes an scRNAseq counts matrix as an input (cells in rows x genes in cols) and outputs a list of cells x pathway matrices

Description

This function takes an scRNAseq counts matrix as an input (cells in rows x genes in cols) and outputs a list of cells x pathway matrices

Usage

scPath(datamat, orgsm)

Arguments

datamat

is cells x genes matrix from an scRNAseq experiment. Could be non-UMI or UMI counts.

orgsm

specifies whether the species is mouse ("Mm"), human ("Hs) or C. elegans ("Ce").

Value

A list of scRNAseq matrices subsetted by KEGG Pathways, so list[[n]] corresponds to the n^th pathway.