bin.prioritize: Binned sorting method

Description Usage Arguments Details Value See Also

Description

Reorders peaks using the binned method.

Usage

1
bin.prioritize(peak.df, binwidth = 0.01)

Arguments

peak.df

Peak data frame to sort

binwidth

Width of the bins from which to pick peaks

Details

Binned method works as follows:

  1. Retention time is divided into bins of specified binwidth.

  2. Most intense peaks from each bin are arranged in order of decreasing intensity.

  3. Second most intense peaks from each bin are arranged in order of decreasing intensity.

  4. Process repeated until all peaks are sorted.

Note: in this implementation, the rownames of original peak data frame will be removed in output.

Value

Data frame of peaks

See Also

intensity.prioritize, random.prioritize


agentlans/PeakSorter documentation built on May 14, 2019, 5:23 p.m.