Package 'ShinyChromViewer'

Title: Shiny Gadget for Interactive Viewing and Exploration of Chromatograms
Description: Shiny Gadget for interactive viewing and exploration of chromatograms.
Authors: Ethan Bass [aut, cre]
Maintainer: Ethan Bass <[email protected]>
License: GPL (>= 3)
Version: 0.1.0
Built: 2024-11-02 03:12:18 UTC
Source: https://github.com/ethanbass/ShinyChromViewer

Help Index


Shiny gadget for viewing chromatograms

Description

Shiny gadget for viewing chromatograms

Usage

chrom_viewer(peak_table, chrom_list)

Arguments

peak_table

A peak_table object.

chrom_list

A list of chromatograms.

Value

No return value.

Author(s)

Ethan Bass

Examples

data(Sa_warp)
data(pk_tab)
chrom_viewer(pk_tab)

Converts chromatograms to long format

Description

Converts chromatograms to long format

Usage

convert_chrom(x)

Arguments

x

A chromatographic matrix in wide format.

Value

A chromatographic matrix in long format.

Author(s)

Ethan Bass


Summarizes peak information

Description

Summarizes peak information

Usage

summarize_peak_info(peak_table)

Arguments

peak_table

A peak_table object.

Value

A peak_table object.

Author(s)

Ethan Bass


Converts list of chromatograms to long format

Description

Converts list of chromatograms to long format

Usage

tidy_chrom_converter(x)

Arguments

x

A list of chromatographic matrices in wide format.

Value

A list of chromatographic matrices in long format.

Author(s)

Ethan Bass