View source: R/hclust_motifs.R
hclust_motifs | R Documentation |
Perform hierarchical clustering of motifs
hclust_motifs( motifs, compare_motifs_method = "PCC", hclust_method = "complete", min.position.ic = 0, min.mean.ic = 0.25, min.overlap = 6, normalize.scores = TRUE )
motifs |
Universalmotif object. |
compare_motifs_method |
The similarity metric to be used between motifs according to the Universalmotifs package |
hclust_method |
Method to perform hierarchical clustering. |
min.position.ic |
The minimum IC between positions according to the Universalmotifs package |
min.mean.ic |
The minimum mean IC according to the Universalmotifs package |
min.overlap |
The minimum overlap between motifs according to the Universalmotifs package |
normalize.scores |
Whether to normalize scores according to the Universalmotifs package |
hclust result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.