Anonymized data from MedDRA, used to illustrate the package examples and vignettes.
You can find term codes related to colitis, pneumonitis, hepatitis, a SMQ of
embolisms.
Compounds are meddra_, smq_list_, smq_content_ and smq_list_content_.
Create dedicated .parquet files using tb_meddra().
See examples in get_llt_soc and get_llt_smq
Usage
data(meddra_)
smq_list_content_
smq_list_
smq_content_Format
meddra_ is a data.table with 15 variables and 677 rows.
The
*_codecolumns. Integers. MedDRA code for the given term.The
*_namecolumns. Characters. The name of the term.soc_abbrevCharacter. The abbreviation of the SOC.null_fieldLogical. Empty column.pt_soc_codeInteger. The preferred term code of the SOC itself.primary_soc_fgCharacter. Whether the SOC is primary for this code. "Y" or "N", Yes or No.empty_colLogical. Empty column.
smq_list_ is a data.table with 9 variables and 11 rows.
It is the list of SMQ.
smq_codeInteger. The code of the SMQ.smq_nameCharacter. The name of the SMQ.smq_levelInteger. The hierarchical level of the SMQ.smq_descriptionCharacter. The description of the SMQ.smq_sourceCharacter. The source of the SMQ.smq_noteCharacter. Additional note on the SMQ.MedDRA_versionNumeric. The version of MedDRA.statusCharacter. The status of the SMQ (active or not)smq_algorithmCharacter. Whether the SMQ is algorithmic or not.empty_colLogical. Empty column.
smq_content_ is a data.table with 9 variables and 3386 rows.
It is the content of each SMQ.
smq_codeInteger. The code of the SMQ.term_codeInteger. The low-level term code.term_levelInteger. The hierarchical level of the term.term_scopeInteger. The scope of the term (narrow 2 or broad 1)term_categoryCharacter. In algorithmic SMQs, the category of the term.term_weightInteger. The weight of the term (algorithmic SMQs).term_statusInteger. The status of the term (active or not)term_addition_versionNumeric. The version of the term addition.term_last_modified_versionNumeric. The last MedDRA version the term was modified.empty_colLogical. Empty column.
smq_list_content_ is a data.table with 19 variables and 3386 rows.
It is a fusion of smq_list and smq_content, as created with tb_meddra().
smq_codeInteger. The code of the SMQ.smq_nameCharacter. The name of the SMQ.smq_levelInteger. The hierarchical level of the SMQ.smq_descriptionCharacter. The description of the SMQ.smq_sourceCharacter. The source of the SMQ.smq_noteCharacter. Additional note on the SMQ.MedDRA_versionNumeric. The version of MedDRA.statusCharacter. The status of the SMQ (active or not)smq_algorithmCharacter. Whether the SMQ is algorithmic or not.empty_col.xLogical. Empty column.term_codeInteger. The low-level term code.term_levelInteger. The hierarchical level of the term.term_scopeInteger. The scope of the term (narrow 2 or broad 1)term_categoryCharacter. In algorithmic SMQs, the category of the term.term_weightInteger. The weight of the term (algorithmic SMQs).term_statusInteger. The status of the term (active or not)term_addition_versionNumeric. The version of the term addition.term_last_modified_versionNumeric. The last MedDRA version the term was modified.empty_col.yLogical. Empty column.
An object of class data.table (inherits from data.frame) with 3386 rows and 19 columns.
An object of class data.table (inherits from data.frame) with 11 rows and 9 columns.
An object of class data.table (inherits from data.frame) with 3386 rows and 9 columns.
Examples
data(meddra_)
