StudyRTdiff: Study RT differences to lately remove outliers

Description Usage Arguments Value Examples

View source: R/StudyRTdiff.R

Description

Study the correlation between RT in positive and negative ionization modes to find those entities that have been associated wrongly.

Usage

1
StudyRTdiff(CommonEntitiesImproved)

Arguments

CommonEntitiesImproved

The resultant data set from the function RemoveMismatch

Value

Plot (RT+ vs RT-, regression, "residuals vs predicted", and Q-Q plot)

The CommonEntitiesImproved dataset now included a new column with residuals of each entity for the RT+ vs RT- regression.

Examples

1
2
3
4
## Not run: 
CommonEntitiesImproved<-StudyRTdiff(CommonEntitiesImproved)

## End(Not run)

MScombine documentation built on May 1, 2019, 8:04 p.m.