Description Usage Arguments Examples
This function calculates the correlation between two lists of peak masses.
1 | Spec_list_corr(mass_list1, mass_list2, D = 0.04, mode = 1)
|
mass_list1 |
The first list of masses. |
mass_list2 |
The secound list of masses. |
D |
A maximal difference between two masses for them to be considered the same. Delaults to 0.04 |
mode |
If mode=1 the correlation score will be returned, else the number of correlationg peaks is returned. The correlation score is the percent of correlating peaks out of the mean length of two lists. Defaluts to 1. |
1 | corr <- Spec_list_corr(list1, list2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.