Friday, 21 May 2010

Bruker Smiles

The above title is not aimed to mislead and it does not refer to Bruker’s state of mind: Quite simply, the purpose of this post is merely technical and the relation between Bruker and its smiles will be apparent in a moment… Just keep reading…

Because it wouldn't make sense otherwise, NMR instruments use receiver systems equipped with digital filters since a relatively long time ago. The advantages of such digital filters (generally designed as low-pass filters and applied together with oversampling and decimation methods) are many fold, ranging from higher quality spectral baselines to SNR and effective dynamic range improvements, enhanced reduction of potential sources of folded signals, etc

It´s not all about advantages though … I’m sure most of you are already very well aware of the pesky problem that is infamously known as group-delay artifact in Bruker (and Jeol) data which has plagued the NMR community since these companies switched to digital receivers. In short, the FID resulting from the digital filter does not start at time = 0 but only after a long and slowly rising oscillation of length G (G = Group Delay).



Some empirical procedures to correct it were presented on the internet but they are palliative and do not resolve the problem completely, particularly when apodization is applied.
Typically and depending on how the FID is processed, the spectrum might exhibit smiles (baseline artifacts pointing up) or frowns (baseline artifacts pointing down) at the outer regions of the spectrum as depicted below:




The ultimate solution

These small artifacts are in general not a big problem as one could use a spectral width large enough so that the peaks of interest in the spectrum will not be affected by these artifacts (although some processing algorithms such as backward Linear Prediction could be somewhat problematic with the Group Delay). In any case, we did not feel very comfortable with present solutions to this problem. A few months ago, I went for dinner with Stan and right after it, the power of the red wine and above all, the Galician octopus inspired Stan in such a way that he managed to understand the engineering drawback and proposed a new correction algorithm which we implemented together in Mnova just a few minutes later (whilst still under the influence of the wine :-) ).
Basically we have now a new pre-processing algorithm that corrects in a totally automatic way any Bruker FID corrupted by the group-delay artifact, producing a normal and physically correct FID so that the smiles will not be seen in the f-domain spectrum. The performance of the new algorithm is illustrated in the figure below:




This enhanced correction is available in Mnova since version 6.1.1 onwards, although it is not the default processing method for the moment. In order to activate it, it is necessary to select it via Processing/Group Delay menu command.

I guess the take home from the story is never underestimate the power of red wine and Galician octopus :-)

Thursday, 20 May 2010

Back in the blogosphere

After a 3 month-long hiatus, I'm back in the blogosphere. I’ve been travelling and working very hard on several exciting projects, but my entries have consequently suffered.

Although my workload has not decreased, I am not planning to travel for the next few weeks. Hopefully I will manage to blog on a more regular basis from now on, especially now that there are many things we have been working on lately that I hope will be of interest to the NMR community.

For now, I’d just like to point out a very interesting blog entry written by my friend Stan on his well-known NMR blog. One of the tools in Mnova for which we are most proud of is GSD (Global Spectral Deconvolution) which, as any other fitting process, requires the definition of a line shape model. GSD uses a Lorentzian model and some of the reasons for this choice have been elegantly exposed on his blog.

Why spectral lines are Lorentzian

Thursday, 4 February 2010

Learning NMR with Deep Purple

It’s not that I’ve gone crazy (well, I hope not :-) ) or that Deep Purple has moved from Hard Rock to Science (or at least I‘m not aware of this), but after my last post about the acoustic reproduction of NMR FIDS, I thought that it would be fun to compose a simple song and, at the same time, create some stuff which can serve as an educational tool for some very basic NMR.

I won’t actually compose anything original, but rather make an NMR cover of the famous Smoke on the Water riff by Deep Purple. It’s very simple with a central theme consisting in a four-note "blues scale" melody. If you don’t know this song, you can watch and listen here:




These are the notes for the central theme I learnt by ear. I know it’s not 100% accurate, but for the purpose of the exercise this should do just fine:

DFG DFAG DFG FD

You can play this riff with the virtual piano below, just click on the picture and click the notes above. It’s fun!


NMRing Smoke on the water

Before any further ado, these are the instructions to listen to the NMR version of Smoke on the Water:

  1. First you will need Mnova. If you don’t own a license, you can download a free, fully functional demo from our web site.
  2. Download this NMR document (SmokeOnTheWater.mnova)
  3. Download this script (playArray.qs)
  4. Finally, put on your earphones or amplify the volume on your computer speakers, open SmokeOnTheWater.mnova file with Mnova and run the script.
If everything works as I hope, you should be listening to 12 different pings pretending to be the melody of Smoke on the Water riff. I hope you won’t get too disappointed and more importantly, I hope that Deep Purple won’t detest me for ruining their song :)

Behind the scenes

As Dr. Walter Bauer explained on his web site, the most convenient way to create melodies with NMR is by means of pulse programmers to define the appropriate frequencies and delays. I’m taking a much simpler approach which, of course, cannot be used to create complex harmonies.

The basic idea is to synthesize NMR FIDs in such a way that each FID will represent a note of the song. For example, in this particular case I have simulated 4 FIDS with frequencies corresponding to A, D,F, and G. Next I stacked these 4 FIDs to create a new stacked item with 12 FIDs formed by the combination of the 4 main FIDs (main tones) and sorted to yield DFG DFAG DFG FD. The result is illustrated in the figure below.

As you can see, not all the FIDs have the same length. This is, of course, because some notes have to last longer than others. For example, we can consider the first FID (D) as the quarter note (crotchet), the third FID a half note (minim) and the sixth FID an eighth note (quaver). Next, I will comment on how the duration of the FIDs are controlled.

Some points of interest

At first sight, it may seem that in order to create the NMR version of Smoke on the Water one simply has to create the 4 FIDs with the ‘real’ frequencies corresponding to A, D, F and G notes and then organize them accordingly. For example, using the A220 pitch, the frequencies for the different notes should be:

A = 220 Hz
D = 146.83
F = 174.61
G = 196 Hz

However, if these notes are used in this way, the resulting song will be totally different than expected! The reason for that is very simple: NMR FIDs are expected to be in the so-called Quadrature Detection mode, that is, zero frequency in the center of the spectral width. Thus, it becomes necessary to translate the original frequencies into the NMR quadrature frame. The equation for such transformation is very simple:

NMR Note Frequency = Note Frequency + SpectralWidth/2

For example, in this case, as I have used a spectral width of 3000 Hz, the NMR frequencies for the 4 notes will be:


A = 220 + 3000/2 = 1720 Hz
D = 146.83
+ 3000/2 = 1646.83 Hz
F = 174.61
+ 3000/2 = 1674.61 Hz
G = 196
+ 3000/2 = 1696 Hz
Another point worth mentioning concerns the way to modulate the duration of the different FIDs to create crotchets, quavers, etc. In NMR terms, this is equivalent to the acquisition time (AT) which is defined as:

AT = N / SW

Where N is the number of points and SW is the spectral width. We can modify any of these two values to change the duration of the note (= FID acquisition time). In this example, I have kept the spectral width constant and modified the number of points.


Finally …

In this example I have created pure tone notes (e.g. one single frequency for each note) but it could also be possible to create some kind of guitar chords (e.g. power chords) to make the song more realistic by simply combining the root tone and a fifth. This can be easily done by using the Spin Simulation toolkit available in Mnova.

Monday, 18 January 2010

Listening to NMR FIDs


About ten years ago I implemented a command in MestReC for the acoustic reproduction of an NMR FID. This was motivated by the suggestion of Javier Sardina and also after I found the Web page by Walter Bauer (an excellent musician by the way).
This feature was missing in Mnova which I think is a shame as in my opinion it is a very valuable educational tool. For example, it’s a beautiful way to show that measured NMR frequencies lie in the audio frequency region.
So I have decided to write a script to fill this gap in Mnova. If I remember well, MestReC command played just the real part of the FID. As a minor improvement, I have added stereo capabilities now, basically by using the real and imaginary components of the FID as the two stereo sound channels. Another enhancement is that the sampling rate used to reproduce the FID corresponds to the actual acquired spectral width.

Download the script

Anyone interested in this feature can download the script from this link
As always, your feedback will be very welcome

Thursday, 14 January 2010

On integrating overlapped peaks

Following up from the integration problem raised in my previous post and before I delve into Line Fitting, I would like to give you a quick update on some progress we have recently done in Mnova to facilitate the accurate integration of peaks in those cases in which a multiplet is contaminated by one or several extraneous peaks (e.g. a solvent peak).
Consider the following spectrum predicted using NMRPredict Desktop


As expected (this is a perfect synthetic spectrum and therefore noise-free with no phase or baseline distortions and enough separation between the 3 multiplets) the relative integrals are in agreement with the structure, 1:2:1.
I will now modify this spectrum by adding an extra peak in the H-5multiplet



As a result, the multiplet corresponding to H-5 will show a relative integral of 2 instead of 1. This problem can be tackled by using, for example, some signal suppression algorithm to get rid of this extra peak or by deconvolving the multiplet and then summing up the individual deconvolved peaks without the extra peak.
The aim of this post is to let you know that we have just automated all this process via the powerful GSD algorithm (more about this in a later post) so that dealing with this kind of problems has become much easier than before. As I will describe in depth once the new version with this functionality is released, the user just has to select which peak or group of peaks needs to be excluded for the integration and the program will do the rest. This is illustrated in the figure below where the extra peak (in red) is not used for the integral calculation



Even though this new functionality is not available in the current official release of Mnova, it’s already fully operative in our internal version (alpha). Anyone interested in trying this new feature out is more than welcome. Just drop me a line (support at mestrelab.com ) and I will give more detail.

Monday, 11 January 2010

Basis on qNMR: Integration Rudiments (Part II)

My last post was a basic survey on different measurement strategies for peak areas. Manual methods such as counting squares or cutting and weighing, known as ‘boundary methods’ were introduced for historical reasons. These methods were first used by engineers, cartographers, etc, end then quickly adopted by spectroscopists and chromatographers.

In the digital era, most common peak area measurement involves the calculation of the running sum of all points within the peak(s) boundaries or by other quadrature method (e.g. Trapezoid, Simpson, etc [1]). Obviously, the digital resolution, i.e. the number of discrete points that defines a peak is a very important factor in minimizing the integration error. Intuitively, it’s easy to understand that the higher the number of acquired data points, the lower the integration error. It’s therefore very important to avoid any under-digitalization when an FID is acquired, a problem which is unfortunately more common than many chemists realize.

As described by F. Malz and H. Jancke [2], at least five data points must appear above the half width for each resonance for a precise and reliable subsequent integration. What does this mean in practical terms? Typically, acquisition parameters are defined according to the Nyquist condition: the spectral width (SW) and the number of data points (N, total number of complex points) determine the total acquisition time AQ:

AQ = N/SW

And the digital resolution (DR) is proportional to the inverse of the acquisition time, the latter being the product of the dwell time (DW) and the number of increments:

DR = SW/N = DW x TD = 1 / AQ

If we consider a typical 500 MHz 1H-NMR spectrum with a line width at half height of 0.4 Hz (this is a common manufacturer specification) and a spectral width of 10 ppm (5000 Hz), the minimum number of acquired data points required to satisfy the five points rule should be:
5 pt x 5000 Hz / 0.4 Hz = 62500 complex points.

This number is not suitable for the FFT algorithm which requires, generally, a length equal to a power of two. This is done by zero padding the FID with zeroes until the closest upper power of two, in this case 65536 (64 Kb).

Furthermore, in order to get the most out of the acquired data points, zero filling once (adding as many zeros as acquired data points) has been found (see [3]) to incorporate information from the dispersive component into the absorptive component, and hence it is useful to zero fill at least once (which is exactly what Mnova does).. For example, as S. Bourg and J. M. Nuzillard have shown [4], even though zero-filling does not participate in the improvement of the spectral signal to-noise ratio, it may increase the integral precision by a factor up to 2^(1/2) when the time-domain noise is not correlated.

Regardless of the quadrature method, they all share the same systematic problem: in order to integrate one or several peaks it’s necessary to specify the integration limits. In qNMR assays, this is an evaluation parameter whose effect can be estimated using the theoretical line shape of an NMR signal. To a good approximation (assuming proper shimming), the shape of an NMR line can be expressed as a Lorentzian function:


Where w is the peak width at half height and H is its height value. When L(x) is integrated between +/- infinite, the total integrated area becomes:

Obviously, it’s it is unreasonable to integrate digitally from –infinite to +infinite so an approximation must be made by choosing limits. This has been studied by Griffiths and Irving [5] who have showed that for a maximum error of 1%, integration limits of 25 times the line width in both directions must be employed. If errors less than 0.1 % are desired, the integral width has to be +/-76 times the peak width. For example, in a 500 MHz NMR spectrum with a peak width of 1 Hz, the integrated region should be 152 Hz (~0.30 ppm), as illustrated in the image below


But in general, peaks are not so well separated and for example, when studying complex mixtures or impurities related to the main compound, wide integrals cannot be used. In general, integration by direct summation is not adapted to partially overlapping peaks.

For example, just consider the simple case of peak overlapping where, for instance, one peak of the double doublet overlaps within a triplet:


The theoretical relative integrals for the two multiplets should be 1:1. However, the area of the triplet calculated via the standard running sum method will be overvalued because of the contamination caused by one of the peaks of the double doublet which in turn will be underestimated. This is illustrated in the figure below where the green lines corresponds to the triplet, the blue lines to the double doublet and the red line is the actual spectrum (sum of all individual peaks)


The question is: how to overcome this problem? The answer is, of course, Line Fitting (Deconvolution) which will be the subject of my next post.

References:

[1] Jeffrey C. Hoch and Alan S. Stern, NMR Data Processing, Wiley-Liss, New York (1996)

[2] F. Malz, H. Jancke, J. Pharmaceut. Biomed. 38, 813-823 (2005)

[3] E. Bartholdi and R. R. Ernst, "Fourier spectroscopy and the causality principle", J. Magn. Reson. 11, 9-19 (1973)
doi:10.1016/0022-2364(73)90076-0

[4] S. Bourg, J. M. Nuzillard, "Influence of Noise on Peak Integrals Obatined by irect Summation", J. Magn. Reson. 134, 184-188 (1988)
doi:10.1006/jmre.1998.1500

[4] Lee Griffiths and Alan M. Irving, "Assay by nuclear magnetic resonance spectroscopy: quantification limits", Analyst 123 (5), 1061–1068 (1998)

Monday, 30 November 2009

Basis on qNMR: Integration Rudiments (Part I)

First a quick recap. In my last post I put forward the idea that integration of NMR peaks is the basis of quantitative analysis. Before going any further, I would like to mention that, alternatively, peak heights can also be used for quantitation, but unless some special pre-processing is employed (see for example P. A. Haysa, R. A. Thompson, Magn. Reson. Chem., 2009, 47, 819 – 824, doi) measurement of peak areas is generally the recommended method for qNMR assays.

In this post I will cover some very basic rudiments of NMR peak areas measurements, without going into depth into complicated math , as my objective is just to set the basis for oncoming, more advanced posts.

NMR Integration basic Rudiments

Peak areas may be determined in various ways. While I was still at school I learnt a very simple peak area calculation method which just required a good analytical balance and scissors. This was the so-called ‘cut & weigh method’ and is illustrated in the figure below.


By simply cutting out a rectangle of known value, for example, known ppm or Hz on x-axis and known intensities on the y-axis, a calibration standard is obtained (in this case, 8 units of area). After cutting and weighing this standard, the area of any peak can be determined by cutting and weighing the peak(s) from the chart, weighing the paper and using this equation:

Area of Peak(s) = Area of standard * Weight of peak / Weight of standard

Yet, despite its primitiveness, this technique was remarkably precise for the purpose for which it was intended (obviously, not for accurate NMR peak areas measurement :-) ) but, of course, it assumed that the density of the paper was homogenous.

There are other classical methods such as counting squares, planimeters or mechanical integrators but in general they were subject to large errors. In the analogic era, it was more convenient to measure the integral as a function of time, using an electronic integrator to sum the output voltage of the detector over the time of passage through the signals. In those old days, as described in [2], before the FT NMR epoch, the plotter was set to integral mode and the pen was swept through the peak or group of peaks as the pen level rose with the integrated intensity.

Enough about archaic methods, we are in the 21st century now and all NMR spectra are digitalized, processed and analyzed by computers. As Richard Ernst wrote once [1], Without Computers – no modern NMR. How are NMR integrals measured? From a user point of view, it’s very straightforward: the user selects the left and right limits of the peaks to be integrated and the software reports the area (most NMR software packages have automated routines to automatically select the spectral segments to be integrated). For example, the figure below shows how this is done with our NMR software, Mnova.



Integration: What’s under the hood

But the question is: how is the computer actually calculating NMR peak areas? In order to answer this, let’s revisit some very simple integration concepts.

From basic calculus we all learnt in school, we know that in order to compute the area of a function (e.g. f(x)) we simply need to calculate the integral of that function over a given interval (e.g. [a,b]).


If the function to be integrated (integrand) f(x) is known, we can analytically calculate the value of the area. For example, if the function has the simple quadratic expression


and we want to calculate the area under the curve over the interval [1,3], we just need to apply the well known Fundamental Theorem of Calculus so that the resulting area will be:



Unfortunately, real life is always more complex. Where NMR is concerned, function f(x) is, in general, not known so it cannot be integrated as done before using the Calculus fundamental theorem. I wrote ‘in general’ because theory tells us the analytical expression for an NMR signal (i.e. we know that, at a good approximation, NMR signals can be modeled as Lorentzian functions) but, for the moment, let’s consider the more general case in which the NMR signal has an unknown lineshape.

Furthermore, up until now we have assumed that f(x) is a continuous function. Obviously, this is not the case for computer generated NMR signals as they are discrete points as a result of the analog to digital conversion. Basically, the digitizer in the spectrometer samples the FID voltage, usually at regular time intervals and assigns a number to the intensity. As a result, a tabulated list of numbers is stored in the computer. This is the so-called FID which, after a discrete Fourier Transform yields the frequency domain spectrum. So how can a tabular set of data points (the discrete spectrum) can be integrated?

A very naive method (yet as we will see shortly, very efficient) is to use very simple approximations for the area: Basically the integral is approximated by dividing the area into thin vertical blocks, as shown in the image below.


This method is called the Riemann Integral after its inventor, Bernhard Riemann.

Intuitively we can observe that the approximation gets better if we increase the number of rectangles (more on this in a moment). In practice, the number of rectangles is defined by the number of discrete points (digital resolution) in such a way that every point in the region of the spectrum to be integrated defines a rectangle.

For example, let’s consider the NMR peak shown in the figure below which I simulated using the spin simulation module of Mnova. It consists of a single Lorentzian peak with a line width at half height of 0.8531 points and a height of 100. With all this information we can know in advance the expected exact area calculated as follows:


In the spectrum shown in the image below we can see the individual digital points as crosses and the continuous trace which have been constructed by connecting the crosses by straight lines (usually only these lines are shown in most NMR software packages. The capability of showing both the discrete points and the continuous curve is a special feature of Mnova.

If the simple Riemann method is applied, we obtain an area = 146, which represents an error of ca 21% with respect to the true area value (184.12). It’s worth mentioning that the true value is calculated by integrating the function from minus infinite to plus infinite whilst in the example above the integration interval is very narrow.

As mentioned above, the approximate area should get better if we increase the number of rectangles. This is very easy to achieve if we use some kind of interpolation to, for example, double the number of discrete points. We could use some basic linear interpolation directly in the frequency domain, although in NMR we know that a better approach is to extend the FID with zeroes via the so-called zero filling operation.

So if we double the number of digital points and thus the number of rectangles used for the area calculation we obtain a value of 258 (see image below). In this case, as the digital resolution is higher, the line width at half height is also higher, 1.7146 (in other words, we have more digital points per peak) so the true integral value will be 269.32:



Now the error we are committing is just as little as 4%. As a general rule it can be said that the better the digital resolution, the better the integration accuracy.

Mathematically, Riemann method can be formulated as:


Considering that in almost all NMR experiments, we are interested in relative areas, the spacing between data points, Δx , is a common factor and can be dropped from the formulas with no loss of generality.


This is exactly the method of choice of most NMR software packages for peak area calculations: NMR integrals are calculated by determining the running sum of all points in the integration segment.

Other numeric integration methods

One important conclusion from the previous section is that in order to get more accurate areas we should increase the number of integration rectangles, something which is equivalent to increasing the number of digital points (e.g. by acquiring more points or using zero filling).

Instead of using the running sum of the simple individual rectangles, we can use some kind of polynomial interpolation between the limits defining each rectangle. The simplest method uses linear interpolation so that instead of rectangles we use trapezoids. This is the well known trapezoid rule which is formulated as:


If instead of linear interpolation we use parabolic interpolation, the method receives the name of Simpson as it’s formulated as [3]:


It is limited to situations where there are an even number of segments and thus, odd number of points. These 3 methods are summarized graphically in the figure below.


Other more sophisticated methods such as Romberg, Gaussian quadrature, etc, are beyond the scope of this post and can be found elsewhere.

Which integration method is more suitable for NMR?

This question will remain unanswered for now, open for discussion. Of the 3 integration methods discussed in this post, at first glance Simpson should be the most accurate. However, as explained in [3], this method is more sensitive to the integral limits (e.g. left and right boundaries) in such a way that if the limits are shifted one point to the left or to the right, the integral value will change significantly, while the other two approaches are more robust and the values are less affected.

In my experience, the difference between the simple sum and trapezoid method is small compared to other sources of errors (e.g. systematic and random errors, to be discussed in my next post) so using one approach or the other should not make any relevant difference.

Naturally, if very precise integral values are required, then more advanced methods based on deconvolution should be used. Of course, if you have any input, you’re more than welcome to leave your comments here.

Conclusions

There's a great deal more to NMR Integrals than reviewed here: I have simply scratched the surface. In my next post, I will follow up with the limits and drawbacks of standard NMR integration, introducing better approaches such as Line Fitting or Deconvolution.



References

[1] Ernst Richard R., Without computers - no modern NMR, in Computational Aspects of the Study of Biological Macromolecules by Nuclear Magnetic Resonance Spectroscopy, Edited by J.C.Hoch et al. Plenum Press 1991, pages 1-25

[2] Neil E. Jacobsen, NMR Spectroscopy Explained: Simplified Theory, Applications and Examples for Organic Chemistry and Structural Biology, N.J. : Wiley-Interscience, 2007

[3] Jeffrey C. Hoch and Alan S. Stern, NMR Data Processing, Wiley-Liss, New York (1996)

Sunday, 22 November 2009

Basis on qNMR: Intramolecular vs Mixtures qNMR


A bit of historical background


NMR has won its reputation as a powerful tool for structure determination of organic molecules. In addition to the information provided by chemical shifts and coupling constants, the quantitative relationships existing between the peaks (or groups of peaks - multiplets) arising from the various nuclides in the sample has proven pivotal for the assignment and interpretation of NMR spectra.

Despite the fact that the concept of quantitative NMR (qNMR) has been coupled to NMR since the early 1950, shortly after the technique's inception, it seems as NMR, as an analytical tool for quantitative analysis was firstly mentioned in 1963 by Jungnickel and Forbes [Anal. Chem., 1963, 35 (8), pp 938–942] who determined the intramolecular proton ratios in 26 pure organic substances and Hollis [Anal. Chem., 1963, 35 (11), pp 1682–1684] who analyzed the amount fractions of aspirin, phenacetine and caffeine in respective mixtures.

From those pioneer works, many and varied studies on qNMR arose. As pointed out in J. Agric. Food Chem. 2002, 50, 3366-3374, qNMR is particularly suitable for the simultaneous determination of the percentage of active compounds and impurities in organic chemicals such as pharmaceuticals, agrochemicals and natural products, as well as vegetable oils, fuels and solvents, process monitoring, determination of enantiomeric excess, etc.

In what follows, I will use the term qNMR to refer to any quantitative measurement of NMR signals, regardless of whether the technique is employed as an analytical method (e.g. determination of the relative amounts of the components in a mixture) or as tool for structure determination or conformational analysis.

What’s the deal with qNMR?

The basic principle of qNMR assays is that, ideally, the integral of the set of all peaks which can be assigned to a particular nucleus is proportional to the molar concentration of that nucleus in the sample. Theoretically, this holds quite well, though there are deviations from the rule in strongly coupled systems. An important point to keep in mind is the word “ideally”; this includes, for example, perfectly relaxed samples.
Even so there remain a number of problems which can be first of all divided into two categories:
  1. Sources of statistical assessment errors (scatter)
  2. Sources of systematic assessment deviations (bias)
I will cover these points in detail in separate posts.

Intramolecular vs Intermolecular (mixtures) qNMR

The most important fundamental concept of qNMR is based on the fact that, the absorption coefficient for the absorption of electromagnetic energy is the same for all nuclides of the same species, regardless whether they belong to one or several molecules (e.g mixture). As a result, the NMR signal response (more precisely the integrated signal area) is directly proportional to the number of nuclides contributing to the signal.


For example, all organic chemists are very familiar with integrating the multiples of a 1H spectrum to elucidate or confirm a particular molecular structure (see figure below)


This application can be classified as Intramolecular qNMR. NOE spectra, where the intensity is related to the distance between spins and represents the main basis for NMR as a tool in structural molecular biology, is another application of Intramolecular qNMR (Note: In this context I’m not including Transfer-NOE used e.g. to study the structure of a ligand in a complex under conditions of fast exchange)

Let’s consider now another example, Intermolecular qNMR:
Purity determination of a compound using an internal standard (is) with known purity and assuming instrumental parameters properly set is given by the equation below (see for example, 10.1002/mrc.2464):

% purity by weight = W(is)/W(s) * A(s)/A(is)*MW(s)/MW(is)*H(is)/H(s)

where W(s) and W(is) are the weights of the sample and ISTD, A(s) and A(is) are the integrals (areas) of the sample and ISTD peaks, MW(s) and MW(is) are the molecular weights of the sample and ISTD, and H(s) and H(is) are the number of hydrogens represented by the integral for the sample and ISTD, respectively.

As a simple application, see Q-NMR for purity determination of macrolide antibiotic reference standards: Comparison with the mass balance method

Common to all qNMR studies is the calculation of NMR integrals. In my next post, I will cover the basic principles on NMR integration.

Saturday, 21 November 2009

Basis on qNMR: Rudiments

When I started playing drums, so many years ago, I kept hearing about so-called "Drum Rudiments". By that time, I was too young to realize how important they were and to me, they appear just as boring and repetitive exercises. However, rudiments (basic building blocks or "vocabulary" of drumming) are absolutely essential to master drums (something I have to admit I never achieved :-) )

In the last few years I’ve had the opportunity to meet and interact with many chemists who are using our NMR software. Some of them are NMR specialists with an outstanding knowledge from whom I have learnt a lot. On the other hand, other chemists use NMR on daily basis simply to confirm the structure(s) they have just synthesized but do not have a deep grasp of the inner details of NMR theory and signal data processing. Whilst I understand that in general this is fine, I have noticed recently that many of these less-experienced NMR scientists are now getting involved in more advanced NMR studies and, in my humble opinion, the lack of some important rudiments can lead to an improper interpretation of the NMR data.

One interesting example is quantitative NMR (qNMR), a field which is being used increasingly in the pharmaceutical industry, for instance, to quantify impurity levels, but it’s also very important in the field of natural products (see for example J. Nat. Prod. 2007, 70, 589-595) and for the calibration of other quantitative techniques such as HPLC. Typically, qNMR is based on obtaining quantitative information through integral-based calculations so in principle, it might seem as this is something trivial which does not require any additional effort. Whilst this is generally true, there are some very important rudiments which I think are worth pointing out.
The rudiments I will present in this series of articles will range from basic concepts on NMR Integration to more advanced deconvolution techniques, including our newly developed Global Spectral Deconvolution algorithm, GSD.
So if you have any interest in qNMR, watch this space. I promise to post these qNMR rudiments on a regular basis.

Thursday, 19 November 2009

Micropost [OT]: NMR meets Football



Relaxation plays a major role in NMR spectroscopy – What’s better than playing sports to chill out and forget about everyday problems?
I reckon this is not the best football team you might find but at least I guarantee they are fun people (sponsored by a great company :-) ) with whom you can have a good time (and get a free t-shirt!) :-)

Mestrelab World of Sports - Free Mnova t-shirt quiz