c,ChIPprofile-method {soGGi} | R Documentation |
Join, subset and manipulate ChIPprofile objects
## 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
data(chipExampleBig) x <- c(chipExampleBig[[1]],chipExampleBig[[2]]) y <- rbind(chipExampleBig[[1]],chipExampleBig[[2]])