coelutionScore {LipidMS} | R Documentation |
calculate coelution score between two peaks
Description
Calculate coelution score between two peaks.
Usage
coelutionScore(peak1, peak2, rawData)
Arguments
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 |
Author(s)
M Isabel Alcoriza-Balaguer <maialba@alumni.uv.es>
[Package LipidMS version 3.0.5 Index]