Skip to content

Commit

Permalink
PVM Dashboard 2024-02-15
Browse files Browse the repository at this point in the history
  • Loading branch information
mariabsantana committed Feb 15, 2024
1 parent 5ad3b21 commit f12d45e
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 86 deletions.
9 changes: 8 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ sc2_variants <- list(
"VOC: Omicron (FE.1)" = c("FE.1", "FE.1.2"),
"VOC: Omicron (GK.1)" = c("GK.1", unique(gi$pangolin_lineage[grep("^GK\\.1\\.", gi$pangolin_lineage)])),
"VOC: Omicron (JD.1)" = c("JD.1", unique(gi$pangolin_lineage[grep("^JD\\.1\\.", gi$pangolin_lineage)])),
"VOC: Omicron (DL.1)" = c("DL.1", unique(gi$pangolin_lineage[grep("^DL\\.1\\.", gi$pangolin_lineage)])))
"VOC: Omicron (DL.1)" = c("DL.1", unique(gi$pangolin_lineage[grep("^DL\\.1\\.", gi$pangolin_lineage)])), unique(gi$pangolin_lineage[grep("^JN\\.1\\.", gi$pangolin_lineage)])))
sc2_oms <- structure(c(rep(names(sc2_variants), sapply(sc2_variants, length))),
Expand Down Expand Up @@ -603,6 +603,7 @@ gi_bahia_epiwseq_plot <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down Expand Up @@ -644,6 +645,7 @@ gi_salvador_epiwseq <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down Expand Up @@ -685,6 +687,7 @@ gi_irece_epiwseq_plot <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down Expand Up @@ -882,6 +885,7 @@ gi_hsr_epiwseq_plot <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down Expand Up @@ -1048,6 +1052,7 @@ gi_labcov_epiwseq <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down Expand Up @@ -1233,6 +1238,7 @@ gi_lacen_ba_epiwseq_plot <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down Expand Up @@ -1399,6 +1405,7 @@ gi_ljc_epiwseq_plot <- plotly::ggplotly(
"VOC: Omicron (GK.1)" = "#0000FF",
"VOC: Omicron (FE.1)" = "#FFFF00",
"VOC: Omicron (JD.1)" = "#FF0066",
"VOC: Omicron (JN.1)" = "#336600",
"Others" = "#999999")) + theme_light() +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1, size = 8),
axis.text.y = element_text(hjust = 1, size = 8),
Expand Down
Loading

0 comments on commit f12d45e

Please sign in to comment.