A MATLAB reader for MASCOT Generic Format (.mgf) files

버전 1.2.0 (1.97 KB) 작성자: Joris Meurs
Reading MASCOT Generic Format files with MATLAB
다운로드 수: 55
업데이트 날짜: 2020/7/1

라이선스 보기

Function to read and extract data from MASCOT Generic Format (.mgf) files
The .mgf format contains minimal metadata (spectrum title, retention
time, precursor mass, precursor intensity and charge) and the
corresponding MS2 spectrum (https://fiehnlab.ucdavis.edu/projects/lipidblast/mgf-files)

INPUT
A character array (1 file) or cell array (multiple files) are optional
input. When the file path is not given as input, files can be browsed for

OUTPUT
The output is a structure containing the following fields:
- scanName: Title given by ProteoWizard (character array)
- precursorMass: Mass of precursor ion (double)
- precursorIntensity: Intensity of precursor ion (double)
- z: Charge of precursor ion (double)
- scanData: MS/MS spectrum (N x 2 cell containing m/z values
and intensities)

인용 양식

Joris Meurs (2024). A MATLAB reader for MASCOT Generic Format (.mgf) files (https://www.mathworks.com/matlabcentral/fileexchange/76033-a-matlab-reader-for-mascot-generic-format-mgf-files), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0

Bug fixed regarding missing charge states

1.1.0

- Fixed error when charge state is absent
- Fixed error when intensity is missing for precursor ion

1.0.0