check_condition: Check condition is satisfied or not. If value difference is...

Description Usage Arguments Value

View source: R/common_processing_module.R

Description

Check condition is satisfied or not. If value difference is less than threshold than condition is satisfied

Usage

1
check_condition(current_index, candidate_index, key_col, key_thrsh)

Arguments

current_index

Current record index

candidate_index

Candidate record index

key_col

Key (m/z, RT ...) column number

key_thrsh

Key (m/z, RT ...) column threshold

Value

If condition satisfied thant return TRUE, else return FALSE


GIST-CSBL/MVP documentation built on May 6, 2019, 5:09 p.m.