mergeSamples | R Documentation |
Merges individual samples within TSSr object into specified groups.
mergeSamples(object, mergeIndex)
## S4 method for signature 'TSSr'
mergeSamples(object, mergeIndex = NULL)
object |
A TSSr object |
mergeIndex |
Integer vector specifying which samples to be merged |
Large List of elements - one element for each merged sample
data(exampleTSSr)
mergeSamples(exampleTSSr, mergeIndex = c(1,1,2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.