tssObject {TSRchitect} | R Documentation |
S4 constructor function for tssObject
tssObject(title = NA, bamData = NA, bedData = NA)
title |
'character' A short descriptive title for the experiment. Is set to NA by default. |
bamData |
'list' the name of a list of GAlignments objects (originating from .bam files) in the workspace. Set to NA by default. |
bedData |
'list' the name of a list of GRanges or Pairs objects (originating from .bed files) in the workspace. Set to NA by default. |
a new tssObject is returned to the user's workspace.
new.tssObj <- tssObject(title="Example")