Retention distance

Retention distance

Retention distance, or "RD", is a concept in thin layer chromatography, designed for quantitative measurement of "equal-spreading" of the spots on the chromatographic plate and one of the Chromatographic response functions. It is calculated from the following formula:

R_D = Bigg [(n+1)^{(n+1)} prod^n_{i=0}{(R_{F(i+1)}-R_{Fi})Bigg] ^{frac{1}{n}

where "n" is the number of compounds separated, "Rf (1...n)" are the Retention factor of the compounds sorted in non-descending order, "Rf0" = 0 and "Rf(n+1)" = 1.

Theoretical considerations

The coefficient lies always in range <0,1> and 0 indicates worst case of separation (all Rf values equal to 0 or 1), value 1 indicates ideal equal-spreading of the spots, for example (0.25,0.5,0.75) for three solutes, or (0.2,0.4,0.6,0.8) for four solutes.

This coefficient was proposed as an alternative to earlier approaches, such as delta-Rf, delta-Rf product or MRF (Multispot Response Function). Besides its stable range, the advantage is a stable distribution as a random variable, regardless of compounds investigated.

In contrast to the similar concept called Retention uniformity, "Rd" is sensitive to "Rf" values close to 0 or 1, or close to themselves. If two values are not separated, it is equal to 0. For example the "Rf" values (0,0.2,0.2,0.3) (two compounds not separated at 0.2 and one at the start ) result in "RD" equal to 0, but "RU" equal to 0.3609. When some distance from 0 and spots occurs, the value is larger, for example "Rf" values (0.1,0.2,0.25,0.3) give "RD" = 0.4835, "RU" = 0.4066.

Calculation

The calculation of the "RD" requires some operations and is quite difficult to perform in spreadsheets. The following implementations may help. They take the vector of "Rf" values, returning the single "RD" value.

The R (programming language)/S-PLUS implementation:

rd <- function (x) { x <- sort(x) n <- length(x) d <- diff(c(0,x,1)); pd <- prod(d); rd <- ((n+1)^(n+1)*pd)^(1/n); return(rd);}

The GNU Octave/Matlab implementation:

function res = rd(x) x = sort(x); n = length(x); d = diff( [0 x 1] ); pd = prod(d); res = ((n+1).^(n+1).*pd).^(1./n);endfunction

The Scilab implementation:

function res = rd(x) x = gsort(x,"g","i"); n = length(x); d = diff( [0 x 1] ); pd = prod(d); res = ((n+1).^(n+1).*pd).^(1./n);endfunction

See also

* Chromatographic response function

References

* Komsta Ł., Markowski W., Misztal G., A proposal for new RF equal-spread criteria with stable distribution parameters as a random variable. J. Planar Chromatogr. 2007 (20) 27-37.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Retention uniformity — Retention uniformity, or RU , is a concept in thin layer chromatography, designed for quantitative measurement of equal spreading of the spots on the chromatographic plate and one of the Chromatographic response functions. It is calculated from… …   Wikipedia

  • Electronics Technician distance education program — The Electronics Technician (ET) distance education program was developed in 1997 by Dr. Colin Simpson, an electronics professor at George Brown College in Toronto, Canada. Since then, the award winning [… …   Wikipedia

  • Chromatographic response function — Chromatographic response function, often abbreviated to CRF is a coefficient which characterize in a quantitative manner, the quality of the separation in the result of a chromatography. The CRFs concept have been created during the development… …   Wikipedia

  • chromatography — chromatographer, n. chromatographic /kreuh mat euh graf ik, kroh meuh teuh /, adj. chromatographically, adv. /kroh meuh tog reuh fee/, n. Chem. the separation of mixtures into their constituents by preferential adsorption by a solid, as a column… …   Universalium

  • analysis — /euh nal euh sis/, n., pl. analyses / seez /. 1. the separating of any material or abstract entity into its constituent elements (opposed to synthesis). 2. this process as a method of studying the nature of something or of determining its… …   Universalium

  • Fuite d'information — La fuite d information, appelée aussi fuite de données, peut être soit une déperdition soit une divulgation inopportune de données ce qui met en cause la sécurité matérielle et juridique de l information. Elle peut être spontanée, involontaire ou …   Wikipédia en Français

  • Higher education in Saskatchewan — Historically, Saskatchewan s higher education system has been significantly shaped by demographics [Muir, William R. (1997). Higher Education in Saskatchewan. In G.A. Jones (Ed.), Higher education in Canada . (pp. 93 114). New York: Garland.] In… …   Wikipedia

  • Prison en France — Le centre de détention de Roanne Les prisons françaises (191 établissements au 1er janvier 2010) sont des lieux privatifs de liberté gérés par l administration pénitentiaire, rattachée au ministère de la Justice depuis 1911. Sommaire …   Wikipédia en Français

  • ODONTOSTOMATOLOGIE — Les relations anatomiques et fonctionnelles qui existent entre les dents d’une part, la bouche et les diverses parties constituantes de la face, tous les autres organes du corps humain, d’autre part, conduisent à distinguer dans la stomatologie… …   Encyclopédie Universelle

  • Deconstruction and Derrida — Simon Critchley and Timothy Mooney DERRIDIAN DECONSTRUCTION1 In the last twenty five years or so, particularly in the English speaking world, no philosopher has attracted more notoriety, controversy and misunderstanding than Jacques Derrida.… …   History of philosophy

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”