createBaseTable | R Documentation |
Main function to call everything and produce the results
createBaseTable(coocepso, coocesso, coocepi, coocepisem, coocfenics)
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 |
result table containin the aggregated list of drug terms and their associations
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])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.