rentrez icon indicating copy to clipboard operation
rentrez copied to clipboard

talk with NCBI entrez using R

Results 44 rentrez issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to download all available bat coronaviruses. I used the following query: bat_cov_ids

I have a few questions regarding this tool. I have a query that results in 124 575 hits with `pubmed_search

I tried to extract the protein feature/domain information, such as domain position and domain name, from https://www.ncbi.nlm.nih.gov/gene/5925, see below image as well, would you advice me how to extract such...

Dear Sir Now I am working project to search a lot of variant data in Clinvar which is time consuming because it seem that Clinvar limit 20 queries per search....

Thanks for developing rentrez, it is excellent. The man page for `entrez_link` says when `by_id = TRUE`, a list of `elink` objects will be returned, one for each ID in...

Hi! Thanks for your nice package for communicating with NCBI in R. I have a list of transcript accessions, of which I want to extract the GenBank entries. My list...

Hi there, great package! Maybe I am missing something here, but is my request really too large to run even with the `use_history = TRUE` argument in place as suggested...

When `args$id` is present as input to `make_entrez_query()` (e.g. from `entrez_post`) the IDs are collapsed to a string (length = 1) before `args$id length > 200` is used to determine...

Dear `rentrez` maintainer, Thanks (again!) for the awesome package. Here I submit a feature request and suggest a more helpful error message. `rentrez::entrez_search` usually works fine, also when there are...

Hi, I am trying to use rentrez to get the run info from a large number of SRA runs. I have worked out that I will need to use entrez_post...