conversions {BioCor}R Documentation

Convert the similarities formats

Description

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

Usage

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Ă­s Revilla

Examples

D2J(0.5)
J2D(0.5)
D2J(J2D(0.5))

[Package BioCor version 1.4.0 Index]