sclink_cor | R Documentation |
Calculate scLink's correlation matrix
sclink_cor(expr, ncores, nthre = 20, dthre = 0.9)
expr |
A gene expression matrix with rows representing cells and columns representing genes.
Gene names are given as column names. Can be the output of |
ncores |
Number of cores if using parallel computation. |
nthre |
An integer specifying a threshold on the number of complete observations. Defaults to 20. |
dthre |
A number specifying the threshold on dropout probabilities. Defaults to 0.9. |
A correlation matrix for gene co-expression relationships.
Wei Vivian Li, vivian.li@rutgers.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.