similarity_network: Similarity Network

View source: R/similarity_network.R

similarity_networkR Documentation

Similarity Network

Description

The function creates a similarity network connecting genomes with 'distances' lower than the especified threshold.

Usage

similarity_network(data, threshold)

Arguments

data

An object of class accnet or mash

threshold

Maximun distance to include in the network.

Details

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.

Value

An igraph object.


irycisBioinfo/PATO documentation built on Oct. 19, 2023, 3:07 p.m.