sclink_norm | R Documentation |
Pre-process data for scLink
sclink_norm( count, scale.factor = 1e+06, filter.genes = FALSE, gene.names = NULL, n = 500 )
count |
A full gene count matrix with rows representing cells and columns representing genes. Gene names are given as column names. |
scale.factor |
A number specifying the sclae factor used for library size normalization. Defaults to 1e6. |
filter.genes |
A Boolean specifying whether scLink should select genes based on mean expression.
When set to |
gene.names |
A character vector specifying the genes used for network construction.
Only needed when |
n |
An integer specifying the number of genes to be selected by scLink (defaults to 500).
Only needed when |
A transformed and normalized gene expression matrix that can be used for correlation calculation and network construction.
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.