Package 'meddra.read'

Title: Load and Merge MedDRA Data for Clinical Trials
Description: MedDRA data is used for defining adverse events in clinical studies. You can load and merge the data for use in categorizing the adverse events using this package.
Authors: Bill Denney [aut, cre]
Maintainer: Bill Denney <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2025-03-26 20:28:08 UTC
Source: https://github.com/humanpred/meddra.read

Help Index


Combine together all of the MedDRA terms into a single data.frame

Description

Combine together all of the MedDRA terms into a single data.frame

Usage

join_meddra(data)

Arguments

data

MedDRA source data from read_meddra()

Value

A data.frame with the "soc_code", "soc_name", "soc_abbrev", "hlgt_code", "hlgt_name", "hlt_code", "hlt_name", "pt_code", "pt_name", "pt_soc_code", "llt_code", "llt_name", and "llt_currency"


Read MedDRA datasets from the source MedDRA datasets

Description

Read MedDRA datasets from the source MedDRA datasets

Usage

read_meddra(directory)

Arguments

directory

the directory containing the MedAscii and SeqAscii directories

Value

A list of data.frames for each file in the MedDRA source distribution