saveMSnRaw: Retrieve MS2 and MS3 data and save as R binary in the current...

Description Usage Arguments Author(s) Examples

View source: R/saveMSnRaw.R

Description

save MS2 and MS3 data for later processing such as ion tree construction. R binary files "MS2RAW.Rdata" and "MS3RAW.Rdata" may be found in the current folder, which can be reloaded.

Usage

1
saveMSnRaw(dataFolder = "D:/Data/Raw")

Arguments

dataFolder

current data folder

Author(s)

Mingshu Cao

Examples

1
2
3
#saveMSnRaw("D:/Data/Raw")
#load("D:/Data/Raw/MS2RAW.Rdata")  
#ls()

Example output

Loading required package: rJava
Loading required package: RSQLite
Loading required package: XML

iontree documentation built on May 2, 2018, 2:55 a.m.