coincidents | R Documentation |
This function find groups of coincidents genes/proteins in an accnet object. Unlike accnet_enrichment_analysis() concidents does not need to define genome/pangenome clusters. The methos perform a multi-dimensional scaling using umap and then find clusters with hdbscan.
coincidents(data, min_freq = 5, min_size = 4)
data |
An accnet object |
min_freq |
Minimun frequency of gene/protein in the population. |
min_size |
Minimun size of the reported clusters. |
A data.frame with the protein/gene ID ("Target") and the membership (cluster number)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.