apply_clique_method: Apply clique method to handle dirty data such as duplicate...

Description Usage Arguments Value

View source: R/process_clique_method.R

Description

Apply clique method to handle dirty data such as duplicate record and missing value problem

Usage

1
apply_clique_method(dt, key_cols, key_thrsh, intensity_cols, conformity_thrsh)

Arguments

dt

Input data frame (data.table)

key_cols

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

key_thrsh

Key (m/z, RT ...) column threshold with same order key_cols

intensity_cols

Intensity column numbers

conformity_thrsh

Conformity threshold

Value

Dirty data-free data frame (data.table)


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