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
scPath(datamat, orgsm)
is cells x genes matrix from an scRNAseq experiment. Could be non-UMI or UMI counts.
specifies whether the species is mouse ("Mm"), human ("Hs) or C. elegans ("Ce").
A list of scRNAseq matrices subsetted by KEGG Pathways, so list[[n]] corresponds to the n^th pathway.