Description Usage Arguments Value
Calculate the expression entropy of each gene
| 1 | Entropy(expr, r = 1)
 | 
| expr | The expression matrix. Rows should be genes and columns should be cells. | 
| r | A small fixed value to avoid log(0) of mean gene expression levels. The default value of r is set to 1, but can also be set to other values such as 0.1 and 0.01. | 
A tibble object with three columns 'Gene', 'mean.expr' and 'entropy'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.