A data frame containing annotated Medical Subject Headings (MeSH) terms and their associated group information.
Format
A data.table with the following
  columns:
- mesh_id
- A character vector representing the MeSH identifier. 
- mesh_term
- A character vector representing the MeSH term. 
- group_id
- A character vector representing the group identifier obtained from NCBI. 
- group_name
- A character vector representing the group name obtained from NCBI. 
Source
The MeSH terms were obtained from the National Library of Medicine's Medical Subject Headings (MeSH) database (https://www.nlm.nih.gov/mesh/), and the group information was obtained from the National Center for Biotechnology Information (NCBI).
Examples
library(labyrinth)
data(mesh_annot, package = "labyrinth")
# Preview the data
head(mesh_annot)
#>   mesh_id        mesh_term group_id group_name
#> 1 D002051 burkitt lymphoma        1 Infections
#> 2 D007918          leprosy        1 Infections
#> 3 D008288          malaria        1 Infections
#> 4 D011014        pneumonia        1 Infections
#> 5 D012220         rhinitis        1 Infections
#> 6 D012772    shock, septic        1 Infections