coexpr_propr | R Documentation |
This function is a wrapper around propr::propr to compute coexpression starting from a Seurat dgCMatrix (from the @data field in a Seurat object), containing the expression data. This function returns only the @matrix field of the propr object.
coexpr_propr(geneExpression, verbose = FALSE, ...)
geneExpression |
a Seurat dgCMatrix (from the @data field in a Seurat object) |
verbose |
if TRUE the messages from propr::propr are not suppressed |
... |
extra parameters are passed to propr::propr |
the @matrix field of a propr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.