Learn R Programming

iontree (version 1.18.0)

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

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

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

Arguments

dataFolder
current data folder

Value

    Examples

    Run this code
    #saveMSnRaw("D:/Data/Raw")
    #load("D:/Data/Raw/MS2RAW.Rdata")  
    #ls()

    Run the code above in your browser using DataLab