Description Usage Arguments Value Examples
getSpectraMatchScore
1 2 3 4 5 6 7 8 9  | getSpectraMatchScore(
  exp.spectrum,
  lib.spectrum,
  ppm.tol = 30,
  mz.ppm.thr = 400,
  fraction.weight = 0.2,
  dp.forward.weight = 0.7,
  dp.reverse.weight = 0.1
)
 | 
exp.spectrum | 
 exp.spectrum  | 
lib.spectrum | 
 lib.spectrum  | 
ppm.tol | 
 ppm.tol  | 
mz.ppm.thr | 
 mz.ppm.thr  | 
fraction.weight | 
 fraction.weight  | 
dp.forward.weight | 
 dp.forward.weight  | 
dp.reverse.weight | 
 dp.reverse.weight  | 
spectrum match score
1 2 3  | exp.spectrum <- data.frame(mz = 1:10, intensity = 1:10)
lib.spectrum <- data.frame(mz = 1:10, intensity = 1:10)
getSpectraMatchScore(exp.spectrum, lib.spectrum)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.