Bioconductor / Organism.dplyr

https://bioconductor.org/packages/Organism.dplyr
3 stars 3 forks source link

src_organism not working #20

Closed mari-lynne closed 6 months ago

mari-lynne commented 6 months ago

Hello every time I run:

src<- src_organism("TxDb.Hsapiens.UCSC.hg38.knownGene")

I get the error:

Error incollect(): ! Failed to collect lazy table. Caused by error indb_collect(): ! Arguments in...must be used. ✖ Problematic argument: • ..1 = Inf ℹ Did you misspell an argument name?

Not sure how to resolve this.

> sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.6 LTS

Matrix products: default BLAS/LAPACK: FlexiBLAS OPENBLAS; LAPACK version 3.10.1

locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

time zone: America/Los_Angeles tzcode source: system (glibc)

attached base packages: [1] tools stats4 stats graphics grDevices utils datasets methods base

other attached packages: [1] tinytex_0.45 viridis_0.6.5 viridisLite_0.4.2
[4] rtracklayer_1.60.0 tidylog_1.0.2 data.table_1.15.4
[7] janitor_2.2.0 stringr_1.5.0 stringi_1.7.12
[10] forcats_1.0.0 readODS_2.2.0 patchwork_1.2.0
[13] ggrepel_0.9.3 ggplot2_3.5.0 RColorBrewer_1.1-3
[16] karyoploteR_1.26.0 regioneR_1.32.0 DOSE_3.26.1
[19] TxDb.Hsapiens.UCSC.hg38.knownGene_3.17.0 GenomicFeatures_1.52.1 GenomicRanges_1.52.0
[22] GenomeInfoDb_1.36.1 AnnotationDbi_1.62.2 IRanges_2.34.1
[25] S4Vectors_0.38.1 Biobase_2.60.0 BiocGenerics_0.46.0
[28] Organism.dplyr_1.28.0 AnnotationFilter_1.24.0 dplyr_1.1.4
[31] biomaRt_2.56.1 BiocManager_1.30.22

loaded via a namespace (and not attached): [1] rstudioapi_0.14 magrittr_2.0.3 rmarkdown_2.22 BiocIO_1.10.0
[5] zlibbioc_1.46.0 vctrs_0.6.5 memoise_2.0.1 Rsamtools_2.16.0
[9] RCurl_1.98-1.12 base64enc_0.1-3 htmltools_0.5.5 S4Arrays_1.0.4
[13] progress_1.2.3 curl_5.2.1 Formula_1.2-5 htmlwidgets_1.6.2
[17] plyr_1.8.9 lubridate_1.9.3 cachem_1.0.8 GenomicAlignments_1.36.0
[21] lifecycle_1.0.3 pkgconfig_2.0.3 Matrix_1.6-5 R6_2.5.1
[25] fastmap_1.1.1 snakecase_0.11.1 GenomeInfoDbData_1.2.10 MatrixGenerics_1.12.2
[29] digest_0.6.31 colorspace_2.1-0 pkgload_1.3.2 bezier_1.1.2
[33] Hmisc_5.1-0 RSQLite_2.3.1 org.Hs.eg.db_3.17.0 filelock_1.0.2
[37] timechange_0.3.0 fansi_1.0.4 httr_1.4.6 compiler_4.3.1
[41] withr_2.5.0 bit64_4.0.5 htmlTable_2.4.1 backports_1.4.1
[45] BiocParallel_1.34.2 DBI_1.2.2 rappdirs_0.3.3 DelayedArray_0.26.6
[49] rjson_0.2.21 HDO.db_0.99.1 foreign_0.8-84 zip_2.3.0
[53] nnet_7.3-19 glue_1.6.2 restfulr_0.0.15 GOSemSim_2.26.0
[57] grid_4.3.1 checkmate_2.3.1 cluster_2.1.4 reshape2_1.4.4
[61] fgsea_1.26.0 generics_0.1.3 gtable_0.3.4 BSgenome_1.68.0
[65] tidyr_1.3.1 ensembldb_2.24.0 hms_1.1.3 xml2_1.3.4
[69] utf8_1.2.3 XVector_0.40.0 pillar_1.9.0 splines_4.3.1
[73] BiocFileCache_2.8.0 lattice_0.22-6 bit_4.0.5 biovizBase_1.48.0
[77] tidyselect_1.2.1 GO.db_3.17.0 Biostrings_2.68.1 knitr_1.46
[81] gridExtra_2.3 ProtGenerics_1.32.0 SummarizedExperiment_1.30.2 xfun_0.43
[85] matrixStats_1.3.0 lazyeval_0.2.2 yaml_2.3.7 evaluate_0.21
[89] codetools_0.2-20 tibble_3.2.1 qvalue_2.32.0 cli_3.6.1
[93] rpart_4.1.23 munsell_0.5.1 dichromat_2.0-0.1 Rcpp_1.0.10
[97] dbplyr_2.5.0 png_0.1-8 XML_3.99-0.14 parallel_4.3.1
[101] blob_1.2.4 prettyunits_1.1.1 bitops_1.0-7 VariantAnnotation_1.46.0
[105] scales_1.3.0 openxlsx_4.2.5.2 purrr_1.0.1 crayon_1.5.2
[109] clisymbols_1.2.0 bamsignals_1.32.0 rlang_1.1.1 cowplot_1.1.1
[113] fastmatch_1.1-3 KEGGREST_1.40.0`

lshep commented 6 months ago

I would first try updating your version of all packages with BiocManager to make sure you have a valid install. Using the most recent versions of R/Bioc and Bioconductor packages will ensure proper functionality.

If you are using an older version of R or cannot update here are some options: dbplyr made updates that are not backwards compatible. You can either downgrade your version of dbplyr ; something like the following devtools::install_version("dbplyr", version = "2.3.4") or try using BiocArchive

install.packages(c("devtools", "lubridate"))
devtools::install_github("Bioconductor/BiocArchive")
BiocArchive::install("Organism.dplyr")