LipidMS (version 1.0.0)

coelutionScore: 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: m.z, RT, int, Scan (ordinal number for a given MS function) and peakID (peakID to which it has been assigned).

#' @keywords internal