coelutionScore | R Documentation |
Calculate coelution score between two peaks.
coelutionScore(peak1, peak2, rawData)
peak1 |
character vector specifying the peakID of the first peak. |
peak2 |
character vector specifying the peakID of the second peak. |
rawData |
data frame with raw data for each scan. it need to have at least 5 columns: mz, RT, int, Scan (ordinal number for a given MS function) and peakID (peakID to which it has been assigned). #' @keywords internal |
M Isabel Alcoriza-Balaguer <maialba@alumni.uv.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.