You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was interested in using GenVisR for the lolliplot(), now Lolliplot() function.
Older versions of GenVisR have the FField dependency, whereby FField is no longer supported by bioconductor. As such, as recommended by this post by a dev of GenVisR, I got the most up to date dev version of GenVisR using the procedure on the github page:
Unfortunately, now with this new GenVisR version, lolliplot() no longer functions and Lolliplot(), the replacement, is in development and non-functional. When I try the example under lolliplot() in the manual:
Error in `collect()`:
! Failed to collect lazy table.
Caused by error in `db_collect()`:
! Arguments in `...` must be used.
✖ Problematic argument:
• ..1 = Inf
ℹ Did you misspell an argument name?
Run `rlang::last_trace()` to see where the error occurred.
for both the mode1 and mode2 runs of Lolliplot()
Session Info:
setting value
version R version 4.1.2 (2021-11-01)
os macOS Big Sur 10.16
system x86_64, darwin17.0
ui RStudio
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz America/New_York
date 2023-11-08
rstudio 1.4.1106 Tiger Daylily (desktop)
pandoc NA
The text was updated successfully, but these errors were encountered:
The original lolliplot() function had to be removed due to a package dependency issue. I did re-write the function which is now called Lolliplot() as you noticed. Both function pull from biomart for protein domains. It appears however that the mirror sites for ensembl have changed without me noticing.
I was interested in using GenVisR for the lolliplot(), now Lolliplot() function.
Older versions of GenVisR have the
FField
dependency, wherebyFField
is no longer supported by bioconductor. As such, as recommended by this post by a dev of GenVisR, I got the most up to date dev version of GenVisR using the procedure on the github page:Unfortunately, now with this new GenVisR version, lolliplot() no longer functions and Lolliplot(), the replacement, is in development and non-functional. When I try the example under lolliplot() in the manual:
I get the error:
for both the mode1 and mode2 runs of Lolliplot()
Session Info:
setting value
version R version 4.1.2 (2021-11-01)
os macOS Big Sur 10.16
system x86_64, darwin17.0
ui RStudio
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz America/New_York
date 2023-11-08
rstudio 1.4.1106 Tiger Daylily (desktop)
pandoc NA
The text was updated successfully, but these errors were encountered: