hpa_histology_data: HPA histology dataset

hpa_histology_dataR Documentation

HPA histology dataset

Description

Dataset downloaded with hpaDownload('histology', version = 'latest'). This should be the most updated dataset at the time of generation. Check metadata for more information.

Usage

hpa_histology_data

Format

A list of 3 tibbles

normal_tissue

Normal tissue IHC data

pathology

Cancer IHC data

subcellular_location

Subcellular location IF data

See Also

hpaDownload

Examples

  # 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

trannhatanh89/HPAanalyze documentation built on June 6, 2023, 4:31 p.m.