View source: R/similarity_network.R
similarity_network | R Documentation |
The function creates a similarity network connecting genomes with 'distances' lower than the especified threshold.
similarity_network(data, threshold)
data |
An object of class accnet or mash |
threshold |
Maximun distance to include in the network. |
The distance must to be addecuated for the type of data. MASH values rangin between 0-0.05 intra-specie mean while accnet distances could be higher.
An igraph object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.