Skip to content

Instantly share code, notes, and snippets.

@jctoledo
Created June 27, 2013 19:56
Show Gist options
  • Save jctoledo/5879825 to your computer and use it in GitHub Desktop.
Save jctoledo/5879825 to your computer and use it in GitHub Desktop.
Q3: retrieve genes that are from any mammal but human
DL query: gene that has_taxid some ('Mammalia [taxid: 40674]' and not 'Homo sapiens [taxid:9606]')
# gene : http://semanticscience.org/resource/SIO_010035
# 'Mammalia [taxid: 40674]' : http://bio2rdf.org/taxon:40674
# 'Homo sapiens [taxid:9606]' : http://bio2rdf.org/taxon:9606
# has_taxid : http://bio2rdf.org/geneid_vocabulary:has_taxid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment