madScore | R Documentation |
Folllows description at https://wiki.arrayserver.com/wiki/index.php?title=CorrelationQC.pdf.
madScore(matrix, sample_sheet = NULL, groupby = NULL, outlier_threshold = -5)
matrix |
Matrix with samples by column |
sample_sheet |
Sample sheet with samples by row |
groupby |
Sample sheet column that can be used to group samples |
outlier_threshold |
Value below which points should be flagged as outliers, conventionally -5 |
Not currently deployed anywhere in shinyngs, but a potential way of flagging outliers for investigation
mad_score A data frame with columns for group name, MAD score and outlier status. A threshold of < -5 usually indicates outliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.