corlim_data | R Documentation |
Take the output of ms_fit and convert to hits for a range of correlation thresholds
corlim_data(fn_hits, fn_laglim, fn_corlim = seq(0, 1, 0.05))
fn_hits |
the dataframe returned by ms_fit |
fn_laglim |
the max permissable lag |
fn_corlim |
the set of correlation thresholds |
a list of dataframes, one for each replicate, each containing the following fields
cl |
The correlation limit |
nh |
The number of hits above the limit |
sc |
The sum of ion counts for hits |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.