Description Usage Arguments Value
Scale data in each group
1 2 3 4 5 6 7 8 |
data |
expression matrix of feature by cell, usually normalized (in log scale) but not feature scaled. |
group_by |
a vector including cell annotations |
by_log |
calculate in log scale or in normalized scale; If TRUE log_base will be ignored. |
log_base |
base::exp(1) or 2 or other else, depends on your normalization method. |
center |
a logical value used in base::scale |
scale |
a logical value used in base::scale |
scaled data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.