conversions: Convert the similarities formats

Description Usage Arguments Value Author(s) Examples

Description

Functions to convert the similarity coefficients between Jaccard and Dice. D2J is the opposite of J2D.

Usage

1
2
3
D2J(D)

J2D(J)

Arguments

D

Dice coefficient, as returned by diceSim, geneSim, clusterSim and clusterGeneSim

J

Jaccard coefficient

Value

A numeric value.

Author(s)

Llu<c3><ad>s Revilla

Examples

1
2
3
D2J(0.5)
J2D(0.5)
D2J(J2D(0.5))

BioCor documentation built on Nov. 8, 2020, 4:56 p.m.