Data Integrator (Python API)
|
Parses a Biopax level 3 file to provide its content to an accessor class. More...
Classes | |
class | CReactomeBiopaxParser |
Variables | |
string | ID_REACTOME = "Reactome" |
string | ID_UNIPROT = "UniProt" |
string | ID_ENSEMBL = "ENSEMBL" |
string | ID_UNIPROT_ISO = "UniProt Isoform" |
string | ID_CHEBI = "ChEBI" |
string | ID_MIRBASE = "miRBase" |
string | ID_EMBL = "EMBL" |
list | SUPPORTED_IDS |
dictionary | X_NS |
dictionary | NS_MAP |
string | X_RDF = "{http://www.w3.org/1999/02/22-rdf-syntax-ns#}" |
string | X_ID = X_RDF + "ID" |
string | X_ID2 = X_RDF + "about" |
string | X_RES = X_RDF + "resource" |
dictionary | ENTRIES |
list | PARSE_CATEGORIES = [x for x in ENTRIES] |
list | QUERY_CATEGORIES |
list | ID_CATEGORIES = [x for x in ENTRIES if "followForXref" in ENTRIES[x] ] |
Parses a Biopax level 3 file to provide its content to an accessor class.
dictionary cls.ReactomeBiopaxParser.ENTRIES |
list cls.ReactomeBiopaxParser.ID_CATEGORIES = [x for x in ENTRIES if "followForXref" in ENTRIES[x] ] |
string cls.ReactomeBiopaxParser.ID_CHEBI = "ChEBI" |
string cls.ReactomeBiopaxParser.ID_EMBL = "EMBL" |
string cls.ReactomeBiopaxParser.ID_ENSEMBL = "ENSEMBL" |
string cls.ReactomeBiopaxParser.ID_MIRBASE = "miRBase" |
string cls.ReactomeBiopaxParser.ID_REACTOME = "Reactome" |
string cls.ReactomeBiopaxParser.ID_UNIPROT = "UniProt" |
string cls.ReactomeBiopaxParser.ID_UNIPROT_ISO = "UniProt Isoform" |
dictionary cls.ReactomeBiopaxParser.NS_MAP |
list cls.ReactomeBiopaxParser.PARSE_CATEGORIES = [x for x in ENTRIES] |
list cls.ReactomeBiopaxParser.QUERY_CATEGORIES |
list cls.ReactomeBiopaxParser.SUPPORTED_IDS |
string cls.ReactomeBiopaxParser.X_ID = X_RDF + "ID" |
string cls.ReactomeBiopaxParser.X_ID2 = X_RDF + "about" |
dictionary cls.ReactomeBiopaxParser.X_NS |
string cls.ReactomeBiopaxParser.X_RDF = "{http://www.w3.org/1999/02/22-rdf-syntax-ns#}" |
string cls.ReactomeBiopaxParser.X_RES = X_RDF + "resource" |