Learn R Programming

MScombine (version 1.4)

FilterbyRT: Filter by RT residuals

Description

Remove those entities with residuals above and below a maximum and minimum specified value.

Usage

FilterbyRT(CommonEntitiesImproved, MaxResidual, MinResidual)

Arguments

CommonEntitiesImproved

Data set resulted from the RemoveMismatch function

MaxResidual

Maximum residual allowed for RT+ vs RT- association

MinResidual

Minimum residual allowed for RT+ vs RT- association

Value

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

New CommonEntities table filtered, obtained after removing entities with very high or low residuals or RT+ vs RT-.

Examples

Run this code
# NOT RUN {
CommonEntitiesFiltered<-FilterbyRT(CommonEntitiesImproved,MaxResidual=0.5,MinResidual=(-0.5))
# }

Run the code above in your browser using DataLab