find_similar_clusters {XINA}R Documentation

find_similar_clusters

Description

Compare clusters and find similar ones

Usage

find_similar_clusters(clustering_result, threshold = 0.95)

Arguments

clustering_result

A list containing XINA clustering results. See xina_clustering

threshold

Pearson's r threshold to find similar ones

Value

Write a csv file containing similar clustering information based on the given Pearson's R threshold


[Package XINA version 1.12.0 Index]