Skip to content

Commit

Permalink
Remove vendor and outbound links
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sd-watson committed Nov 28, 2023
1 parent 93ad0af commit 065902d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Imports:
waiter,
cicerone,
shinyanimate,
feather
feather,
Matrix (== 1.6-1.1)
Suggests:
stringr,
yardstick,
Expand Down
8 changes: 4 additions & 4 deletions R/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,7 @@ gtag('config', 'G-B26X9YQQGT');
# ),
# `External Link` = colDef(html = T),
`Human Protein Atlas` = colDef(html = T)
,
`External Link` = colDef(html = T)
# `External Link` = colDef(html = T)
),
sortable = TRUE,
elementId = "antibody-select")
Expand Down Expand Up @@ -1548,7 +1547,8 @@ gtag('config', 'G-B26X9YQQGT');
ifelse(Vendor == "Abcam", "Abcam.com",
"bdbiosciences.com"),
'</a>')) |>
dplyr::select(-c(`Datasheet URL`, `Protein Expression`, `ensgene`)))
dplyr::select(-c(`Datasheet URL`, `Protein Expression`, `ensgene`, `Vendor`,
`External Link`)))

update_analysis()

Expand Down Expand Up @@ -2928,7 +2928,7 @@ gtag('config', 'G-B26X9YQQGT');
type='scatter', hoverinfo="text", colors=cytomarker_palette()) %>%
layout(title = "UMAP selected markers")),
metric = plots_for_markdown()$metric))

download_data(fname, current_run_log()$map, plots_for_markdown(), heatmap_for_report(), df_antibody(),
markdown_report_path, current_metrics()$summary, current_overall_score(),
markers_with_type())
Expand Down
2 changes: 1 addition & 1 deletion inst/report/rmarkdown-report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ reactable(params$df,
# return rows.filter(r => filterValues.includes(r.values[id]));
# }")
# ),
`External Link` = colDef(html = T),
# `External Link` = colDef(html = T),
`Human Protein Atlas` = colDef(html = T)
),
sortable = TRUE,
Expand Down

0 comments on commit 065902d

Please sign in to comment.