Description Usage Arguments Value Examples
Given a single-cell matrix and cell type ids, the function constructs a gene by cell type matrix containing averaged expression values for each cell type, for highly differentially expressed genes. Differential expression analysis is conducted through Seurat.
1 | buildSignatureMatrixUsingSeurat(scdata, id, path, diff.cutoff=0.5, pval.cutoff=0.01)
|
scdata |
Gene by cell single-cell data matrix. |
id |
List containing cell type ids corresponding to each column of the |
path |
String corresponding to path in which to save DE information. |
diff.cutoff |
Scalar corresponding to the log fold change cutoff to use when picking differentially expressed genes (default=0.5) |
pval.cutoff |
Scalar corresponding to the pvalue cutoff to use when picking differentially expressed genes (default=0.01) |
Gene by cell type matrix containing the gene expression signature of each cell type.
1 | buildSignatureMatrixUsingSeurat(scdata, id, path, diff.cutoff=0.5, pval.cutoff=0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.