hpa_summary_maker: HPA_summary_maker

HPA_summary_makerR Documentation

HPA_summary_maker

Description

Used to generate a summary file used in the second tab of the Shiny app version of HPAStainR

Usage

HPA_summary_maker(hpa_dat)

Arguments

hpa_dat

The dataframe of normal tissue data downloaded by HPA_data_downloader()

Value

A dataframe summarizing the amount of proteins tested to detected, used for the shiny app.

Examples

## Load in data from downloader
HPA_data <- HPA_data_downloader(save_file = FALSE)
## Generate the summarized HPA file
hpa_summary <- HPA_summary_maker(HPA_data$hpa_dat)

tnieuwe/HPAStainR_package documentation built on July 31, 2022, 8:01 a.m.