print methods {easyRNASeq}R Documentation

Pretty print the content of classes from the easyRNASeq package.

Description

Print information about a RNAseq, AnnotParam, BamParam or RnaSeqParam object.

Usage

## S4 method for signature 'RNAseq'
print(x, verbose = FALSE, ...)

Arguments

x

An object from class RNAseq, AnnotParam, BamParam or RnaSeqParam

verbose

A logical to have a verbose or not output. Default to FALSE For object of the RNAseq class only.

...

Additional arguments, currently unused.

Value

Print information about the provided object.

Author(s)

Nicolas Delhomme


[Package easyRNASeq version 2.30.0 Index]