Uses T2Util to get information from specified instrument. Using MS peak list, looks for peaks of specified mass difference (e.g., 112 Da) to infer potential crosslink candidates. Outputs an inclusion list than can be used to run MS-MS. This is not a cross-linked peptide validation tool, but rather a way to find potential crosslink candidates.
bryanesmith/XLinkCandidate
master
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
==== DESCRIPTION Uses T2Util to get information from specified 4700/4800 MALDI TOF/TOF mass spectrometer (using IP address). Using MS peak list, looks for peaks of specified mass difference (e.g., 112 Da) to infer potential crosslink candidates. Outputs an inclusion list than can be used to run MS-MS. Note that this is not a cross-linked peptide validation tool, but rather a way to find potential crosslink candidates. Optionally, you can specify required intensity or spot windows (i.e., number of consecutive spots from which to include the most intense peak pairs if same masses). There is a simple Java API as well as a GUI developed using JavaFX. ==== REQUIREMENTS * Java 6 or greater. * The following Oracle drivers [http://www.oracle.com/technetwork/database/enterprise-edition/jdbc101040-094982.html] - ojdbc14.jar - ocrs12.jar - orai18n.jar
About
Uses T2Util to get information from specified instrument. Using MS peak list, looks for peaks of specified mass difference (e.g., 112 Da) to infer potential crosslink candidates. Outputs an inclusion list than can be used to run MS-MS. This is not a cross-linked peptide validation tool, but rather a way to find potential crosslink candidates.