colMeanZscores | R Documentation |
This helper function returns the Z-score from an assay stored as a matrix
.
colMeanZscores(x)
x |
( |
A numeric vector containing the mean Z-score values for each
column in x
.
object <- hermes_data %>% add_quality_flags() %>% filter() %>% normalize() %>% assay("counts") colMeanZscores(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.