calcDSEA {epos}R Documentation

Calculate dsea scores of one list in comparison to reference list

Description

Calculate dsea scores of one list in comparison to reference list

Usage

calcDSEA(alist, N)

Arguments

alist

list of drug names to be used for calculating dsea

N

numeric value with maximum length of lists for dsea calculation

Value

list with dsea scores

Examples

calcDSEA(c("Valproic acid", "Lamotrigine", "Ketamin"), 3)

[Package epos version 1.1 Index]