Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 6 of 6 found.
[1] < 1 > [1]  Sort:

metadata (Package: mzR) :

Accessors to the analytical setup metadata of a run. runInfo will show a summary of the experiment as a named list, including scanCount, lowMZ, highMZ, dStartTime and dEndTime. The instrumentInfo method returns a named list including instrument manufacturer, model, ionisation technique, analyzer and detector. mzRpwiz will give more additional information including information on sample, software using and original source file. These individual pieces of information can also be directly accessed by the specific methods. mzidInfo is used for the mzR object created from a mzid file. It returns basic information on this mzid file including file provider, creation date, software, database, enzymes and spectra data format. The mzidInfo will return the scoring results in identification. It will return different results for different searching software used.
● Data Source: BioConductor
● Keywords:
● Alias: analyzer, chromatogramsInfo, database, detector, enzymes, instrumentInfo, ionisation, manufacturer, model, modifications, mzidInfo, para, psms, runInfo, sampleInfo, score, softwareInfo, sourceInfo, substitutions, tolerance
● 0 images

mzR-class (Package: mzR) : Class code{mzR

The class mzR is the main class for the common mass spectrometry formats. It is a virtual class and thus not supposed to be instanciated directly.
● Data Source: BioConductor
● Keywords: classes
● Alias: analyzer,mzRnetCDF-method, analyzer,mzRpwiz-method, analyzer,mzRramp-method, chromatogramsInfo,mzRpwiz-method, class:mzR, class:mzRident, class:mzRnetCDF, class:mzRpwiz, class:mzRramp, close, close,mzRnetCDF-method, close,mzRpwiz-method, close,mzRramp-method, database,mzRident-method, detector,mzRnetCDF-method, detector,mzRpwiz-method, detector,mzRramp-method, enzymes,mzRident-method, fileName,mzR-method, get3Dmap,mzRpwiz-method, get3Dmap,mzRramp-method, header,mzRnetCDF,missing-method, header,mzRnetCDF,numeric-method, header,mzRpwiz,missing-method, header,mzRpwiz,numeric-method, header,mzRramp,missing-method, header,mzRramp,numeric-method, initializeRamp,mzRramp-method, instrumentInfo,mzRnetCDF-method, instrumentInfo,mzRpwiz-method, instrumentInfo,mzRramp-method, ionisation,mzRnetCDF-method, ionisation,mzRpwiz-method, ionisation,mzRramp-method, isInitialized,mzRnetCDF-method, isInitialized,mzRramp-method, length, length,mzRident-method, length,mzRnetCDF-method, length,mzRpwiz-method, length,mzRramp-method, manufacturer,mzRnetCDF-method, manufacturer,mzRpwiz-method, manufacturer,mzRramp-method, model,mzRnetCDF-method, model,mzRpwiz-method, model,mzRramp-method, modifications,mzRident-method, mzR-class, mzRident-class, mzRnetCDF-class, mzRpwiz-class, mzRramp-class, mzidInfo,mzRident-method, para,mzRident-method, peaks,mzRnetCDF-method, peaks,mzRpwiz-method, peaks,mzRramp-method, peaksCount,mzRpwiz,missing-method, peaksCount,mzRpwiz,numeric-method, peaksCount,mzRramp,missing-method, peaksCount,mzRramp,numeric-method, psms,mzRident-method, runInfo,mzRnetCDF-method, runInfo,mzRpwiz-method, runInfo,mzRramp-method, sampleInfo,mzRpwiz-method, score,mzRident-method, softwareInfo,mzRident-method, softwareInfo,mzRpwiz-method, sourceInfo,mzRident-method, sourceInfo,mzRpwiz-method, substitutions,mzRident-method, tolerance,mzRident-method
● 0 images

mzR-package (Package: mzR) :

The mzR package is a library purely for accessing mass spectrometry data in a wide range of formats. Several backend libraries are used, such as the ISB random acces parser (RAMP) and ProteoWizard (pwiz) for mass spectrometry mzXML, mzData, mzML and mzid files. The package contains the original RAMP code written by the ISB, and a subset of the proteowizard library for mzML and mzid.
● Data Source: BioConductor
● Keywords: package, file
● Alias: mzR, mzR-package
● 0 images

openMSfile (Package: mzR) :

The openMSfile constructor will create a new format-specifc mzR object, open 'filename' file and all header information is loaded as a Rcpp module and made accessible through the ramp or pwiz slot of the resulting object.
● Data Source: BioConductor
● Keywords:
● Alias: fileName, initializeRamp, isInitialized, openIDfile, openMSfile
● 0 images

peaks (Package: mzR) :

Access the MS raw data. The peaks and peaksCount functions return the (m/z,intensity) pairs and the number peaks in the spectrum/spectra. peaks returns a single matrix if scans is a numeric of length 1 and a list of matrices if several scans are asked for or no scans argument is provided (i.e all spectra in the oject are retured). peaksCount will return a numeric of length n.
● Data Source: BioConductor
● Keywords:
● Alias: get3Dmap, header, peaks, peaksCount
● 0 images

pwiz.version (Package: mzR) : Get the version number of pwiz backend.

Get the version number of pwiz backend.
● Data Source: BioConductor
● Keywords:
● Alias: pwiz.version
● 0 images