-
-
Save jctoledo/5879825 to your computer and use it in GitHub Desktop.
Q3: retrieve genes that are from any mammal but human
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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