filterNeuroDrugs: Filter a given list of drug names for having an ATC code...

filterNeuroDrugsR Documentation

Filter a given list of drug names for having an ATC code starting with N indicating to be a drug for the Nervous System

Description

Filter a given list of drug names for having an ATC code starting with N indicating to be a drug for the Nervous System

Usage

filterNeuroDrugs(druglist, atchashda)

Arguments

druglist

a list of drug names

atchashda

a hash containing the drug names as keys

Value

neurodrugs a hash filtered for having an ATC code starting with N

Examples

utils::data(rawDrugNamesCoOcEpSO, package="epos")
atchashda <-
  readAtcMapIntoHashMapDrugNamesAtcCodes(
  system.file("extdata", "db-atc.map", package = "epos"), "\t")
tepso <- genDictListFromRawFreq(rawDrugNamesCoOcEpSO)
nepso <- filterNeuroDrugs(tepso, atchashda)

epos documentation built on May 29, 2024, 3:49 a.m.