Mass Spectrometry Bayesian Network Analysis Tool

Finds diagnostic features in the spectra of biologic samples by using a Bayesian Network approach
1.1K Downloads
Updated 17 Jul 2009

View License

Starting with a group of training data and a given classification (like "disease" or "non-"disease") this function builds a three level Bayesian Network from mass spectrometry data. The function was designed primarily for use in finding proteins that are diagnostic of a disease group using a biologic sample.

The root node of the Bayesian network is the class variable. The first lower level contains all the features found to have high mutual information with the class variable. The second lower level are features that have high mutual information with the first lower level variable.

The input is a vector of class values for some number of spectra, a vector of IDs for those samples, and a data matrix with cases (samples) in rows, and features (mass positions in a mass spectrum) in columns, whose values are the intensity of the mass spectrum for that sample at that mass position. The values in the matrix are derived from the spectra via peak picking and alignment routines that are not included here. The values are allowed to be continuous but are later discretized automatically.

Many iterations of n-fold cross validation are allowed. The output consists of a frequency of discovery for the links described above. Thus the stability of the feature set can be estimated. The second level features are provided in order to discover modifications, satellites, and adducts of the parent protein. The function attempts to combine second level features withthe parent feature when the result provides more mutual information with the class variable.

The function also reports error rates under cross-validation, and provides options to average replicated samples, normalize spectra, and others.

Cite As

Karl Kuschner (2024). Mass Spectrometry Bayesian Network Analysis Tool (https://www.mathworks.com/matlabcentral/fileexchange/24345-mass-spectrometry-bayesian-network-analysis-tool), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Atomic, Molecular & Optical in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Updated comments in main function for usability

1.0.0.0