yguitton / metaMS

data processing for MS-based metabolomics
15 stars 3 forks source link

Use of several RIstandards files to compare differents batches #5

Open yguitton opened 7 years ago

yguitton commented 7 years ago

Sometimes alcanes used for RI should be re-injected between samples series and then we can't compare those samples using metaMS runGC because only one RIstandards files is allowed.

can we modify runGC in order to use several files (for example one for the samples from the first batch and one for the samples from the second ) if (!is.null(RIstandards)) allSamples.msp <- lapply(allSamples.msp, addRI, RIstandards, isMSP = FALSE)

Thanks Yann