Description Usage Arguments Value Examples
Getter/setter for count data
setter for count data
1 2 3 4 5 6 7 8 9 | K(fds, type = currentType(fds))
N(fds, type = currentType(fds))
## S4 method for signature 'FraserDataSet'
counts(object, type = NULL, side = c("ofInterest", "otherSide"))
## S4 replacement method for signature 'FraserDataSet,ANY'
counts(object, type = NULL, side = c("ofInterest", "otherSide"), ...) <- value
|
fds, object |
FraserDataSet |
type |
The psi type. |
side |
"ofInterest" for junction counts, "other" for sum of counts of all other junctions at the same donor site (psi5) or acceptor site (psi3), respectively. |
... |
Further parameters that are passed to assays(object,...) |
value |
An integer matrix containing the counts. |
FraserDataSet
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.