createBaseTable: Main function to call everything and produce the results

Description Usage Arguments Value Examples

Description

Main function to call everything and produce the results

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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])

epos documentation built on Feb. 20, 2021, 9:09 a.m.