| hpa_histology_data {HPAanalyze} | R Documentation |
Dataset downloaded with hpaDownload('histology', version = 'latest').
This should be the most updated dataset at the time of generation. Check
metadata for more information.
hpa_histology_data
A list of 3 tibbles
Normal tissue IHC data
Cancer IHC data
Subcellular location IF data
# load data
data("hpa_histology_data")
# access data frames
normal_tissue_data <- hpa_histology_data$normal_tissue
cancer_data <- hpa_histology_data$pathology
subcell_location_data <- hpa_histology_data$subcellular_location
# see metadata
hpa_histology_data$metadata