Description Usage Arguments Value Examples
Function to extract gene expression matrix from input observation matrix
1 | getGeneExpr(scData)
|
scData |
can be a raw count matrix, in which rows are genes and columns are cells; can be a seurat object; can be a SingleCellExperiment object |
a raw expression matrix in which rows are genes and columns are cells.
1 2 3 | scData = matrix(rpois(15,1),3,5)
GeneExpr = getGeneExpr(scData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.