compareDatbaseSetOverlap: calculates the pariwise overlap between given list of...

View source: R/KYCG.R

compareDatbaseSetOverlapR Documentation

calculates the pariwise overlap between given list of database sets using a distance metric.

Description

calculates the pariwise overlap between given list of database sets using a distance metric.

Usage

compareDatbaseSetOverlap(databases = NA, metric = "Jaccard")

Arguments

databases

List of vectors corresponding to the database sets of interest with associated meta data as an attribute to each element. Optional. (Default: NA)

metric

String representing the similarity metric to use. Optional. (Default: "Jaccard").

Value

An upper triangular matrix containing a metric (Jaccard) comparing the pairwise distances between database sets.


zwdzwd/sesame documentation built on April 28, 2024, 12:48 p.m.