getNetCDF | R Documentation |
This function returns a list of two data objects needed for the mass spectrometry data processing.
getNetCDF(MSfile)
MSfile |
name of the mass spectrometry file with .cdf extension |
scanTable |
a dataframe of different scan properties including 'seqNum', 'msLevel', 'polarity', 'peaksCount', 'totIonCurrent', 'retentionTime', 'basePeakMZ', 'basePeakIntensity', 'collisionEnergy', 'lowMZ', 'highMZ', 'precursorScanNum', 'precursorMZ', 'precursorCharge', 'precursorIntensity', 'injectionTime', 'filterString', 'scanType', 'centroided', 'isolationWindowTargetMZ', 'isolationWindowLowerOffset', 'isolationWindowUpperOffset', 'scanWindowLowerLimit', and 'scanWindowUpperLimit'. |
spectraList |
a list of matrices of m/z and intensity values for each chromatogram scan |
‘retentionTime' column in the 'scanTable’ object is presented in minute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.