gene.coexp | R Documentation |
The function calculates the coexpression of genes in each row of a given data frame using the gene expression table.
gene.coexp(exp.tbl, gene.frame, ncores = 4)
exp.tbl |
Gene expression matrix/data frame to calculate coexpression of genes. |
gene.frame |
A data frame with genes. The coexpression is calculated for genes in each row. |
ncores |
Number of cores to be used (Default : 4) |
gene.frame data frame with an additional column corresponding to the number of cells coexpressing the genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.