print.GCalign: Summarising Peak Alignments with GCalignR

View source: R/print.GCalign.R

print.GCalignR Documentation

Summarising Peak Alignments with GCalignR

Description

print method for class "GCalign"

Usage

## S3 method for class 'GCalign'
print(x, write_text_file = FALSE, ...)

Arguments

x

Object of class GCalign, created with align_chromatograms

write_text_file

A boolean allowing to write a text file.

...

Optional arguments passed on to methods are currently not supported.

Author(s)

Martin Stoffel (martin.adam.stoffel@gmail.com) & Meinolf Ottensmann (meinolf.ottensmann@web.de)

Examples

## GCalign object
data("aligned_peak_data")
## print summary
print(aligned_peak_data)


GCalignR documentation built on Feb. 16, 2023, 5:23 p.m.