hpa_summary_maker: HPA_summary_maker

Description Usage Arguments Value Examples

Description

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

Usage

1

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

1
2
3
4
## 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)

HPAStainR documentation built on Feb. 11, 2021, 2:01 a.m.