print.GCalign {GCalignR} | R 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 |
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)
[Package GCalignR version 1.0.7 Index]