View source: R/MODULE_3_QC_PCA.R
pairs2correlograms | R Documentation |
Function to calculate and plot correlograms from equivalent pairwise TER tests.
pairs2correlograms(x, outfile = NULL)
x |
A list of the results of TER tests between all pairs of samples in a data set produced by |
outfile |
The path and name of the output pdf file containing the correlograms (correlation matrix heat maps). Default: NULL. |
The Ribolog TER test can be performed on single replicates per biological sample. In a replicated experiment such as (sample A: reps A1 and A2 + sample B: reps B1 and B2), correlation coefficients of regression z scores from equivalent tests (A1 vs B1, A2 vs B1, A1 vs B2, A2 vs B2) are used to evaluate replicate homogeneity and help determine the minimum advisable number of replicates to achieve reproducibility.
A list containing the correlation matrices of equivalent replicate-by-replicate TER tests in a data set.
rr_LMCN.v2.correlograms <- pairs2correlograms(rr_LMCN.v2.pairwise)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.