TRA | R Documentation |
Technical replicate agreement (TRA) plots provide a visualisation diagnostic that measures the closeness among technical replicates.
TRA(
data,
replicates = NULL,
M = NULL,
col = NULL,
ylim = NULL,
printLabel = TRUE,
printLegend = FALSE,
guides = NULL,
title = NULL
)
data |
The m-by-n data matrix with samples on the rows and measurements ( proteins etc.) on the columns. Missing data (NAs) are allowed. |
replicates |
A vector indicating which samples are replicates of each
other. Obsolete when |
M |
The replication structure matrix. |
col |
Color of the TRA boxes. Default is |
ylim |
The y-axis limits of the output plot. |
printLabel |
Logical. Whether to print the names of the technical replicates. |
printLegend |
Logical. Whether to print the color legend. |
guides |
Numeric. Horizontal dashed lines for reference. |
title |
Character. Title of the output plot. |
The assumption of TRA plots is that if all unwanted variations are effectively removed, replications of a unique effective sample are identical after normalisation, even if we do not declare them as replicates of each other
The TRA plot.
Molania, R., Gagnon-Bartsch, J. A., Dobrovic, A., & Speed, T. P. (2019). A new normalization for Nanostring nCounter gene expression data. Nucleic acids research, 47(12), 6073-6083.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.