#### Load exmaple of AMDIS report #####
data(exampleAMDISReport)
#### Example 1 ###
#### Filter files "130513_REF_SOL2_2_100_1" and "130513_REF_SOL2_2_100_2" from AMDIS report ##############
#### using a difference between expected and real RT of 0.5min and obtaining the base.peaks ##############
#### of each compound.
test <- MetReportNames(
data = c("130513_REF_SOL2_2_100_1", "130513_REF_SOL2_2_100_2"),
exampleAMDISReport,
save = FALSE,
TimeWindow = 0.5,
base.peak = TRUE)
print(test)
#### Example 2 ###
#### Filter files "130513_REF_SOL2_2_100_1" and "130513_REF_SOL2_2_100_2" from AMDIS report ##############
#### using a difference between expected and real RT of 1 min and obtaining the AREA of each ##############
#### compound.
test <- MetReportNames(
data = c("130513_REF_SOL2_2_100_1", "130513_REF_SOL2_2_100_2"),
exampleAMDISReport,
save = FALSE,
TimeWindow = 0.5,
base.peak = FALSE)
print(test)
Run the code above in your browser using DataLab