Entropy_R | R Documentation |
Compute expression entropy.
Entropy_R(expr, window=120, low = 2000)
expr |
The expression dataframe. Rows should be cells and columns should be genes. |
window |
The window size for expression value discretization. |
low |
The lower limit for normalizing expression entropy |
result |
Return "table" or "list". |
A dataframe including mean.expr,entropy,fit and norm_ent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.