clusterComrades | R Documentation |
This method clusters the duplexes.
clusterComrades(cds, cores = 3, stepCount = 2, clusterCutoff = 20)
cds |
comradesDataSet object created with comradesDataSet |
cores |
numeric - The number of cores to use |
stepCount |
Stringency for clustering |
clusterCutoff |
The minimum number of reads a cluster requires |
A comradesDataSet
object
cds = makeExampleComradesDataSet()
clusterComrades(cds,
cores = 1,
stepCount = 1,
clusterCutoff = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.