View source: R/FeatureAnalysis.R
FeatureAnalysis | R Documentation |
a function can generate mz vs rt plot and QC distribution plot, also can filter isotope,rsd and zero value.
FeatureAnalysis(
zero.filter = FALSE,
RSD.filter = FALSE,
zero.check = TRUE,
mzrt = FALSE,
FilterIsotope = TRUE
)
zero.filter |
default is FALSE,if the zero value exsit in your data, make FALSE to TRUE. |
RSD.filter |
default is FALSE,if the percentage of qc rsd larger than 0.3 more than 0.7,almost after normalization,make FALSE to TRUE. |
zero.check |
default is TRUE. |
mzrt |
default is FALSE. |
FilterIsotope |
default is TRUE. |
All the results can be got form other functions and instruction.
Shine Shen qq951633542@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.