require(TargetSearchData)
data(TargetSearchData)
# find the retention marker outliers of the example data and save it in "outlier.pdf"
outliers <- FAMEoutliers(sampleDescription, RImatrix, pdffile = "outlier.pdf")
# find the outliers (although they are reported in the output PDF file)
apply(outliers, 1, which)
Run the code above in your browser using DataLab