Learn R Programming

COMBIA (version 1.0.6)

removeOutliers: This function Remove Outliers

Description

This function Remove Outliers

Usage

removeOutliers(arrangeReplicates, minThersholdForCVCal, minThersholdForCV)

Arguments

arrangeReplicates

A data matrix

minThersholdForCVCal

Threshold for value removal in CV

minThersholdForCV

Values to be excluded

Value

Replicate values

Examples

Run this code
# NOT RUN {
dataFile <- system.file("extdata", "rawDataPreProcessed.csv", package="COMBIA")
dataSample <- read.csv(dataFile, header=FALSE )
minThersholdForCV <- 0.3
minThersholdForCVCal <- 0.1
removeOutliers( as.matrix(dataSample ), minThersholdForCV,
       minThersholdForCVCal) 
# }

Run the code above in your browser using DataLab