Arguments
expData
An object of class ExpData
.
annoData
A data frame which must contain the columns chr
, start
, end
and strand
which specifies
annotation regions of interest.
what
Vector of names of columns of expData
to be included in output.
ignoreStrand
Logical indicating whether strand should be ignored. If TRUE
, data that falls into the annotation region,
regardless of strand, is included.
expand
Logical indicating whether positions with no data should be included in output. If TRUE
, lines are added
to the output to give a value for each position, even if this value is 0.
addOverStrands
Logical indicating whether data should be added across strands. Only applies when expand
is TRUE
.
verbose
Logical indicating whether details should be printed.