View source: R/rc.feature.filter.blanks.R
rc.feature.filter.blanks | R Documentation |
used to remove features which are found at similar intensity in blank samples
rc.feature.filter.blanks(
ramclustObj = NULL,
qc.tag = "QC",
blank.tag = "blank",
sn = 3,
remove.blanks = TRUE
)
ramclustObj |
ramclustObj containing MSdata with optional MSMSdata (MSe, DIA, idMSMS) |
qc.tag |
character vector of length one or two. If length is two, enter search string and factor name in $phenoData slot (i.e. c("QC", "sample.type"). If length one (i.e. "QC"), will search for this string in the 'sample.names' slot by default. |
blank.tag |
see 'qc.tag' , but for blanks to use as background. |
sn |
numeric defines the ratio for 'signal'. i.e. sn = 3 indicates that signal intensity must be 3 fold higher in sample than in blanks, on average, to be retained. |
remove.blanks |
logical. TRUE by default. this removes any recognized blanks samples from the MSdata and MSMSdata sets after they are used to filter contaminant features. |
This function offers normalization by run order, batch number, and QC sample signal intensity.
Each input vector should be the same length, and equal to the number of samples in the $MSdata set.
Input vector order is assumed to be the same as the sample order in the $MSdata set.
ramclustR object with normalized data.
Corey Broeckling
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.