ubigen/R/data.R

10 lines
253 B
R
Raw Normal View History

2022-12-01 21:23:46 +01:00
#' A `data.table` containig mappings of Ensembl gene ID to HGNC symbol.
2022-05-07 17:54:23 +02:00
"genes"
2022-12-01 21:23:46 +01:00
#' The results from the analysis across all GTEx samples.
"gtex_all"
#' The results from the analysis across Human Protein Atlas' tissue aggregated
#' data.
"hpa_tissues"