Description Usage Arguments Details Value Author(s) See Also Examples
Combine a set of DGEList
objects.
1 2 3 4 |
... |
|
deparse.level |
not currently used, see |
cbind
combines data objects assuming the same genes in the same order but different samples.
rbind
combines data objects assuming equivalent samples, i.e., the same RNA targets, but different genes.
For cbind
, the matrices of count data from the individual objects are cbinded.
The data.frames of samples information, if they exist, are rbinded.
The combined data object will preserve any additional components or attributes found in the first object to be combined.
For rbind
, the matrices of count data are rbinded while the sample information is unchanged.
An DGEList
object holding data from all samples and all genes from the individual objects.
Gordon Smyth
cbind
in the base package.
1 2 3 4 | ## Not run:
dge <- cbind(dge1,dge2,dge3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.