concatenate_runs | R Documentation |
On occasion we have multiple technical replicates of a sequencing run. This can use a column in the experimental design to identify those replicates and sum the counts into a single column in the count tables.
concatenate_runs(expt, column = "replicate")
expt |
Experiment class containing the requisite metadata and count tables. |
column |
Column of the design matrix used to specify which samples are replicates. |
Untested as of 2016-12-01, but used in a couple of projects where sequencing runs got repeated.
Expt with the concatenated counts, new design matrix, batches, conditions, etc.
[Biobase] [exprs()] [fData()] [pData()] [create_expt()]
## Not run:
compressed <- concatenate_runs(expt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.