View source: R/aggregation-methods.R
aggregate_minimum | R Documentation |
Use the minimum aggregation method to aggregate meta-path based similarity scores.
aggregate_minimum(sim_dt, verbose)
sim_dt |
A |
verbose |
Should aggregation method be printed to the console? |
A data.table
with multiple columns, including:
The name of the similarity metric used (e.g., "PathSim"
).
The name of the aggregation method used (i.e., "Minimum"
).
The aggregate set similarity score.
Guney, E., Menche, J., Vidal, M. & BarĂ¡basi, A.-L. Network-based in silico drug efficacy screening. Nat Commun 7, 10331 (2016).
get_similarity()
for pairwise meta-path based similarity calculation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.