print.seqNdisplayRSession: print seq'N'display'R Session

View source: R/seqNdisplayR.R

print.seqNdisplayRSessionR Documentation

print seq'N'display'R Session

Description

Prints an overview over samples, colors and associated bigwigs in a seqNdisplayR Session. Just a pretty overview over a session.

Usage

## S3 method for class 'seqNdisplayRSession'
print(session, verbose = FALSE, ...)

Arguments

session

seqNdisplayRSession object

verbose

print detailed information? default=FALSE

...

arguments

Details

Convenience function for checking parsing of samples, colors and bigwigs.

Value

Print to R session.

Note

... arguments are samples, colors, bigwigs objects as used by seqNdisplayR and indent_size (string used for indent spacing of levels in the output)

Author(s)

MS

Examples

xl_fname = system.file('extdata', 'seqNdisplayR_sample_sheet_elaborate2.xlsx', package='seqNdisplayR')
session = LoadExcel(xl_fname, load_annotations =F)
print(session)
print(session, verbose=T)


THJlab/seqNdisplayR documentation built on Aug. 3, 2024, 6:56 p.m.