View source: R/Calc_exctinction_coef.R
calc.extcoeff | R Documentation |
Calculates the extinction coefficient for a DNA or RNA sequences using the nearest neighbor method. Also calculates the sum of all the extinction coefficients in the input vector. Nearest neighbor parameters are from:
calc.extcoeff(NucAcid, wavelength = 260, silent = F)
NucAcid |
A vector containing RNA or DNA sequences. Example "c("RNA", "ACCUUUCG", "CGAAAGGU")" |
wavelength |
The wavelength the data was collected at |
silent |
To print the extinction coefficient once it is calculated |
Puglisi, J. D.; Tinoco, I. Absorbance Melting Curves of RNA. Methods in Enzymology; RNA Processing Part A: General Methods; Academic Press, 1989; Vol. 180, pp 304-325. https://doi.org/10.1016/0076-6879(89)80108-9.
A vector containing the extinction coefficient
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.