FeatureAnalysis: FeatureAnalysis

View source: R/FeatureAnalysis.R

FeatureAnalysisR Documentation

FeatureAnalysis

Description

a function can generate mz vs rt plot and QC distribution plot, also can filter isotope,rsd and zero value.

Usage

FeatureAnalysis(
  zero.filter = FALSE,
  RSD.filter = FALSE,
  zero.check = TRUE,
  mzrt = FALSE,
  FilterIsotope = TRUE
)

Arguments

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.

Value

All the results can be got form other functions and instruction.

Author(s)

Shine Shen qq951633542@163.com


shineshen007/shine documentation built on Feb. 16, 2025, 9:16 p.m.