Description Usage Arguments Value
Do summarise (e.g. mean) for a given vector
1 2 3 4 5 6 7 8 | SummariseExpr(
x,
method = base::mean,
by_log = F,
log_base = base::exp(1),
exclude_zero = F,
outlier_cutoff = 1
)
|
x |
numeric values in log scale |
method |
base::mean or any other function returned a value |
by_log |
calculate by log scale ; If TRUE log_base will be ignored. |
log_base |
base::exp(1) or 2 or other else, depends on your normalization method. |
exclude_zero |
exclude zeros when calculate average/median feature value. Note exclude_zero first, outlier_cutoff second. |
outlier_cutoff |
sometimes outliers (several extremely high cells) should be excluded when do summarise. Set 0.99 to exclude top 1 percent cells. (default: 1) |
a numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.