ropensci / rentrez

talk with NCBI entrez using R
https://docs.ropensci.org/rentrez
Other
195 stars 38 forks source link

Deal with invald IDs in entrez_link "by_id" mode #76

Closed dwinter closed 8 years ago

dwinter commented 8 years ago

As reported by @zachary-foster in ropensci/taxize#506, when "by_id" mode is used with entrez_link and some IDs are invalid the NCBI does not send any error message (just the information associated with the valid IDs). This means the alignment between the input IDs and output results will be broken in these cases

To solve this we should: