plot.seqNdisplayRSession | R Documentation |
Container for seqNdisplayR session information
## S3 method for class 'seqNdisplayRSession'
plot(session, ...)
session |
object of class seqNdisplayRSession |
... |
arguments passed to seqNdisplay. Should contain at least the argument feature or locus. |
see seqNdisplay for details. Session contains samples, colors, bigwigs, bigwig_dirs, parameters and annotation information.
On-screen plot or pdf
MS (minor additions by SLA)
xl_fname = system.file('extdata', 'seqNdisplayR_sample_sheet_elaborate2.xlsx', package='seqNdisplayR')
session = LoadExcel(xl_fname, load_annotations =F)
class(session) # 'seqNdisplayRSession'
plot(session, feature='TAF1D')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.