-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This works (although the result is NA)
webseq::ncbi_link_uid(webseq::ncbi_get_uid("SAMN02714232", db = "biosample"),
to = "sra")
#> # A tibble: 1 × 2
#> biosample sra
#> <dbl> <dbl>
#> 1 2714232 NACreated on 2025-11-21 with reprex v2.1.1
This doesn't work:
webseq::ncbi_link("SAMN02714232", from = "biosample", to = "sra")
#> Error in x$uid: $ operator is invalid for atomic vectorsCreated on 2025-11-21 with reprex v2.1.1
Metadata
Metadata
Assignees
Labels
No labels