View source: R/merge-proteins.R
extract_ints | R Documentation |
Cut every slice into tiny subslices.
extract_ints(ints, mass_fit_params, cut_size = 100)
ints |
Vector of intensities for every slice. |
mass_fit_params |
Parameter estimates from the polynomial fit. |
cut_size |
Number of subslices per slice (default is 100) |
mass_fit_params <- c(2.90230588635708,-0.0990513683718742,0.00309367801794186,-4.05829976900451e-05) ints <- runif(42,0,1) extr_ints <- extract_ints(ints, mass_fit_params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.