fgcz / rawDiag

Brings Orbitrap mass spectrometry data to life; multi-platform, fast and colorful R package
https://bioconductor.org/packages/rawDiag
36 stars 11 forks source link

class raw #43

Open tobiasko opened 5 years ago

tobiasko commented 5 years ago
rawfile <- structure(list(path = "Downloads/Resource_642890/20180717_006_tSIM_demo.raw", header = ... ), class = "raw")

accordingly XIC() could be def. as

XIC(rawfile, mz, tol, ...)