profileplyr-class | R Documentation |
Join, subset and manipulate ChIPprofile objects
## S4 method for signature 'profileplyr' c(x, ...) ## S4 method for signature 'profileplyr,ANY,ANY,ANY' x[i, j, k, ..., drop = FALSE]
x |
profileplyr object |
... |
Additional arguments. |
i |
An integer or character scalar indicating ranges of profileplyr object to return |
j |
An integer or character scalar indicating columns of profileplyr object to return or a An integer or character scalar indicating which profileplyr object samples to return |
k |
An integer or character scalar indicating samples of profileplyr object to return. |
drop |
A logical whether to drop empty samples |
A profileplyr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.