BryantLabUW / Caenorhabditis_RNAseq_Browser

Shiny Web App for Browsing/Analysis of publicly available Caenorhabditis bulk RNAseq datasets
MIT License
0 stars 1 forks source link

Homolog plot code is broken #3

Closed astrasb closed 8 months ago

astrasb commented 8 months ago

Not all homologs are being plotted (only GS1-3 in C. elegans). Embryonic timeline is plotting incorrectly.

Possibly related issue is the following error: "The ... argument of across() is deprecated as of dplyr 1.1.0. Supply arguments directly to .fns through an anonymous function instead.

Previously

across(a:b, mean, na.rm = TRUE)

Now

across(a:b, (x) mean(x, na.rm = TRUE))"

astrasb commented 8 months ago

Fixed with commit 4d9b9a4