Prince:Introduction: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(→‎Fragmentation: I added details about the fragmentation methods... but not done yet. Oh well.)
Line 52: Line 52:
We are not lab technicians.  Unless that changes, we are unable to allow for unorthodox uses of the instrument.  Contact us if you have other questions.
We are not lab technicians.  Unless that changes, we are unable to allow for unorthodox uses of the instrument.  Contact us if you have other questions.
==Criteria for use==
==Criteria for use==
There are two types of samples we are willing to run.  Please understand that determining what a spectra represents can be very challenging.   
There are two types of samples we are willing to run.  Please understand that determining what a spectrum represents ''can be'' very challenging.   
===Direct Injection===
===Direct Injection===
* Salt-free samples
* Salt-free samples

Revision as of 16:18, 3 January 2011

Home        Lab Members         Research         Publications         Internal         Mass Spec         Contact        


What is Mass Spectrometry?

For our purposes, mass spectrometry is an analytical technique by which we measure the m/z or mass/charge ratio of charged particles we've introduced by use of our electrospray ionization ESI from the liquid phase, allowing for liquid chromatography to occur in-line with the instrumentation. It is nearly that simple. However, in application, there are many factors that must be considered to achieve desired results.

Nano-electrospray ionization (NSI)

Nano-ESI is essentially the same process as conventional ESI with a primary difference in the flow rates involved. ESI is conventionally performed at μL/min flow rates and involves the coordination of gas flows around the spray tip. Nanospray is typically performed at < 1 μL flow rates, to as low as ~30 nL/min.

Ultra-High Pressure/Performance Liquid Chromatography (UPLC)

To provide ever better chromatographic separations, instrumentation has gone to ever increasing pressures. For NSI applications, the low flow rates and desire to limit the 'dead volume' or space in which chromatographic resolution might be lost by diffusion, the entire system is very low volume. Because of these concerns, tubing is conventionally fused-silica with a very small internal diameter ( < 100 microns). Chromatography is performed in columns packed inside this glass tubing, and with the smallest beads possible. These factors result in a very high pressure due to the small diameters and flow restriction by these beads.

Fragmentation

In any given sample, many different peptides can produce a mass that, even with our typical <2 ppm mass accuracy, is not sufficient to determine the identity of the peptide. Similar issues exist in lipid and metabolite samples. Fragmentation provides additional diagnostic details to assist in identification of the precursor mass, even definitively.

Fragmentation is performed on an isolated ion. Hence, a recent (and thus pertinent to the current ions) primary scan lets us determine precursor m/z values for which fragmentation might be performed. A fresh batch of ions is then collected in the ion trap and modulation of the trap results in the ejection of ions outside of the (typically) 1 m/z range around the chosen precursor mass and retention of the chosen ion with > 98% efficiency. Fragmentation can then be performed.

As fragmentation is essentially a gas phase reaction, there are a number of methods employed that vary in the fragmentation efficiency and in specificity for specific cleavage sites. To that end, using the appropriate fragmentation method for the contents of a sample and the information for which you are looking is an important decision in experimental design. Hence, here is presented a brief outline of the fragmentation methods of which this instrument is capable.

Collision Induced Dissociation (CID)

CID is the first and most typical fragmentation method. Essentially, CID employs an RF excitation of the trapped ion cloud. This ion cloud moves much more rapidly under this excitation and collides with Helium gas that is allowed into the trap area. Hence, the excitation energy can be modulated by changing the RF field applied to the ions. CID results in cleavage of the protein backbone in a characteristic series of ions labeled as b and y ions. These indicate which ion you are seeing from a cleavage of the peptide backbone just C-terminal of the carbonyl of each amino acid, the amide bond with the amine group.

CID is the most well characterized cleavage and the algorithms used for predicting the cleavages induced (crucial for identification by current 'gold standard' methods) are most accurate. CID as a reaction has downsides that are currently offset by the superior matching of the algorithms. CID produces a kinetic type reaction that results in cleavage of the most labile bonds. Hence, this produces preferential cleavages of weaker bonds such as phosphoesters formed by post-translational phosphorylation of serine, threonine or tyrosine residues.

CID is robust and capable of adequate fragmentation for most uses. It is the fastest fragmentation method allowing for the greatest number of secondary spectra per second and is usually sufficient for peptide identification.

Higher-energy C-trap Dissociation (HCD)

HCD is basically CID on steriods. It involves shooting the ion cloud into a direction ion optics tube where nitrogen floats around. Because of the higher energies involved, HCD results in more cleavage and doesn't suffer from the rearrangement issues of preferential cleavages exhibited by CID fragmentation.

Downsides... FT analysis required in Orbitrap.

Electron-Transfer Dissociation (ETD)

The bomb diggity, but has some reliability issues and such...

Data Analysis

Matlab serves as an excellent resource in learning the basic data structure of hyphenated mass spectrometry methods. Reading and participating in their demos are a MUST if you are serious about getting up to speed on terminology, challenges, and general strategy in handling MS data. Entering this field requires lots of time, but you are lucky that Matlab has amazing documentation. If you have never used Matlab before, know that it has superb documentation to walk you through; it's replete with examples and explanations that outclasses many alternative development tools.

Finding Demos

  • Make sure Matlab is installed on your computer. BYU has a license that Dr. Prince can help you install on any lab workstation.
    • Linux: go to the termimal and type in 'matlab &' and press enter.
    • Window 7: Go to the start menu and type in 'matlab' and it should find it for you immediately.
  • At the command line, the area where there is a >>, type in 'doc' and press enter. That will open the documentation pages, which is an interactive browser that allows you to search the wonderful world of Matlab.
    • Look below the search field; there is a directory structure with a folder called 'Bioinformatics Toolbox'. Click on that folder.
    • Now look to the right. About midway down the page you should see a section titled 'Product Demos'. Click on the link 'Bioinformatics Toolbox Demos'.
    • At this point you should see a section titled 'Sequence Analysis'; scroll down until you see a similarly titled section 'Mass Spectrometry Data Analysis'. Notice that there are less demos here than the previous sections. That may be in part to the fact that the field is still growing and undecided in which direction it will go; Shotgun Proteomics is an exciting place to be. Now click on anyone of the demos, in order makes most sense. Note that most of the demos have literature references at the end of them, including some of Dr. Prince's work.

Running Demos

  • With these demos, it is helpful to actually run them yourself. At the very top of the demo that you choose, there is a link 'Open [myDemoFile] in the Editor'; that will allow you to run the same files analysis for some of the demos. As you click on it, it will open the demo's code in Matlab. Note that you won't have some of the same mzXML files they do; however, those that say stuff like'load lcmsdata' already have data that you can play with. In fact you may try from the command line 'load lcmsdata' and see that in fact there is data you can use.
  • Rather than running all the code at once, the editor allows you to highlight code that you want to be executed. After highlighting the portion you would like, press the key 'F9'. If you would like to run the whole thing, you may press the green play button at the top of the script, or you may press the key 'F5'.
  • The demos do not show all the functionality of the Bioinformatics Toolbox; we would encourage you enter in the documentation browser search field 'Mass Spectrometry Functions'. The list of functions will provide additional examples of methods that Matlab has already coded up for you to use.

Our Instrumentation

We run a Thermo-Fischer LTQ Orbitrap XL w/ ETD coupled to a Eksigent Ultra 2D LC system capable of maximum pressures of 10,000 psi and flow rates on the two pumps of < 1000 nL/min and < 30 μL/min (discuss the two pumps)...

Guidelines for use

We are not lab technicians. Unless that changes, we are unable to allow for unorthodox uses of the instrument. Contact us if you have other questions.

Criteria for use

There are two types of samples we are willing to run. Please understand that determining what a spectrum represents can be very challenging.

Direct Injection

  • Salt-free samples
  • Only MS grade solvents required
  • Minimum concentration of 1 pmol/μL
    • pH < 3 for positive ion mode
    • pH > 10 for negative ion mode
  • Own silica tubing (2 ft) and gas-tight Hamilton (50 to 500μL) syringe required (for your own sample's sake)
  • Use must be scheduled by Aman or Ryan

LCMS

  • Digested proteins/peptides only
  • pH of 3 (1% formic acid is great)
  • 20 μL minimum sample volume (requires low-volume vials, listed below)
    • Or, the stockroom has vials that are minimum 200 μL volume
  • Must have been run through Vivacon MWCO Filter
  • Unless you can convince us that your method is acceptable, samples must be prepared with our Filter-Aided Sample Preparation (FASP) method (in-gel and solution variants)

Parts/Supplies Ordering information

  • snap cap lids ( National Scientific C4011-55 ) 100/pkg
  • 250 μL conical well sample vials ( National Scientific C4011-13 plastic or C4011-LV1W glass )
  • silica 360 μm OD (IDEX Health & Sciences FS-120) will be more than enough for your needs
  • Vivacon Filters