PreprocessViews2-class | R Documentation |
This class directly extends the BamViews
class and provides
views to intermediate data (saved to disk) from the analysis of one
or more bam files.
PreprocessViews2(object)
## S4 replacement method for signature 'PreprocessViews2,ANY'
rowRanges(x) <- value
## S4 method for signature 'PreprocessViews2'
rowRanges(x, ...)
## S4 method for signature 'PreprocessViews2'
seqlevels(x)
## S4 method for signature 'PreprocessViews2'
seqinfo(x)
## S4 replacement method for signature 'PreprocessViews2'
seqinfo(x) <- value
object |
can be |
x |
a |
value |
an object of class |
... |
ignored |
A PreprocessViews2
object
scale
a length-one numeric vector. We scale numeric data by
the value of scale
, round to the nearest integer, and then
save as an integer. This slot is for internal use only.
See paths
for the character-vector of file
paths to the intermediate data.
PreprocessViews2()
paths(PreprocessViews2())
pviews <- PreprocessViews2()
paths(pviews) <- character()
paths(pviews)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.