host-specific pathogens taxonomy IDs
1
0
Entering edit mode
7 weeks ago

Does anyone know if there is a way to get pathogens taxon IDs data based on the pathogen's host filter? For example I need taxon ids only for those pathogens that are known to infect humans. I searched NCBI tools, visited their ftp page, but couldn't find any relevant info on this matter. Please, help

taxonomy taxon NCBI host-specific-pathogens • 309 views
ADD COMMENT
0
Entering edit mode
7 weeks ago

using wikidata (sadly, the list is quite incomplete).

SELECT ?organism1 ?name1 ?ncbi_taxon_id1 ?organism2 ?name2 ?ncbi_taxon_id2 WHERE {
 ?organism1 wdt:P225 ?name1 . 
 ?organism1 wdt:P685 ?ncbi_taxon_id1 . 

  ?organism2 wdt:P2975 ?organism1 .


  ?organism2 wdt:P225 ?name2 . 
 ?organism2 wdt:P685 ?ncbi_taxon_id2 .  

 SERVICE wikibase:label {
 bd:serviceParam wikibase:language "en" .
 }

}
ADD COMMENT

Login before adding your answer.

Traffic: 925 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6