expressedFraction | R Documentation |
For each gene, calculate the frequency of cells in each clusters are expressed.
expressedFraction(exp.bin, group, n.cores = NULL)
exp.bin |
numeric; binarized expression matrix, rows for genes and columns for samples. value 1 means expressed. |
group |
character; clusters of the samples belong to |
n.cores |
integer; number of cores used, if NULL it will be determined automatically (default: NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.