RCQC: RCQC

Description Usage Arguments Details Value Author(s) References

View source: R/RCQC.R

Description

filter RC object and summarize quality control sample varation

Usage

1
2
RCQC(ramclustObj = RC, qctag = "QC", npc = 4, scale = "pareto",
  which.data = "SpecAbund", outfile = "ramclustQC.pdf")

Arguments

ramclustObj

ramclustR object to analyze

qctag

"QC" by default - rowname tag to identify QC samples

npc

number of Principle components to calcuate and plot

scale

"pareto" by default: PCA scaling method used

which.data

which dataset to use. "SpecAbund" by default

outfile

name of output pdf file.

Details

plots a ramclustR summary plot. first page represents the correlation of each cluster to all other clusters, sorted by retention time. large blocks of yellow along the diaganol indicate either poor clustering or a group of coregulated metabolites with similar retention time. It is an imperfect diagnostic, partuclarly with lipids on reverse phase LC or sugars on HILIC LC systems. Page 2: histogram of r values from page 1 - only r values one position from the diagonal are used. Pages 3:5 - PCA results, with QC samples colored red. relative standard deviation calculated as sd(QC PC scores) / sd(all PC scores). Page 6: histogram of CV values for each compound int he dataset, QC samples only.

Value

new RC object, with QC samples moved to new slot. prints output summary plots to pdf.

Author(s)

Corey Broeckling

References

Broeckling CD, Afsar FA, Neumann S, Ben-Hur A, Prenni JE. RAMClust: a novel feature clustering method enables spectral-matching-based annotation for metabolomics data. Anal Chem. 2014 Jul 15;86(14):6812-7. doi: 10.1021/ac501530d. Epub 2014 Jun 26. PubMed PMID: 24927477.

Broeckling CD, Ganna A, Layer M, Brown K, Sutton B, Ingelsson E, Peers G, Prenni JE. Enabling Efficient and Confident Annotation of LC-MS Metabolomics Data through MS1 Spectrum and Time Prediction. Anal Chem. 2016 Sep 20;88(18):9226-34. doi: 10.1021/acs.analchem.6b02479. Epub 2016 Sep 8. PubMed PMID: 7560453.


sneumann/RAMClustR documentation built on May 30, 2019, 5:05 a.m.