createBaseTable {epos}R Documentation

Main function to call everything and produce the results

Description

Main function to call everything and produce the results

Usage

createBaseTable(coocepso, coocesso, coocepi, coocepisem, coocfenics)

Arguments

coocepso

list of drug names sorted by frequency co-occuring with EpSO

coocesso

list of drug names sorted by frequency co-occuring with ESSO

coocepi

list of drug names sorted by frequency co-occuring with EPILONT

coocepisem

list of drug names sorted by frequency co-occuring with EPISEM

coocfenics

list of drug names sorted by frequency co-occuring with FENICS

Value

result table containin the aggregated list of drug terms and their associations

Examples

utils::data(rawDrugNamesCoOcEpSO, package="epos")
utils::data(rawDrugNamesCoOcESSO, package="epos")
utils::data(rawDrugNamesCoOcEPILONT, package="epos")
utils::data(rawDrugNamesCoOcEPISEM, package="epos")
utils::data(rawDrugNamesCoOcFENICS, package="epos")
createBaseTable(coocepso = rawDrugNamesCoOcEpSO[1:150],
  coocesso=rawDrugNamesCoOcESSO[1:150],
  coocepi=rawDrugNamesCoOcEPILONT[1:150],
  coocepisem=rawDrugNamesCoOcEPISEM[1:150],
  coocfenics=rawDrugNamesCoOcFENICS[1:150])

[Package epos version 1.1 Index]