hpa_histology_data | 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
hpaDownload
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.