Learn R Programming

epos (version 1.1)

createJaccardPlotMeSHFive: Creates the plot for all jaccard coefficients amongst the three epilepsy ontologies

Description

Creates the plot for all jaccard coefficients amongst the three epilepsy ontologies

Usage

createJaccardPlotMeSHFive(
  jmeshepso,
  jmeshesso,
  jmeshepi,
  jmeshepilepsyand,
  jmeshepilepsyor
)

Value

jaccardepilepsyplot the ggplot object

Arguments

jmeshepso

list of jaccard coefficients between mesh and epso for increasing k

jmeshesso

list of jaccard coefficients between mesh and esso for increasing k

jmeshepi

list of jaccard coefficients between mesh and epi for increasing k

jmeshepilepsyand

list of jaccard coefficients between mesh and the intersection of epso, esso, and epi for increasing k

jmeshepilepsyor

list of jaccard coefficients between mesh and the union of epso, esso, and epi for increasing k

Examples

Run this code
if (FALSE) {
jaccardepilepsyplot <- createJaccardPlotAll(jaccardepso, jaccardesso)
}

Run the code above in your browser using DataLab