Description Usage Arguments Value Examples
Join, subset and manipulate ChIPprofile objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'ChIPprofile'
c(x, ..., recursive = FALSE)
## S4 method for signature 'ChIPprofile'
rbind(x, ..., deparse.level = 1)
## S4 method for signature 'ChIPprofile'
cbind(x, ..., deparse.level = 1)
## S4 method for signature 'ChIPprofile,ANY,missing'
x[[i, j, ...]]
## S4 method for signature 'ChIPprofile'
x$name
|
j |
Should be missing |
... |
objects to be concatenated. |
recursive |
logical. If |
deparse.level |
See |
x |
object from which to extract element(s) or in which to replace element(s). |
i |
indices specifying elements to extract or replace. Indices are
For When indexing arrays by An index value of |
name |
A literal character string or a name (possibly backtick
quoted). For extraction, this is normally (see under
‘Environments’) partially matched to the |
A ChIPprofile object
1 2 3 | data(chipExampleBig)
x <- c(chipExampleBig[[1]],chipExampleBig[[2]])
y <- rbind(chipExampleBig[[1]],chipExampleBig[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.