Description Usage Arguments Value Examples
Used to generate a summary file used in the second tab of the Shiny app version of HPAStainR
1 | HPA_summary_maker(hpa_dat)
|
hpa_dat |
The dataframe of normal tissue data downloaded by HPA_data_downloader() |
A dataframe summarizing the amount of proteins tested to detected, used for the shiny app.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.