poolRuns | R Documentation |
Pools binned read counts across samples.
poolRuns(object, samples, force=FALSE)
object |
A |
samples |
A character vector of new sample names. Samples with
identical names will be pooled together. Must be the same length as
there are samples in |
force |
Whether to force the operation even when downstream data will be lost. |
Returns a QDNAseqReadCounts
or QDNAseqCopyNumbers
object.
Ilari Scheinin
data(LGG150)
readCounts <- LGG150
# Note: the following command will "pool" data from a single run, which
# does not really make sense:
pooledReadCounts <- poolRuns(readCounts, samples = "LGG150")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.