print.seqNdisplayRSession | R Documentation |
Prints an overview over samples, colors and associated bigwigs in a seqNdisplayR Session. Just a pretty overview over a session.
## S3 method for class 'seqNdisplayRSession'
print(session, verbose = FALSE, ...)
session |
seqNdisplayRSession object |
verbose |
print detailed information? default=FALSE |
... |
arguments |
Convenience function for checking parsing of samples, colors and bigwigs.
Print to R session.
... arguments are samples, colors, bigwigs objects as used by seqNdisplayR and indent_size (string used for indent spacing of levels in the output)
MS
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.