Description Usage Format See Also Examples
Dataset downloaded with hpaDownload('histology', version = 'latest')
.
This should be the most updated dataset at the time of generation. Check
metadata for more information.
1 |
A list of 3 tibbles
Normal tissue IHC data
Cancer IHC data
Subcellular location IF data
1 2 3 4 5 6 7 8 9 10 | # 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
|
$HPAversion
[1] "20"
$date
[1] "2020-11-24 17:46:06 UTC"
$packageVersion
[1] "1.9.1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.