Skip to content

cannot load references #35

@sdwien

Description

@sdwien

Dear colleagues,

I have not used SingleR and celldex in a while, it worked for me well before and I was hoping to use it again for a new project.

However, loading the references seems to cause an error:

ref <- celldex::BlueprintEncodeData()

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.

I am in R 4.3.3 on Ubuntu 24.
The backtrace says the following:

rlang::last_trace()
<error/rlang_error>
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?
---
Backtrace:
     ▆
  1. ├─celldex::BlueprintEncodeData()
  2. │ └─celldex:::.create_se(...)
  3. │   └─celldex:::.ExperimentHub()
  4. │     └─ExperimentHub::ExperimentHub()
  5. │       └─AnnotationHub::.Hub(...)
  6. │         └─AnnotationHub:::.create_cache(...)
  7. │           └─BiocFileCache::BiocFileCache(cache = cache, ask = ask)
  8. │             └─BiocFileCache:::.sql_create_db(bfc)
  9. │               └─BiocFileCache:::.sql_validate_version(bfc)
 10. │                 └─BiocFileCache:::.sql_schema_version(bfc)
 11. │                   ├─base::tryCatch(...)
 12. │                   │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 13. │                   └─tbl(src, "metadata") %>% collect(Inf)
 14. ├─dplyr::collect(., Inf)
 15. └─dbplyr:::collect.tbl_sql(., Inf)
 16.   ├─base::withCallingHandlers(...)
 17.   └─dbplyr::db_collect(x$src$con, sql, n = n, warn_incomplete = warn_incomplete, ...)

I also tried with other references.
I would be very happy to get it to run again, otherwise I will have to look for another workflow for cell type annotation.

Many thanks for your help and suggestions,
best regards from Vienna,
Sophia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions