Description Usage Arguments Value Slots Examples
An object of class "cvgd"
represents output of coverageDepth
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | cvgd(...)
## S4 method for signature 'cvgd'
x$name
## S4 replacement method for signature 'cvgd'
x$name <- value
## S4 method for signature 'cvgd,ANY,ANY'
x[[i, j, ..., exact = TRUE]]
## S4 replacement method for signature 'cvgd,ANY,ANY,ANY'
x[[i, j, ...]] <- value
## S4 method for signature 'cvgd'
show(object)
|
... |
Each argument in ... becomes an slot in the new
|
x |
cvgd object. |
name |
A literal character string or a name (possibly backtick quoted). |
value |
value to replace. |
i, j |
indices specifying elements to extract or replace. |
exact |
see Extract |
object |
cvgd object. |
A cvgd object.
coverage
"list"
, list of
CompressedRleList,
specify the coverage of features of each sample.
granges
CompressedGRangesList, specify the features.
1 | cvgd()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.