process_consensus: Extracting or generating representative or consensus scans...

View source: R/process_consensus.R

process_consensusR Documentation

Extracting or generating representative or consensus scans for each compound ID

Description

Extracting or generating representative or consensus scans for each compound ID

Usage

process_consensus(
  input_library,
  method = c("most_recent", "consensus", "consensus2", "common_peaks"),
  consensus_window = 0.01,
  relative = 0.01,
  max_peaks = 200,
  IDsUpdated = NULL
)

Arguments

input_library

Character or a list object. If character, name of the existing library into which new scans are added, the file extension must be mgf, msp or RData; please set to NULL if the new library has no dependency with previous ones.

IDsUpadated

new compound ID which were updated in the complete library yet to update consensus library for.


daniellyz/MergeION2 documentation built on Jan. 26, 2024, 6:24 a.m.