use duckdb to query NCBI Gene data in OSN bucket
Examples
if (is_online()) {
remote_gene_query(qual = 'where "#tax_id" = 9606 limit 10;')
}
#> # A tibble: 10 × 3
#> `#tax_id` GeneID PubMed_ID
#> <dbl> <dbl> <dbl>
#> 1 9606 1 2591067
#> 2 9606 1 3458201
#> 3 9606 1 3610142
#> 4 9606 1 8889549
#> 5 9606 1 12477932
#> 6 9606 1 14702039
#> 7 9606 1 14760718
#> 8 9606 1 15221005
#> 9 9606 1 15461460
#> 10 9606 1 15489334