View source: R/accumulate.zscores.R
accumulate.zscores | R Documentation |
This function takes a dataframe of all the sign corrected scores, thus all negative, and aggregates to get a total sample quality score.
accumulate.zscores(zscores.corrected, filename = NULL)
zscores.corrected |
A dataframe whose rows are samples and each column a QC metric |
filename |
A filename where to save data. If NULL data will not be saved to file |
A dataframe of aggregated z-scores for each sample
Sample IDs defined by the rownames of zscores.corrected
Sum of z-scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.