consensusCluster | R Documentation |
Makes consensus clusters from multiple samples in TSSr object and calculates inter-quantile positions within consensus clusters for each sample.
consensusCluster(object, dis = 50
, useMultiCore=FALSE, numCores = NULL)
## S4 method for signature 'TSSr'
consensusCluster(object, dis = 50, useMultiCore = FALSE, numCores = NULL)
object |
A TSSr object. |
dis |
Minimum distance between two peaks to be aggregated together into the same consensus cluster. |
useMultiCore |
Logical indicating whether multiple cores are used (TRUE) or not (FALSE). Default is FALSE. |
numCores |
Number of cores are used in clustering step. Used only if useMultiCore = TRUE. Default is NULL. |
Large List of elements - one element for each sample
data(exampleTSSr)
consensusCluster(exampleTSSr,useMultiCore=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.