striation_identify_matches: Match striation marks across two aligned signatures

View source: R/peaks.R

striation_identify_matchesR Documentation

Match striation marks across two aligned signatures

Description

striae1 and striae2 are data frames of previously identified peaks and valleys returned by sig_get_peaks

Usage

striation_identify_matches(striae1, striae2)

Arguments

striae1

data frame as returned from sig_get_peaks function. data frames are expected to have the following variables: xmin, xmax, group, type, bullet, heights

striae2

data frame as returned from sig_get_peaks function. data frames are expected to have the following variables: xmin, xmax, group, type, bullet, heights#' Check a striae object is valid

Details

adapted from function striation_identify in the bulletr package, just used internally. Not intended for public consumption.

Value

data frame of the same form as lines1 and lines2, but with an additional variable of whether the striation marks are matches


heike/bulletxtrctr documentation built on March 8, 2024, 7:41 p.m.