Here we take a snapshot from the current tip of the master branch of pypath, collect all functions from the pypath.inputs module and run them with an empty cache directory. Basic metrics about the returned values and errors are presented. This simple and automatized procedure is able to reveal the most common errors: if a server is down, if the URL, format or access restrictions changed, or pypath got broken in the recent developments. Note: this report is only about pypath, not about the data in the OmniPath web service; before we build the OmniPath database, we aim to fix the errors which could have an impact on its content.
Compiled between 2022-04-15 00:13:02 and 2022-04-15 06:30:07; pypath version: 0.14.7 (from git; c907cbb )
Modules collected: | 152 |
---|---|
Modules failed to import: | 0 |
Functions collected: | 479 |
Functions run without error: | 325 |
Functions returned empty value: | 9 |
Functions skipped due to lack of arguments: | 120 |
Functions run with error: | 34 |
Function | Started | Finished | Elapsed (s) | Result type | Result repr | Result size | Error | Change since last time | Last succeeded | |
---|---|---|---|---|---|---|---|---|---|---|
¶ | pypath.inputs.abs.abs_interactions | 2022-04-15 00:13:08 | 2022-04-15 00:13:09 | 0.49 | list | [['SRF', 'extracted04'], ['SRF', 'extracted04'], ['SRF', 'extracted04'], ['TEF1', 'extracted04'], ['SP1', 'extracted04'], ['TBP', 'extracted04'], ['SRF', 'X67686'], ['SRF', 'X67686'], ['SRF', 'X67686'], ['TEF1', 'X67686'], ['SP1', 'X67686'], ['TBP', 'X67686'], ['SRF', 'extracted05'], ['SRF', 'extrac...(truncated) | 650 | {} | 2022-04-15 00:13:08 | |
¶ | pypath.inputs.acsn.acsn_interactions | 2022-04-15 00:13:09 | 2022-04-15 00:13:11 | 2.11 | list | [AcsnInteraction(partner_a='FOXO3', partner_b='PIK3CA', mechanism='CATALYSIS', references='10783894;11094066;11154281;11994454;15509806;16288288;17646672;18644865;20673124'), AcsnInteraction(partner_a='FOXO3', partner_b='PIK3CB', mechanism='CATALYSIS', references='10783894;11094066;11154281;11994454...(truncated) | 37,725 | {} | 2022-04-15 00:13:09 | |
¶ | pypath.inputs.acsn.acsn_interactions_sif | 2022-04-15 00:13:11 | 2022-04-15 00:13:12 | 0.62 | list | [['ACHE', 'UNKNOWN_CATALYSIS', 'Cytochrome'], ['ACHE', 'UNKNOWN_CATALYSIS', 'APAF1'], ['E2F1', 'null', 'MIR17-3P'], ['E2F1', 'null', 'p14ARF'], ['E2F1', 'null', 'BAF250'], ['E2F1', 'null', 'HDAC1'], ['E2F1', 'null', 'HP1gamma'], ['E2F1', 'null', 'RB1'], ['E2F1', 'null', 'SUV39H1'], ['E2F1', 'null', ...(truncated) | 9,570 | {'fixed': True} | 2022-04-15 00:13:11 | |
¶ | pypath.inputs.adhesome.adhesome_annotations | 2022-04-15 00:13:12 | 2022-04-15 00:24:21 | 669.75 | dict | {'P23528': {AdhesomeAnnotation(mainclass='Actin regulation', intrinsic=True)}, 'Q9BR76': {AdhesomeAnnotation(mainclass='Actin regulation', intrinsic=True)}, 'Q14247': {AdhesomeAnnotation(mainclass='Actin regulation', intrinsic=True)}, 'Q14847': {AdhesomeAnnotation(mainclass='Actin regulation', intri...(truncated) | 149 | {'size': -90} | 2022-04-15 00:13:12 | |
¶ | pypath.inputs.adhesome.adhesome_interactions | 2022-04-15 00:24:21 | 2022-04-15 00:26:31 | 129.12 | list | [AdhesomeInteraction(source='LPXN', target='GIT1', effect='0', type='Binding', pmid='12674328'), AdhesomeInteraction(source='GIT1', target='ARF1', effect='_', type='Inhibition', pmid='10896954'), AdhesomeInteraction(source='ARPC2', target='CTTN', effect='0', type='Binding', pmid='11018051'), Adhesom...(truncated) | 7,735 | {'fixed': True} | 2022-04-15 00:24:21 | |
¶ | pypath.inputs.almen2009.almen2009_annotations | 2022-04-15 00:26:31 | 2022-04-15 00:37:58 | 687.84 | dict | {'Q9Y5S8': {Almen2009Annotation(mainclass='Enzymes', classes=('1',), phobius_secreted=False, phobius_transmembrane=5, sosui_transmembrane=5, tmhmm_transmembrane=6)}, 'P04035': {Almen2009Annotation(mainclass='Enzymes', classes=('1.1',), phobius_secreted=False, phobius_transmembrane=8, sosui_transmemb...(truncated) | 2,655 | {'size': -2171} | 2022-04-15 00:26:31 | |
¶ | pypath.inputs.baccin2019.baccin2019_annotations | 2022-04-15 00:37:58 | 2022-04-15 00:59:45 | 1,306.39 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/baccin2019.py", line 195, in baccin2019_annotations ia_all = baccin2019_interactions(ncbi_tax_id = ncbi_tax_id) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/baccin2019.py", line 136, in baccin2019_interactions ligand_components = raw_to_uniprots(rec[1]) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/baccin2019.py", line 83, in raw_to_uniprots itertools.product( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/baccin2019.py", line 84, in <genexpr> *(id_translate(comp) for comp in components) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/baccin2019.py", line 65, in id_translate itertools.chain(*( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/baccin2019.py", line 66, in <genexpr> homology_mod.translate( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 1186, in translate return manager.translate( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 257, in translate table = self.which_table( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 171, in which_table self.load(key) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 202, in load self.tables[key] = self._load(key) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 212, in _load return ProteinHomology( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 484, in __init__ self.load(source) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 500, in load self.load_homologene(source) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/homology.py", line 639, in load_homologene hge = homologene_input.homologene_dict(source, self.target, 'entrez') File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/homologene.py", line 93, in homologene_dict for l in hg: TypeError: 'NoneType' object is not iterable |
{} | 2022-04-10 00:23:45 | |||
¶ | pypath.inputs.baccin2019.baccin2019_interactions | 2022-04-15 00:59:45 | 2022-04-15 01:10:23 | 637.81 | list | [Baccin2019Interaction(ligand='Q99731', receptor='P32248', correct='Correct', ligand_location='secreted', ligand_category='chemokine', resources={'Ramilowski2015', 'Baccin2019'}, references={'11342595', '9153236', '9507024'}), Baccin2019Interaction(ligand='Q99731', receptor='P49682', correct='Correc...(truncated) | 232 | {'fixed': True} | 2022-04-15 00:59:45 | |
¶ | pypath.inputs.biogps.biogps_datasets | 2022-04-15 01:10:23 | 2022-04-15 01:10:23 | 0.00 | list | [BiogpsDataset(organism='human', label='human_gene_atlas_ave', url='http://plugins.biogps.org/download/gnf1h-gcrma.zip'), BiogpsDataset(organism='human', label='human_gene_atlas', url='http://plugins.biogps.org/download/gnf1h-gcrma-unaveraged.zip'), BiogpsDataset(organism='human', label='human_nci60...(truncated) | 9 | {} | 2022-04-15 01:10:23 | |
¶ | pypath.inputs.biogps.biogps_download |
Not calling `pypath.inputs.biogps.biogps_download`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.biogps.biogps_download_all | 2022-04-15 01:10:23 | 2022-04-15 01:16:29 | 366.63 | dict | {'human_gene_atlas_ave': probe B_lymphoblasts ... retina small_intestine 0 1007_s_at 137.00 ... 880.675 168.15 1 1053_at 81.75 ... 9.900 8.50 2 117_at 12.55 ...(truncated) | 9 | {} | 2022-04-15 01:10:23 | |
¶ | pypath.inputs.biogrid.biogrid_all_interactions | 2022-04-15 01:16:30 | 2022-04-15 01:23:53 | 443.06 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/biogrid.py", line 140, in biogrid_all_interactions f = next(iter(c.result.values())) AttributeError: 'NoneType' object has no attribute 'values' |
{} | 2022-04-01 00:28:58 | |||
¶ | pypath.inputs.biogrid.biogrid_interactions | 2022-04-15 01:23:53 | 2022-04-15 01:23:54 | 0.97 | list | [BiogridPhysicalInteraction(partner_a='APOB', partner_b='MTTP', pmid='9915855'), BiogridPhysicalInteraction(partner_a='CAPN3', partner_b='TTN', pmid='9642272'), BiogridPhysicalInteraction(partner_a='DOCK8', partner_b='CDC42', pmid='15304341'), BiogridPhysicalInteraction(partner_a='CDKN3', partner_b=...(truncated) | 6,662 | {} | 2022-04-15 01:23:53 | |
¶ | pypath.inputs.biomart.biomart_homology | 2022-04-15 01:23:54 | 2022-04-15 01:25:03 | 69.18 | list | [EnsemblRecord(ensembl_gene_id='ENSG00000198888', ensembl_transcript_id='ENST00000361390', ensembl_peptide_id='ENSP00000354687', mmusculus_homolog_ensembl_peptide='ENSMUSP00000080991', mmusculus_homolog_ensembl_gene='ENSMUSG00000064341', mmusculus_homolog_orthology_type='ortholog_one2one', mmusculus...(truncated) | 176,673 | {'fixed': True} | 2022-04-15 01:23:54 | |
¶ | pypath.inputs.biomart.biomart_microarray |
Not calling `pypath.inputs.biomart.biomart_microarray`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.biomart.biomart_microarray_types | 2022-04-15 01:25:04 | 2022-04-15 01:25:04 | 0.36 | list | [{'format': 'EXPRESSION', 'description': None, 'type': 'OLIGO', 'array': 'OneArray', 'vendor': 'PHALANX', 'label': 'PHALANX OneArray'}, {'array': 'CODELINK', 'vendor': 'CODELINK', 'format': 'EXPRESSION', 'description': None, 'type': 'OLIGO', 'label': 'CODELINK CODELINK'}, {'format': 'EXPRESSION', 'd...(truncated) | 39 | {} | 2022-04-15 01:25:04 | |
¶ | pypath.inputs.biomart.biomart_query |
Not calling `pypath.inputs.biomart.biomart_query`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.biomodels._get_biomodels | 2022-04-15 01:25:04 | 2022-04-15 01:25:04 | 0.00 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/biomodels.py", line 94, in _get_biomodels loginurl = urls.urls['biomodels']['login'] % t KeyError: 'login' |
{} | 2022-03-20 00:29:08 | |||
¶ | pypath.inputs.biomodels.download_single_model |
Not calling `pypath.inputs.biomodels.download_single_model`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.biomodels.get_biomodels | 2022-04-15 01:25:04 | 2022-04-15 01:25:05 | 0.12 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/biomodels.py", line 159, in get_biomodels token = json.loads(fp.read())['token'] File "/usr/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
{} | 2022-03-20 01:18:55 | |||
¶ | pypath.inputs.biomodels.get_biomodels_req | 2022-04-15 01:25:05 | 2022-04-15 01:25:05 | 0.59 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/biomodels.py", line 186, in get_biomodels_req token = json.loads(r0.text)['token'] File "/usr/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
{} | 2022-03-20 01:18:55 | |||
¶ | pypath.inputs.biomodels.get_single_model |
Not calling `pypath.inputs.biomodels.get_single_model`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.ca1.ca1_interactions | 2022-04-15 01:25:05 | 2022-04-15 01:25:08 | 2.58 | list | [Ca1Interaction(source_label='GLYCINE', source_uniprot='NA', source_uniprot_mouse='NA', source_function='Ligand', source_location='Extracellular', target_label='NMDAR', target_uniprot='Q12879', target_uniprot_mouse='P35436', target_function='Receptor', target_location='Membrane', effect='+', interac...(truncated) | 1,788 | {} | 2022-04-15 01:25:05 | |
¶ | pypath.inputs.cancercellmap.ccmap_interactions | 2022-04-15 01:25:08 | 2022-04-15 01:25:09 | 0.86 | list | [CancercellmapInteraction(source_uniprot='Q5VTT9', target_uniprot='Q96S28', directed=False, references='15262978'), CancercellmapInteraction(source_uniprot='Q5VTT9', target_uniprot='Q86YA7', directed=False, references='15262978'), CancercellmapInteraction(source_uniprot='Q5VTT9', target_uniprot='Q4T...(truncated) | 47,644 | {} | 2022-04-15 01:25:08 | |
¶ | pypath.inputs.cancerdrugs_db.cancerdrugs_db_annotations | 2022-04-15 01:25:09 | 2022-04-15 01:25:34 | 25.60 | defaultdict | defaultdict(<class 'set'>, {'46220502': {CancerDrugsAnnotation(label='Abemaciclib', indications='Advanced Breast Cancer; Metastatic Breast Cancer', last_updated='01/02/2022')}, '132971': {CancerDrugsAnnotation(label='Abiraterone', indications='Metastatic Castration Resistant Prostate Cancer', last_u...(truncated) | 200 | {'size': 1} | 2022-04-15 01:25:09 | |
¶ | pypath.inputs.cancerdrugs_db.cancerdrugs_db_download | 2022-04-15 01:25:34 | 2022-04-15 01:25:34 | 0.00 | list | [{'Product': 'Abemaciclib', 'EMA': 'Y', 'FDA': 'Y', 'EN': 'N', 'Other': '', 'WHO': 'N', 'Year': '2017', 'Generic': 'N', 'DrugBank ID': '<a href="https://go.drugbank.com/drugs/DB12001">DB12001</a>', 'ATC': 'L01EF03', 'ChEMBL': '<a href="https://www.ebi.ac.uk/chembl/compound_report_card/CHEMBL3301610"...(truncated) | 284 | {} | 2022-04-15 01:25:34 | |
¶ | pypath.inputs.cancerdrugs_db.cancerdrugs_db_interactions | 2022-04-15 01:25:34 | 2022-04-15 01:25:35 | 0.95 | list | [CancerDrugsInteraction(source={'46220502'}, target={'Q00534'}), CancerDrugsInteraction(source={'46220502'}, target={'P11802'}), CancerDrugsInteraction(source={'46220502'}, target=set()), CancerDrugsInteraction(source={'46220502'}, target=set()), CancerDrugsInteraction(source={'46220502'}, target={'...(truncated) | 2,864 | {} | 2022-04-15 01:25:34 | |
¶ | pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations | 2022-04-15 01:25:35 | 2022-04-15 01:25:35 | 0.16 | dict | {'46220502': {CancerdrugsdbAnnotation(drug_label='Abemaciclib', ema_approved=True, fda_approved=True, european_national_approved=False, who_approved=False, generic=False, approval_year=2017, indications=('Advanced Breast Cancer', 'Metastatic Breast Cancer'))}, '132971': {CancerdrugsdbAnnotation(drug...(truncated) | 176 | {'size': -12} | 2022-04-15 01:25:35 | |
¶ | pypath.inputs.cancerdrugsdb.cancerdrugsdb_download | 2022-04-15 01:25:35 | 2022-04-15 01:25:35 | 0.00 | list | [{'Product': 'Abemaciclib', 'EMA': 'Y', 'FDA': 'Y', 'EN': 'N', 'Other': '', 'WHO': 'N', 'Year': '2017', 'Generic': 'N', 'DrugBank ID': '<a href="https://go.drugbank.com/drugs/DB12001">DB12001</a>', 'ATC': 'L01EF03', 'ChEMBL': '<a href="https://www.ebi.ac.uk/chembl/compound_report_card/CHEMBL3301610"...(truncated) | 284 | {} | 2022-04-15 01:25:35 | |
¶ | pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions | 2022-04-15 01:25:35 | 2022-04-15 01:25:35 | 0.15 | list | [CancerdrugsdbInteraction(drug_pubchem='46220502', drug_chembl='CHEMBL3301610', drug_drugbank='DB12001', drug_label='Abemaciclib', target_uniprot='P30279', ema_approved=True, fda_approved=True, european_national_approved=False, who_approved=False, generic=False, approval_year=2017, indications=('Adv...(truncated) | 1,427 | {'size': -951} | 2022-04-15 01:25:35 | |
¶ | pypath.inputs.cancersea.cancersea_annotations | 2022-04-15 01:25:35 | 2022-04-15 01:25:37 | 1.72 | dict | {'P37023': {CancerseaAnnotation(state='Angiogenesis')}, 'P78504': {CancerseaAnnotation(state='Inflammation'), CancerseaAnnotation(state='Metastasis'), CancerseaAnnotation(state='Angiogenesis')}, 'Q15389': {CancerseaAnnotation(state='Angiogenesis')}, 'O15123': {CancerseaAnnotation(state='Angiogenesis...(truncated) | 669 | {'size': -578} | 2022-04-15 01:25:35 | |
¶ | pypath.inputs.cell.cell_supplementary |
Not calling `pypath.inputs.cell.cell_supplementary`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellcall.cellcall_annotations | 2022-04-15 01:25:37 | 2022-04-15 01:25:39 | 2.28 | dict | {'P58166': {CellcallAnnotation(role='ligand')}, 'Q13705': {CellcallAnnotation(role='receptor')}, 'P52797': {CellcallAnnotation(role='ligand')}, 'Q9UF33': {CellcallAnnotation(role='receptor')}, 'O95715': {CellcallAnnotation(role='ligand')}, 'P61073': {CellcallAnnotation(role='receptor')}, 'Q9BQB4': {...(truncated) | 193 | {'size': -267} | 2022-04-15 01:25:37 | |
¶ | pypath.inputs.cellcall.cellcall_download | 2022-04-15 01:25:40 | 2022-04-15 01:25:40 | 0.05 | list | [{'Ligand_ID': '100506658', 'Receptor_ID': '100506658', 'TF_ID': '2626', 'Pathway': 'hsa04530_3,hsa04530_5', 'pathway_ID': 'hsa04530', 'Ligand_Symbol': 'OCLN', 'Receptor_Symbol': 'OCLN', 'TF_Symbol': 'GATA4'}, {'Ligand_ID': '100506658', 'Receptor_ID': '100506658', 'TF_ID': '8531', 'Pathway': 'hsa045...(truncated) | 19,144 | {} | 2022-04-15 01:25:40 | |
¶ | pypath.inputs.cellcall.cellcall_download_all | 2022-04-15 01:25:40 | 2022-04-15 01:25:40 | 0.90 | list | [{'Ligand_ID': '55985', 'Receptor_ID': '23832', 'TF_ID': '16150', 'Pathway': 'hsa04062_5', 'pathway_ID': 'hsa04062', 'Ligand_Symbol': 'Cxcl13', 'Receptor_Symbol': 'Xcr1', 'TF_Symbol': 'Ikbkb', 'extended': True, 'organism': 10090}, {'Ligand_ID': '55985', 'Receptor_ID': '23832', 'TF_ID': '18033', 'Pat...(truncated) | 38,645 | {} | 2022-04-15 01:25:40 | |
¶ | pypath.inputs.cellcall.cellcall_interactions | 2022-04-15 01:25:41 | 2022-04-15 01:25:42 | 1.85 | list | [CellcallInteraction(ligand_uniprot='P58166', receptor_uniprot='Q13705', core=True), CellcallInteraction(ligand_uniprot='P52797', receptor_uniprot='Q9UF33', core=True), CellcallInteraction(ligand_uniprot='O95715', receptor_uniprot='P61073', core=True), CellcallInteraction(ligand_uniprot='Q9BQB4', re...(truncated) | 256 | {'size': -541} | 2022-04-15 01:25:41 | |
¶ | pypath.inputs.cellcellinteractions.cellcellinteractions_annotations | 2022-04-15 01:25:42 | 2022-04-15 01:25:43 | 0.96 | dict | {'Q8IVN8': {CellcellinteractionsAnnotation(mainclass='ECM'), CellcellinteractionsAnnotation(mainclass='Ligand'), CellcellinteractionsAnnotation(mainclass='Receptor')}, 'O95967': {CellcellinteractionsAnnotation(mainclass='ECM'), CellcellinteractionsAnnotation(mainclass='Ligand'), Cellcellinteractions...(truncated) | 2,055 | {'size': -1370} | 2022-04-15 01:25:42 | |
¶ | pypath.inputs.cellchatdb._cellchatdb_organism | 2022-04-15 01:25:43 | 2022-04-15 01:25:43 | 0.00 | int | 9606 | 0 | {} | 2022-04-15 01:25:43 | |
¶ | pypath.inputs.cellchatdb._cellchatdb_process_cofactors |
Not calling `pypath.inputs.cellchatdb._cellchatdb_process_cofactors`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellchatdb._cellchatdb_process_complexes |
Not calling `pypath.inputs.cellchatdb._cellchatdb_process_complexes`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellchatdb.cellchatdb_annotations | 2022-04-15 01:25:43 | 2022-04-15 01:25:51 | 8.03 | dict | {'P17813': {CellChatDBAnnotation(role='co_A_receptor', pathway='BMP10', category='Secreted Signaling')}, Complex ACVRL1_BMPR2: COMPLEX:P37023: {CellChatDBAnnotation(role='receptor', pathway='BMP10', category='Secreted Signaling')}, 'P19883': {CellChatDBAnnotation(role='agonist', pathway='NODAL', cat...(truncated) | 465 | {'size': -602} | 2022-04-15 01:25:43 | |
¶ | pypath.inputs.cellchatdb.cellchatdb_cofactors | 2022-04-15 01:25:51 | 2022-04-15 01:25:57 | 5.43 | dict | {'ACTIVIN antagonist': {'P19883'}, 'ACTIVIN inhibition receptor': set(), 'ANGPT inhibition receptor 1': set(), 'ANGPT inhibition receptor 2': set(), 'BMP antagonist': {'P12645', 'O00292', 'Q9H2X0', 'O75610', 'O60565'}, 'BMP inhibition receptor': set(), 'BMP10 activation receptor': {'P17813'}, 'FGF a...(truncated) | 31 | {} | 2022-04-15 01:25:51 | |
¶ | pypath.inputs.cellchatdb.cellchatdb_complexes | 2022-04-15 01:25:57 | 2022-04-15 01:26:02 | 4.89 | dict | {'COMPLEX:P08476': Complex Activin AB: COMPLEX:P08476, 'COMPLEX:P05111_P08476': Complex Inhibin A: COMPLEX:P05111_P08476, 'COMPLEX:P05111': Complex Inhibin B: COMPLEX:P05111, 'COMPLEX:P29459': Complex IL12AB: COMPLEX:P29459, 'COMPLEX:': Complex TGFbR1_R2: COMPLEX:, 'COMPLEX:Q06643': Complex LTa1b2: ...(truncated) | 103 | {'size': -50} | 2022-04-15 01:25:57 | |
¶ | pypath.inputs.cellchatdb.cellchatdb_download | 2022-04-15 01:26:02 | 2022-04-15 01:26:07 | 5.43 | dict | {'interaction': interaction_name ... rownames 0 TGFB1_TGFBR1_TGFBR2 ... TGFB1_TGFBR1_TGFBR2 1 TGFB2_TGFBR1_TGFBR2 ... TGFB2_TGFBR1_TGFBR2 2 TGFB3_TGFBR1_TGFBR2 ... TGFB3_TGFBR1_TGFBR2 3 TGFB1_ACVR1B_TGFBR2 ... TGFB1_ACVR1B_TGFBR2 4 TGFB1_ACVR1C_TGFBR...(truncated) | 4 | {} | 2022-04-15 01:26:02 | |
¶ | pypath.inputs.cellchatdb.cellchatdb_interactions | 2022-04-15 01:26:07 | 2022-04-15 01:26:12 | 5.12 | list | [CellChatDBInteraction(id_a='P17813', id_b=Complex ACVRL1_BMPR2: COMPLEX:P37023, role_a='co_A_receptor', role_b='receptor', effect='stimulation', pathway='BMP10', refs=set(), category='Secreted Signaling'), CellChatDBInteraction(id_a='P17813', id_b=Complex ACVRL1_BMPR2: COMPLEX:P37023, role_a='co_A_...(truncated) | 1,324 | {'size': -9789} | 2022-04-15 01:26:07 | |
¶ | pypath.inputs.cellinker._cellinker_interactions_raw | 2022-04-15 01:26:12 | 2022-04-15 01:26:13 | 0.74 | list | [{'Ligand_id': '1000', 'Ligand_symbol': 'CDH2', 'Ligand_location': 'Membrane', 'Receptor_id': '1000', 'Receptor_symbol': 'CDH2', 'Receptor.location': 'Membrane', 'Type': 'Cell adhesion', 'KEGG.pathway': 'hsa04514:Cell adhesion molecules (CAMs)', 'Pmubmed.ID': '32196115', 'Other.DB': '', 'LRID': 'LR0...(truncated) | 3,744 | {} | 2022-04-15 01:26:12 | |
¶ | pypath.inputs.cellinker._cellinker_uniprots |
Not calling `pypath.inputs.cellinker._cellinker_uniprots`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellinker.cellinker_annotations | 2022-04-15 01:26:13 | 2022-04-15 01:26:14 | 0.83 | dict | {'P12314': {CellinkerAnnotation(role='ligand', location='Membrane', type='Cell adhesion')}, 'Q9UKJ1': {CellinkerAnnotation(role='receptor', location='Membrane', type='Cell adhesion'), CellinkerAnnotation(role='ligand', location='Membrane', type='Cell adhesion')}, 'Q8N423': {CellinkerAnnotation(role=...(truncated) | 854 | {'size': -1067} | 2022-04-15 01:26:13 | |
¶ | pypath.inputs.cellinker.cellinker_complex_annotations | 2022-04-15 01:26:14 | 2022-04-15 01:26:15 | 0.74 | dict | {Complex: COMPLEX:P00533_P04626: {CellinkerAnnotation(role='receptor', location='Membrane', type='Cell adhesion'), CellinkerAnnotation(role='receptor', location='Membrane', type='Cytokine-cytokine receptor interaction'), CellinkerAnnotation(role='receptor', location='Membrane', type='Secreted protei...(truncated) | 35 | {'size': -99} | 2022-04-15 01:26:14 | |
¶ | pypath.inputs.cellinker.cellinker_complexes | 2022-04-15 01:26:15 | 2022-04-15 01:26:15 | 0.03 | dict | {'COMPLEX:P01857_P0CG04': Complex: COMPLEX:P01857_P0CG04, 'COMPLEX:P04233_P61073': Complex: COMPLEX:P04233_P61073, 'COMPLEX:P78357_Q12860': Complex: COMPLEX:P78357_Q12860, 'COMPLEX:P00533_P04626': Complex: COMPLEX:P00533_P04626, 'COMPLEX:P00533_Q15303': Complex: COMPLEX:P00533_Q15303, 'COMPLEX:P0462...(truncated) | 61 | {'size': -82} | 2022-04-15 01:26:15 | |
¶ | pypath.inputs.cellinker.cellinker_complexes_raw | 2022-04-15 01:26:15 | 2022-04-15 01:26:15 | 0.00 | list | [CellinkerComplex(role='ligand', cellinker_id='CH0131', components=(CellinkerComplexComponent(genesymbol='CRLF1', entrez='9244'), CellinkerComplexComponent(genesymbol='CLCF1', entrez='23529')), location='Secreted'), CellinkerComplex(role='ligand', cellinker_id='CH0132', components=(CellinkerComplexC...(truncated) | 145 | {} | 2022-04-15 01:26:15 | |
¶ | pypath.inputs.cellinker.cellinker_lr_interactions | 2022-04-15 01:26:15 | 2022-04-15 01:26:15 | 0.73 | set | {CellinkerInteraction(ligand='P12314', receptor='Q9UKJ1', ligand_location='Membrane', receptor_location='Membrane', resources=None, pmids='32822567', type='Cell adhesion'), CellinkerInteraction(ligand='Q8N423', receptor='P20138', ligand_location='Membrane', receptor_location='Membrane', resources=No...(truncated) | 1,208 | {'size': -2604} | 2022-04-15 01:26:15 | |
¶ | pypath.inputs.cellinker.cellinker_lr_interactions_raw | 2022-04-15 01:26:15 | 2022-04-15 01:26:16 | 0.01 | list | [{'Ligand_id': '1000', 'Ligand_symbol': 'CDH2', 'Ligand_location': 'Membrane', 'Receptor_id': '1000', 'Receptor_symbol': 'CDH2', 'Receptor.location': 'Membrane', 'Type': 'Cell adhesion', 'KEGG.pathway': 'hsa04514:Cell adhesion molecules (CAMs)', 'Pmubmed.ID': '32196115', 'Other.DB': '', 'LRID': 'LR0...(truncated) | 3,744 | {} | 2022-04-15 01:26:15 | |
¶ | pypath.inputs.cellinker.cellinker_protein_annotations | 2022-04-15 01:26:16 | 2022-04-15 01:26:16 | 0.74 | dict | {'P12314': {CellinkerAnnotation(role='ligand', location='Membrane', type='Cell adhesion')}, 'Q9UKJ1': {CellinkerAnnotation(role='receptor', location='Membrane', type='Cell adhesion'), CellinkerAnnotation(role='ligand', location='Membrane', type='Cell adhesion')}, 'Q8N423': {CellinkerAnnotation(role=...(truncated) | 819 | {'size': -968} | 2022-04-15 01:26:16 | |
¶ | pypath.inputs.cellinker.cellinker_smol_interactions | 2022-04-15 01:26:16 | 2022-04-15 01:26:16 | 0.22 | set | {CellinkerInteraction(ligand='6322', receptor='Q5T6X5', ligand_location=None, receptor_location='Membrane', resources='Guide2Pharma', pmids='15576628', type='sMOL-receptor interaction'), CellinkerInteraction(ligand='6435286', receptor='Q13304', ligand_location=None, receptor_location='Membrane', res...(truncated) | 184 | {'size': -130} | 2022-04-15 01:26:16 | |
¶ | pypath.inputs.cellinker.cellinker_smol_interactions_raw | 2022-04-15 01:26:16 | 2022-04-15 01:26:16 | 0.00 | list | [{'ligand_pubchem_sid': '135651413', 'ligand_pubchem_cid': '5202', 'ligand name': '5-hydroxytryptamine', 'ligand_type': 'Metabolite', 'Receptor_id': '3350', 'Receptor_symbol': 'HTR1A', 'Receptor_uniprot': 'P08908', 'Receptor_location': 'Membrane', 'Type': 'sMOL-receptor interaction', 'target_species...(truncated) | 341 | {} | 2022-04-15 01:26:16 | |
¶ | pypath.inputs.cellinker.components_to_complex |
Not calling `pypath.inputs.cellinker.components_to_complex`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellphonedb._cellphonedb_annotations |
Not calling `pypath.inputs.cellphonedb._cellphonedb_annotations`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellphonedb._cellphonedb_get_entity |
Not calling `pypath.inputs.cellphonedb._cellphonedb_get_entity`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellphonedb._cellphonedb_hla |
Not calling `pypath.inputs.cellphonedb._cellphonedb_hla`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.cellphonedb.cellphonedb_complex_annotations | 2022-04-15 01:26:16 | 2022-04-15 01:26:17 | 0.26 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 221, in cellphonedb_complex_annotations return _cellphonedb_annotations( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 137, in _cellphonedb_annotations annot[name] = record( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1319, in __hash__ return hash(self.__str__()) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1305, in __str__ COMPLEX_SEP.join(sorted(self.components.keys())) TypeError: '<' not supported between instances of 'NoneType' and 'str' |
{'broke': True} | 2022-04-14 00:44:31 | |||
¶ | pypath.inputs.cellphonedb.cellphonedb_complexes | 2022-04-15 01:26:17 | 2022-04-15 01:26:17 | 0.01 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 345, in cellphonedb_complexes annot = cellphonedb_complex_annotations() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 221, in cellphonedb_complex_annotations return _cellphonedb_annotations( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 137, in _cellphonedb_annotations annot[name] = record( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1319, in __hash__ return hash(self.__str__()) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1305, in __str__ COMPLEX_SEP.join(sorted(self.components.keys())) TypeError: '<' not supported between instances of 'NoneType' and 'str' |
{'broke': True} | 2022-04-14 00:44:31 | |||
¶ | pypath.inputs.cellphonedb.cellphonedb_interactions | 2022-04-15 01:26:17 | 2022-04-15 01:26:17 | 0.30 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 281, in cellphonedb_interactions ligands, receptors = cellphonedb_ligands_receptors() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 65, in cellphonedb_ligands_receptors complexes = cellphonedb_complex_annotations() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 221, in cellphonedb_complex_annotations return _cellphonedb_annotations( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 137, in _cellphonedb_annotations annot[name] = record( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1319, in __hash__ return hash(self.__str__()) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1305, in __str__ COMPLEX_SEP.join(sorted(self.components.keys())) TypeError: '<' not supported between instances of 'NoneType' and 'str' |
{'broke': True} | 2022-04-14 00:44:31 | |||
¶ | pypath.inputs.cellphonedb.cellphonedb_ligands_receptors | 2022-04-15 01:26:17 | 2022-04-15 01:26:17 | 0.06 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 65, in cellphonedb_ligands_receptors complexes = cellphonedb_complex_annotations() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 221, in cellphonedb_complex_annotations return _cellphonedb_annotations( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/cellphonedb.py", line 137, in _cellphonedb_annotations annot[name] = record( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1319, in __hash__ return hash(self.__str__()) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/internals/intera.py", line 1305, in __str__ COMPLEX_SEP.join(sorted(self.components.keys())) TypeError: '<' not supported between instances of 'NoneType' and 'str' |
{'broke': True} | 2022-04-14 00:44:32 | |||
¶ | pypath.inputs.cellphonedb.cellphonedb_protein_annotations | 2022-04-15 01:26:17 | 2022-04-15 01:26:17 | 0.05 | dict | {'A4D1S0': CellPhoneDBAnnotation(receptor=True, receptor_class=('klr',), peripheral=False, secreted=False, secreted_class=(), transmembrane=True, integrin=False), 'D3W0D1': CellPhoneDBAnnotation(receptor=True, receptor_class=('klr',), peripheral=False, secreted=False, secreted_class=(), transmembran...(truncated) | 515 | {'size': -463} | 2022-04-15 01:26:17 | |
¶ | pypath.inputs.celltalkdb.celltalkdb_annotations | 2022-04-15 01:26:17 | 2022-04-15 01:26:30 | 12.85 | dict | {'P51805': {CellTalkDBAnnotation(role='receptor', pmid='32196115'), CellTalkDBAnnotation(role='receptor', pmid='15721238')}, 'Q9UIW2': {CellTalkDBAnnotation(role='receptor', pmid='32196115'), CellTalkDBAnnotation(role='receptor', pmid='26156437'), CellTalkDBAnnotation(role='receptor', pmid='14977921...(truncated) | 887 | {'size': -711} | 2022-04-15 01:26:17 | |
¶ | pypath.inputs.celltalkdb.celltalkdb_download | 2022-04-15 01:26:30 | 2022-04-15 01:26:30 | 0.00 | list | [CellTalkDbRecord(lr_pair='SEMA3F_PLXNA3', ligand_gene_symbol='SEMA3F', receptor_gene_symbol='PLXNA3', ligand_gene_id='6405', receptor_gene_id='55558', ligand_ensembl_protein_id='ENSP00000002829', receptor_ensembl_protein_id='ENSP00000358696', ligand_ensembl_gene_id='ENSG00000001617', receptor_ensem...(truncated) | 3,398 | {} | 2022-04-15 01:26:30 | |
¶ | pypath.inputs.celltalkdb.celltalkdb_interactions | 2022-04-15 01:26:30 | 2022-04-15 01:26:30 | 0.01 | list | [CellTalkDBInteraction(ligand_genesymbol='SEMA3F', receptor_genesymbol='PLXNA3', reference='15721238'), CellTalkDBInteraction(ligand_genesymbol='SEMA3F', receptor_genesymbol='PLXNA1', reference='26156437'), CellTalkDBInteraction(ligand_genesymbol='SEMA3F', receptor_genesymbol='NRP1', reference='9883...(truncated) | 3,398 | {} | 2022-04-15 01:26:30 | |
¶ | pypath.inputs.celltypist.celltypist_annotations | 2022-04-15 01:26:30 | 2022-04-15 01:26:30 | 0.29 | dict | {'P11836': {CelltypistAnnotation(cell_type='B cells', cell_subtype='B cells', cell_ontology='CL:0000236', marker_type='curated_marker', tissues=('Blood', 'Eye', 'Intestine', 'Kidney', 'Liver', 'Lung', 'Thymus', 'Trachea'), datasets=('Braga et al. 2019', 'HCA Immune 2018', 'Martin et al. 2019', 'Mill...(truncated) | 237 | {'size': -187} | 2022-04-15 01:26:30 | |
¶ | pypath.inputs.compleat.compleat_complexes | 2022-04-15 01:26:30 | 2022-04-15 01:26:38 | 7.98 | dict | {'COMPLEX:O14662_O15400_O43752_P46459_P51809_P54920_Q12846_Q9UNK0': Complex: COMPLEX:O14662_O15400_O43752_P46459_P51809_P54920_Q12846_Q9UNK0, 'COMPLEX:O43681_O75396_Q8NEP3_Q9H892': Complex: COMPLEX:O43681_O75396_Q8NEP3_Q9H892, 'COMPLEX:O75396_O95487_P49755_P54277_Q13190_Q15363_Q15436_Q8NFG4_Q9BVK6_Q...(truncated) | 8,419 | {'size': -1275} | 2022-04-15 01:26:30 | |
¶ | pypath.inputs.compleat.compleat_raw | 2022-04-15 01:26:38 | 2022-04-15 01:26:38 | 0.05 | list | [{'compleat_id': 'HC4831', 'member_count': '15', 'predicted': 'Predicted', 'functions': 'protein transport', 'functions2': 'protein transport;cellular membrane fusion;Golgi vesicle transport;vesicle-mediated transport;intracellular transport', 'nothing': '', 'sources': 'NetworkBlast', 'name': '', 'm...(truncated) | 9,704 | {} | 2022-04-15 01:26:38 | |
¶ | pypath.inputs.complexportal.complexportal_complexes | 2022-04-15 01:26:38 | 2022-04-15 01:27:37 | 59.03 | dict | {'COMPLEX:P84022_Q13485_Q15796': Complex SMAD2-SMAD3-SMAD4 complex: COMPLEX:P84022_Q13485_Q15796, 'COMPLEX:P16220_P18848': Complex bZIP transcription factor complex, ATF4-CREB1: COMPLEX:P16220_P18848, 'COMPLEX:P18846_P18848': Complex bZIP transcription factor complex, ATF1-ATF4: COMPLEX:P18846_P1884...(truncated) | 1,261 | {} | 2022-04-15 01:26:38 | |
¶ | pypath.inputs.comppi.comppi_interaction_locations | 2022-04-15 01:27:37 | 2022-04-15 01:28:44 | 66.31 | list | [ComppiInteraction(id_a='Q8TES7', id_b='O75478', loc_a=(ComppiLocation(location='cytosol', score=0.8), ComppiLocation(location='nucleus', score=0.7)), loc_b=(ComppiLocation(location='nucleus', score=0.8),)), ComppiInteraction(id_a='Q8TES7', id_b='O75478', loc_a=(ComppiLocation(location='cytosol', sc...(truncated) | 183,857 | {'size': -407221} | 2022-04-15 01:27:37 | |
¶ | pypath.inputs.comppi.comppi_locations | 2022-04-15 01:28:44 | 2022-04-15 01:29:50 | 66.17 | dict | {'Q8TES7': {ComppiLocation(location='cytosol', score=0.8), ComppiLocation(location='cytosol', score=0.9099999999999999), ComppiLocation(location='cytosol', score=0.99997984), ComppiLocation(location='nucleus', score=0.9099999999999999), ComppiLocation(location='membrane', score=0.96), ComppiLocation...(truncated) | 9,247 | {'size': -8962} | 2022-04-15 01:28:44 | |
¶ | pypath.inputs.connectomedb.connectomedb_annotations | 2022-04-15 01:29:50 | 2022-04-15 01:29:51 | 0.59 | dict | {'Q07954': {ConnectomedbAnnotation(role='receptor', location='plasma membrane')}, 'P48039': {ConnectomedbAnnotation(role='receptor', location='plasma membrane')}, 'P49286': {ConnectomedbAnnotation(role='receptor', location='plasma membrane')}, 'P29320': {ConnectomedbAnnotation(role='receptor', locat...(truncated) | 811 | {'size': -617} | 2022-04-15 01:29:50 | |
¶ | pypath.inputs.connectomedb.connectomedb_interactions | 2022-04-15 01:29:51 | 2022-04-15 01:29:51 | 0.02 | list | [ConnectomedbInteraction(ligand='A2M', ligand_location=['secreted'], receptor='LRP1', references=['1702392', '10652313', '12194978']), ConnectomedbInteraction(ligand='AANAT', ligand_location=['secreted'], receptor='MTNR1A', references=['12943195']), ConnectomedbInteraction(ligand='AANAT', ligand_loc...(truncated) | 2,293 | {} | 2022-04-15 01:29:51 | |
¶ | pypath.inputs.corum.corum_complexes | 2022-04-15 01:29:51 | 2022-04-15 01:29:51 | 0.80 | dict | {'COMPLEX:P41182_P56524': Complex BCL6-HDAC4 complex: COMPLEX:P41182_P56524, 'COMPLEX:P41182_Q9UQL6': Complex BCL6-HDAC5 complex: COMPLEX:P41182_Q9UQL6, 'COMPLEX:P41182_Q8WUI4': Complex BCL6-HDAC7 complex: COMPLEX:P41182_Q8WUI4, 'COMPLEX:Q09472_Q92793_Q92831_Q9Y6Q9': Complex Multisubunit ACTR coacti...(truncated) | 2,734 | {} | 2022-04-15 01:29:51 | |
¶ | pypath.inputs.cosmic.cancer_gene_census_annotations | 2022-04-15 01:29:51 | 2022-04-15 01:29:54 | 2.38 | dict | {'P51826': {CancerGeneCensusAnnotation(tier=1, hallmark=True, somatic=True, germline=False, tumour_types_somatic=('ALL', 'T-ALL'), tumour_types_germline=(), cancer_syndrome=(), tissue_type=('L',), genetics='Dom', role=('fusion', 'oncogene'), mutation_type=('T',))}, 'Q9Y243': {CancerGeneCensusAnnotat...(truncated) | 427 | {'size': -299} | 2022-04-15 01:29:51 | |
¶ | pypath.inputs.cpad.cpad_annotations | 2022-04-15 01:29:54 | 2022-04-15 01:30:01 | 7.13 | dict | {'Q16181': {CpadAnnotation(regulator_type='protein', effect_on_pathway='Upregulation', pathway='Actin cytoskeleton pathway', effect_on_cancer='Inhibiting', effect_on_cancer_outcome='inhibit glioma cell migration', cancer='Glioma', pathway_category='Regulation of actin cytoskeleton')}, 'MIMAT0000431'...(truncated) | 693 | {'size': -345} | 2022-04-15 01:29:54 | |
¶ | pypath.inputs.cpad.cpad_pathway_cancer | 2022-04-15 01:30:01 | 2022-04-15 01:30:01 | 0.05 | tuple | ({'Glioma': {CpadPathwayCancer(pathway='ERK signaling pathway', cancer='Glioma', pathway_category='MAPK signaling pathway', effect_on_cancer='Inhibiting', effect_on_cancer_outcome='inhibit the glioma cell proliferation and invasion'), CpadPathwayCancer(pathway='Akt signaling pathway', cancer='Glioma...(truncated) | 2 | {} | 2022-04-15 01:30:01 | |
¶ | pypath.inputs.cpad.get_cpad | 2022-04-15 01:30:01 | 2022-04-15 01:30:01 | 0.05 | list | [{'Regulator': 'NULL', 'Regulator_Type': 'NULL', 'Pathway': '5-LO/LTA4 hydrolase pathway', 'Pathway_Category': 'Others', 'KEGG_ID': 'NULL', 'Regulation_Type': 'Inhibiting', 'Cancer': 'Glioma', 'ID': 'H00042', 'Outcome_Description': 'partial suppression of tumor growth', 'Description': 'We confirmed ...(truncated) | 4,709 | {} | 2022-04-15 01:30:01 | |
¶ | pypath.inputs.cpdb.cpdb_interactions | 2022-04-15 01:30:01 | 2022-04-15 01:30:12 | 10.62 | list | [['SUMF2_HUMAN', 'SUMF1_HUMAN', 'Reactome', ''], ['ANPRA_HUMAN', 'ANF_HUMAN', 'PhosphoPOINT,Reactome,HPRD,Spike,Biogrid', '1660465,16713569,12547834'], ['ANFC_HUMAN', 'ANPRB_HUMAN', 'HPRD,Reactome,PhosphoPOINT,Biogrid', '1660465,12709393,1672777,1309330'], ['STIM1_HUMAN', 'TRPC1_HUMAN', 'DIP,Reactom...(truncated) | 531,371 | {} | 2022-04-15 01:30:01 | |
¶ | pypath.inputs.cpdb.cpdb_interactions_ltp | 2022-04-15 01:30:12 | 2022-04-15 01:30:14 | 2.37 | list | [['SUMF2_HUMAN', 'SUMF1_HUMAN', 'Reactome', ''], ['ANPRA_HUMAN', 'ANF_HUMAN', 'PhosphoPOINT,Reactome,HPRD,Spike,Biogrid', '1660465,16713569,12547834'], ['ANFC_HUMAN', 'ANPRB_HUMAN', 'HPRD,Reactome,PhosphoPOINT,Biogrid', '1660465,12709393,1672777,1309330'], ['STIM1_HUMAN', 'TRPC1_HUMAN', 'DIP,Reactom...(truncated) | 482,222 | {} | 2022-04-15 01:30:12 | |
¶ | pypath.inputs.cspa.cspa_annotations | 2022-04-15 01:30:15 | 2022-04-15 01:30:16 | 1.81 | dict | {'P08473': {CspaAnnotation(high_confidence=True, n_cell_types=29, tm=1, gpi=0, uniprot_cell_surface=True)}, 'Q92854': {CspaAnnotation(high_confidence=True, n_cell_types=26, tm=1, gpi=0, uniprot_cell_surface=True)}, 'Q93033': {CspaAnnotation(high_confidence=True, n_cell_types=6, tm=1, gpi=0, uniprot_...(truncated) | 832 | {'size': -614} | 2022-04-15 01:30:15 | |
¶ | pypath.inputs.cspa.cspa_cell_type_annotations | 2022-04-15 01:30:16 | 2022-04-15 01:30:21 | 4.11 | dict | {'A1A5B4': {CspaCellType(cell_type='ZL55', value=18.74705), CspaCellType(cell_type='CD4pCD25n_Tcells', value=18.59847), CspaCellType(cell_type='A431', value=16.56885), CspaCellType(cell_type='NK', value=16.32343), CspaCellType(cell_type='SUDHL6', value=16.57829), CspaCellType(cell_type='HBL1', value...(truncated) | 809 | {'size': -598} | 2022-04-15 01:30:16 | |
¶ | pypath.inputs.cspa.cspa_cell_types | 2022-04-15 01:30:21 | 2022-04-15 01:30:23 | 2.40 | dict | {'A431': {'A1A5B4': 16.56885, 'A1A5C7': None, 'A0A0B4J2A2': None, 'A2RU67': None, 'A2VDJ0': None, 'A6NI73': None, 'A6NKL6': None, 'A8MVW0': None, 'A8MWY0': None, 'O00241': None, 'O00398': None, 'O00461': None, 'O00469': None, 'O00533': None, 'O00567': None, 'O00592': None, 'O00754': None, 'O14494': ...(truncated) | 47 | {} | 2022-04-15 01:30:21 | |
¶ | pypath.inputs.cytosig.cytosig_annotations | 2022-04-15 01:30:23 | 2022-04-15 01:30:45 | 21.93 | dict | {'Q9NY61': {CytosigAnnotation(cytokine='P15018', score=0.0244488599999996), CytosigAnnotation(cytokine='P14210', score=0.018273353), CytosigAnnotation(cytokine='P04141', score=-0.0432124931448694), CytosigAnnotation(cytokine='P01375', score=-0.011066075122565), CytosigAnnotation(cytokine='P13725', s...(truncated) | 2,721 | {'size': -2168} | 2022-04-15 01:30:23 | |
¶ | pypath.inputs.cytosig.cytosig_df | 2022-04-15 01:30:45 | 2022-04-15 01:30:45 | 0.04 | DataFrame | Activin A BDNF BMP2 ... TWEAK VEGFA WNT3A A4GALT -0.135495 0.000000 -0.018502 ... 0.019689 -0.102361 0.013743 AAGAB 0.307167 0.074810 -0.070991 ... 0.077434 -0.009463 -0.005953 AAK1 -0.120398 -0.076692 -0.003144 ... -0.025428 0.020631 -0.045658 AAMDC ...(truncated) | 4,881 | {} | 2022-04-15 01:30:45 | |
¶ | pypath.inputs.dbptm.dbptm_enzyme_substrate | 2022-04-15 01:30:45 | 2022-04-15 01:31:01 | 16.41 | list | [{'substrate': 'P30443', 'kinase': None, 'resnum': 110, 'resaa': 'N', 'start': 104, 'end': 116, 'instance': 'TLRGYYNQSEDGS', 'typ': 'n-linked glycosylation', 'source': 'Swiss-Prot', 'references': ['19159218']}, {'substrate': 'P01892', 'kinase': None, 'resnum': 110, 'resaa': 'N', 'start': 104, 'end':...(truncated) | 223,135 | {} | 2022-04-15 01:30:45 | |
¶ | pypath.inputs.dbptm.dbptm_enzyme_substrate_old | 2022-04-15 01:31:02 | 2022-04-15 01:31:04 | 2.34 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/dbptm.py", line 101, in dbptm_enzyme_substrate_old for k, data in iteritems(extra): File "/usr/lib/python3/dist-packages/future/utils/__init__.py", line 311, in iteritems func = obj.items AttributeError: 'NoneType' object has no attribute 'items' |
{} | 2022-01-07 23:35:25 | |||
¶ | pypath.inputs.dbptm.dbptm_interactions | 2022-04-15 01:31:04 | 2022-04-15 01:31:06 | 1.21 | list | [['PKA', 'P63104', '11956222;12865427;15883165;16376338'], ['PKB', 'P63104', '11956222;12865427;15883165;16376338'], ['MAPK8', 'P63104', '15071501;15696159'], ['CDK1', 'P11171', '2171679;15525677;18220336;18669648'], ['MAPK1', 'Q13541', '12747827;17081983;17287340;18187866;18669648'], ['CK2', 'P0506...(truncated) | 2,071 | {} | 2022-04-15 01:31:04 | |
¶ | pypath.inputs.deathdomain.deathdomain_interactions | 2022-04-15 01:31:06 | 2022-04-15 01:31:07 | 1.22 | list | [] | 0 | {} | 2022-04-15 01:31:06 | |
¶ | pypath.inputs.deathdomain.deathdomain_interactions_rescued | 2022-04-15 01:31:07 | 2022-04-15 01:31:07 | 0.15 | list | [['Apaf1', 'Caspase9', 'GST fusion protein pull-down;In vitro purification protein assembly(Size-exclusion chromatography);Yeast two-hybrid;Co-immunoprecipitation;Size-exclusion chromatography;Structure;Gel filtration;β-galactosidase staining;DAPI staining;Caspase cleaved assay', '9390557;9922454;11...(truncated) | 184 | {} | 2022-04-15 01:31:07 | |
¶ | pypath.inputs.depod.depod_enzyme_substrate | 2022-04-15 01:31:07 | 2022-04-15 01:31:07 | 0.13 | list | [{'instance': None, 'kinase': 'Q9UNH5', 'resaa': 'S', 'resnum': 100, 'references': ['20966048'], 'substrate': 'Q9NQR1', 'start': None, 'end': None, 'typ': 'dephosphorylation'}, {'instance': None, 'kinase': 'Q9UNH5', 'resaa': 'S', 'resnum': 116, 'references': ['17172867'], 'substrate': 'P30304', 'sta...(truncated) | 176 | {'size': -361} | 2022-04-15 01:31:07 | |
¶ | pypath.inputs.depod.depod_interactions | 2022-04-15 01:31:07 | 2022-04-15 01:31:07 | 0.01 | list | [('P15309', 'P04626', '11067847|9705354', '2', 'dephosphorylation reaction'), ('Q9BZG2', 'Q15303', '15219672', '1', 'dephosphorylation reaction'), ('P05186', 'P0C0S8', '6167574', '1', 'dephosphorylation reaction'), ('P05186', 'Q92934', 'PMC3005908', '1', 'dephosphorylation reaction'), ('P49593', 'Q1...(truncated) | 832 | {} | 2022-04-15 01:31:07 | |
¶ | pypath.inputs.dgidb.dgidb_annotations | 2022-04-15 01:31:07 | 2022-04-15 01:31:17 | 10.41 | dict | {'Q99470': {DgidbAnnotation(category='DRUGGABLE GENOME')}, 'O95069': {DgidbAnnotation(category='CELL SURFACE'), DgidbAnnotation(category='DRUGGABLE GENOME'), DgidbAnnotation(category='ION CHANNEL')}, 'Q9NY56': {DgidbAnnotation(category='DRUGGABLE GENOME')}, 'Q9NS39': {DgidbAnnotation(category='ENZYM...(truncated) | 6,086 | {'size': -4407} | 2022-04-15 01:31:07 | |
¶ | pypath.inputs.dgidb.get_dgidb_old | 2022-04-15 01:31:17 | 2022-04-15 01:32:36 | 78.38 | set | {'Q3KQZ1', 'Q92731', 'P11169', 'Q16696', 'Q9Y2M0', 'Q04912', 'Q5TCX8', 'Q86YN6', 'Q7RTY3', 'P02675', 'Q9HD26', 'P04114', 'Q6IQ55', 'Q8NGF8', 'Q13822', 'Q96Q04', 'P01130', 'Q86SM5', 'P41143', 'A0A0A0MS02', 'Q13291', 'P18627', 'Q14390', 'P08253', 'Q9Y2W1', 'Q8NCQ7', 'Q6PI98', 'Q8TE76', 'P02730', 'Q9UK...(truncated) | 3,500 | {'size': -2400} | 2022-04-15 01:31:17 | |
¶ | pypath.inputs.dip.dip_interactions | 2022-04-15 01:32:36 | 2022-04-15 01:32:36 | 0.35 | list | [['P01730', 'P01730', '9168119;9168119', 'direct interaction', 'x-ray crystallography;protein cross-linking with a bifunctional reagent', 'DIP-42E'], ['P29375', 'P06400', '8414517;22615382;22615382', 'physical interaction;physical association', 'biochemical;anti bait coimmunoprecipitation', 'DIP-214...(truncated) | 2,283 | {} | 2022-04-15 01:32:36 | |
¶ | pypath.inputs.dip.dip_login |
Not calling `pypath.inputs.dip.dip_login`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.disgenet.disgenet_annotations | 2022-04-15 01:32:36 | 2022-04-15 01:32:46 | 10.25 | dict | {'P11245': {DisGeNetAnnotation(disease='Tethered Cord Syndrome', type='disease', score=0.3, dsi=0.451, dpi=0.885, nof_pmids=1, nof_snps=0, source=('CTD_human',)), DisGeNetAnnotation(disease='Neural Tube Defects', type='group', score=0.31, dsi=0.451, dpi=0.885, nof_pmids=1, nof_snps=0, source=('CTD_h...(truncated) | 5,312 | {'size': -3891} | 2022-04-15 01:32:36 | |
¶ | pypath.inputs.domino.domino_ddi | 2022-04-15 01:32:47 | 2022-04-15 01:33:09 | 21.97 | list | [<pypath.internals.intera.DomainDomain object at 0x7f6858997a30>, <pypath.internals.intera.DomainDomain object at 0x7f68589975b0>, <pypath.internals.intera.DomainDomain object at 0x7f685b6c3370>, <pypath.internals.intera.DomainDomain object at 0x7f685b6c3b20>, <pypath.internals.intera.DomainDomain o...(truncated) | 1,294 | {} | 2022-04-15 01:32:47 | |
¶ | pypath.inputs.domino.domino_enzsub | 2022-04-15 01:33:09 | 2022-04-15 01:33:09 | 0.94 | dict | {'ddi': [<pypath.internals.intera.DomainDomain object at 0x7f685b963be0>, <pypath.internals.intera.DomainDomain object at 0x7f685b963bb0>, <pypath.internals.intera.DomainDomain object at 0x7f685b963190>, <pypath.internals.intera.DomainDomain object at 0x7f685b6c3f40>, <pypath.internals.intera.Domain...(truncated) | 2 | {} | 2022-04-15 01:33:09 | |
¶ | pypath.inputs.domino.domino_interactions | 2022-04-15 01:33:09 | 2022-04-15 01:33:10 | 0.39 | list | [DominoRecord(uniprot_A='A4GZ26', uniprot_B='Q8BKX1', isoform_A='1', isoform_B='1', exp_method='two hybrid', references='10.1016/j.brainres.2008.11.061', taxon_A='10090', taxon_B='10090', role_A='physical association', role_B='unspecified role', binding_site_range_A='1424-1434', binding_site_range_B...(truncated) | 6,687 | {} | 2022-04-15 01:33:09 | |
¶ | pypath.inputs.domino.get_domino | 2022-04-15 01:33:10 | 2022-04-15 01:33:10 | 0.37 | list | [DominoRecord(uniprot_A='O00459', uniprot_B='', isoform_A='1', isoform_B='', exp_method='', references='', taxon_A='9606', taxon_B='', role_A='mint', role_B='neutral component', binding_site_range_A='4-80', binding_site_range_B='', domains_A='', domains_B='', ptm_residue_A='', ptm_residue_B='', ptm_...(truncated) | 14,539 | {} | 2022-04-15 01:33:10 | |
¶ | pypath.inputs.dorothea._process_resources |
Not calling `pypath.inputs.dorothea._process_resources`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.dorothea.dorothea_full_raw | 2022-04-15 01:33:10 | 2022-04-15 01:33:19 | 8.56 | DataFrame | tf target mor ... which_inferred which_tfbs pubmed_id 0 ADNP AASDH 0.0 ... gtex none - 1 ADNP AASDHPPT 0.0 ... gtex none - 2 ADNP ABCB10 0.0 ... gtex none - 3 ADN...(truncated) | 1,019,220 | {} | 2022-04-15 01:33:10 | |
¶ | pypath.inputs.dorothea.dorothea_interactions | 2022-04-15 01:33:19 | 2022-04-15 01:33:33 | 13.74 | list | [DorotheaInteraction(tf='ADNP', target='ABCC1', effect=0, level='D', curated=False, chipseq=True, predicted=False, coexp=False, curated_sources='', chipseq_sources='ReMap', predicted_sources='', coexp_sources='', all_sources='ReMap', pubmed='', kegg_pathways=''), DorotheaInteraction(tf='ADNP', targe...(truncated) | 309,009 | {} | 2022-04-15 01:33:19 | |
¶ | pypath.inputs.dorothea.dorothea_old_csv | 2022-04-15 01:33:33 | 2022-04-15 01:33:33 | 0.75 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/dorothea.py", line 213, in dorothea_old_csv reader = csv.DictReader(c.result['database.csv']) TypeError: 'NoneType' object is not subscriptable |
{} | 2022-01-07 23:37:25 | |||
¶ | pypath.inputs.dorothea.dorothea_old_csv | 2022-04-15 01:33:33 | 2022-04-15 01:33:34 | 0.14 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/dorothea.py", line 213, in dorothea_old_csv reader = csv.DictReader(c.result['database.csv']) TypeError: 'NoneType' object is not subscriptable |
{} | 2022-01-07 23:37:25 | |||
¶ | pypath.inputs.dorothea.dorothea_rda_raw | 2022-04-15 01:33:34 | 2022-04-15 01:33:35 | 1.87 | DataFrame | tf confidence target mor 0 ADNP D ATF7IP 1.0 1 ADNP D DYRK1A 1.0 2 ADNP D TLK1 1.0 3 ADNP D ZMYM4 1.0 4 ADNP D ABCC1 1.0 ... ... ... ... ... 454499 ZZZ3 D ZBTB20 1.0 4545...(truncated) | 454,504 | {} | 2022-04-15 01:33:34 | |
¶ | pypath.inputs.dorothea.get_dorothea_old | 2022-04-15 01:33:35 | 2022-04-15 01:33:36 | 0.89 | list | [['AHR', 'CYP1A1', '0', 'A', True, False, True, False, 'HTRIdb,trrust_signed', '', 'hocomoco_v11', '', 'HTRIdb,trrust_signed,hocomoco_v11'], ['AHR', 'CYP1A2', '0', 'A', True, False, False, False, 'HTRIdb,trrust_signed', '', '', '', 'HTRIdb,trrust_signed'], ['AHR', 'CYP1B1', '0', 'A', True, False, Tr...(truncated) | 14,260 | {} | 2022-04-15 01:33:35 | |
¶ | pypath.inputs.dorothea.dorothea_rda_raw | 2022-04-15 01:33:36 | 2022-04-15 01:33:38 | 1.21 | DataFrame | tf confidence target mor 0 ADNP D ATF7IP 1.0 1 ADNP D DYRK1A 1.0 2 ADNP D TLK1 1.0 3 ADNP D ZMYM4 1.0 4 ADNP D ABCC1 1.0 ... ... ... ... ... 454499 ZZZ3 D ZBTB20 1.0 4545...(truncated) | 454,504 | {} | 2022-04-15 01:33:36 | |
¶ | pypath.inputs.dorothea.dorothea_interactions | 2022-04-15 01:33:38 | 2022-04-15 01:33:52 | 13.95 | list | [DorotheaInteraction(tf='ADNP', target='ABCC1', effect=0, level='D', curated=False, chipseq=True, predicted=False, coexp=False, curated_sources='', chipseq_sources='ReMap', predicted_sources='', coexp_sources='', all_sources='ReMap', pubmed='', kegg_pathways=''), DorotheaInteraction(tf='ADNP', targe...(truncated) | 309,009 | {} | 2022-04-15 01:33:38 | |
¶ | pypath.inputs.dorothea.dorothea_old_csv | 2022-04-15 01:33:52 | 2022-04-15 01:33:52 | 0.27 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/dorothea.py", line 213, in dorothea_old_csv reader = csv.DictReader(c.result['database.csv']) TypeError: 'NoneType' object is not subscriptable |
{} | 2022-01-07 23:37:25 | |||
¶ | pypath.inputs.ebi.ebi_rest |
Not calling `pypath.inputs.ebi.ebi_rest`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.elm.elm_classes | 2022-04-15 01:33:52 | 2022-04-15 01:34:06 | 14.02 | dict | {'CLV_C14_Caspase3-7': ELMClass(accession='ELME000321', identifier='CLV_C14_Caspase3-7', functional_name='Caspase cleavage motif', description='Caspase-3 and Caspase-7 cleavage site.', regex='[DSTE][^P][^DEWHFYC]D[GSAN]', probability='0.00309374033071', n_instances='41', n_pdb='0'), 'CLV_MEL_PAP_1':...(truncated) | 317 | {} | 2022-04-15 01:33:52 | |
¶ | pypath.inputs.elm.elm_domains | 2022-04-15 01:34:06 | 2022-04-15 01:34:07 | 0.98 | dict | {'FZR_HUMAN': {'LIG_APCC_Dbox_1': [('218', '471')]}, 'BIRC3_HUMAN': {'LIG_BIR_II_1': [('172', '236')]}} | 2 | {} | 2022-04-15 01:34:06 | |
¶ | pypath.inputs.elm.elm_instances | 2022-04-15 01:34:07 | 2022-04-15 01:35:47 | 100.45 | list | [ELMInstance(accession='ELMI003774', type='CLV', identifier='CLV_C14_Caspase3-7', uniprot_id='A0A0H3NIK3_SALTS', uniprot='A0A0H3NIK3', synonyms='A0A0H3NIK3', start='483', end='487', references='20947770', methods='enzymatic reaction; mutation analysis; protease assay; western blot', logic='true posi...(truncated) | 3,934 | {} | 2022-04-15 01:34:07 | |
¶ | pypath.inputs.elm.elm_interactions | 2022-04-15 01:35:47 | 2022-04-15 01:35:47 | 0.18 | list | [ELMInteraction(motif_elm='CLV_Separin_Fungi', domain_pfam='PF03568', uniprot_motif='Q12158', uniprot_domain='Q03018', isoform_motif=1, isoform_domain=1, start_motif=175, end_motif=181, start_domain=1171, end_domain=1571, affinity_min=None, affinity_max=None, pubmeds=(10403247, 14585836), taxon_moti...(truncated) | 2,394 | {} | 2022-04-15 01:35:47 | |
¶ | pypath.inputs.embrace._embrace_id_translation |
Not calling `pypath.inputs.embrace._embrace_id_translation`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.embrace.embrace_annotations | 2022-04-15 01:35:47 | 2022-04-15 01:35:50 | 2.27 | dict | {'P29320': {EmbraceAnnotation(mainclass='receptor', neuron=True, mural_cell=False, microglia=False, endothelial_cell=False)}, 'Q13797': {EmbraceAnnotation(mainclass='receptor', neuron=False, mural_cell=False, microglia=True, endothelial_cell=False)}, 'P05556': {EmbraceAnnotation(mainclass='receptor'...(truncated) | 314 | {'fixed': True} | 2022-04-15 01:35:47 | |
¶ | pypath.inputs.embrace.embrace_interactions | 2022-04-15 01:35:50 | 2022-04-15 01:35:50 | 0.29 | list | [EmbraceInteraction(ligand='P01019', receptor='P98164'), EmbraceInteraction(ligand='P03971', receptor='P00533'), EmbraceInteraction(ligand='Q9Y5C1', receptor='P08648'), EmbraceInteraction(ligand='Q9Y5C1', receptor='P05106'), EmbraceInteraction(ligand='P61769', receptor='P20963'), EmbraceInteraction(...(truncated) | 243 | {'fixed': True} | 2022-04-15 01:35:50 | |
¶ | pypath.inputs.embrace.embrace_raw | 2022-04-15 01:35:50 | 2022-04-15 01:35:50 | 0.09 | list | [EmbraceRawRecord(ligand_symbol='A2m', receptor_symbol='Lrp1', N_ligand=1, P_ligand=0, M_ligand=0, EC_ligand=0, N_receptor=1, P_receptor=0, M_receptor=1, EC_receptor=0), EmbraceRawRecord(ligand_symbol='Ace', receptor_symbol='Bdkrb2', N_ligand=1, P_ligand=0, M_ligand=0, EC_ligand=1, N_receptor=0, P_r...(truncated) | 1,710 | {} | 2022-04-15 01:35:50 | |
¶ | pypath.inputs.embrace.embrace_translated | 2022-04-15 01:35:50 | 2022-04-15 01:35:50 | 0.30 | list | [EmbraceRawRecord(ligand_symbol=None, receptor_symbol=None, N_ligand=1, P_ligand=0, M_ligand=0, EC_ligand=0, N_receptor=1, P_receptor=0, M_receptor=1, EC_receptor=0), EmbraceRawRecord(ligand_symbol=None, receptor_symbol=None, N_ligand=1, P_ligand=0, M_ligand=0, EC_ligand=1, N_receptor=0, P_receptor=...(truncated) | 1,723 | {'fixed': True} | 2022-04-15 01:35:50 | |
¶ | pypath.inputs.encode.encode_tf_mirna_interactions | 2022-04-15 01:35:50 | 2022-04-15 01:35:51 | 0.81 | list | [EncodeInteraction(tf_genesymbol='BDP1', mirna='hsa-miR-19b-1*'), EncodeInteraction(tf_genesymbol='RAD21', mirna='hsa-miR-92a-1*'), EncodeInteraction(tf_genesymbol='ESR1', mirna='hsa-miR-23b*'), EncodeInteraction(tf_genesymbol='BCL3', mirna='hsa-miR-19b-1*'), EncodeInteraction(tf_genesymbol='HEY1', ...(truncated) | 1,237 | {} | 2022-04-15 01:35:50 | |
¶ | pypath.inputs.ensembl.ensembl_organisms | 2022-04-15 01:35:51 | 2022-04-15 01:35:52 | 0.83 | list | [EnsemblOrganism(common_name='Abingdon island giant tortoise', scientific_name='Chelonoidis abingdonii', taxon_id=106734, ensembl_assembly='ASM359739v1', accession='GCA_003597395.1', genebuild_method='Full genebuild', variation_database='-', regulation_database='-', ensembl_name='cabingdonii'), Ense...(truncated) | 311 | {} | 2022-04-15 01:35:51 | |
¶ | pypath.inputs.exocarta._get_exocarta_vesiclepedia | 2022-04-15 01:35:52 | 2022-04-15 01:36:11 | 18.50 | list | [('967', 'CD63', 9606, ('11487543', (9606,), 'Intestinal epithelial cells')), ('1803', 'DPP4', 9606, ('11487543', (9606,), 'Intestinal epithelial cells')), ('79574', 'EPS8L3', 9606, ('11487543', (9606,), 'Intestinal epithelial cells')), ('55971', 'BAIAP2L1', 9606, ('11487543', (9606,), 'Intestinal e...(truncated) | 32,085 | {} | 2022-04-15 01:35:52 | |
¶ | pypath.inputs.exocarta.get_exocarta | 2022-04-15 01:36:11 | 2022-04-15 01:36:11 | 0.03 | list | [('967', 'CD63', 9606, ('11487543', (9606,), 'Intestinal epithelial cells')), ('1803', 'DPP4', 9606, ('11487543', (9606,), 'Intestinal epithelial cells')), ('79574', 'EPS8L3', 9606, ('11487543', (9606,), 'Intestinal epithelial cells')), ('55971', 'BAIAP2L1', 9606, ('11487543', (9606,), 'Intestinal e...(truncated) | 32,085 | {} | 2022-04-15 01:36:11 | |
¶ | pypath.inputs.exocarta.get_vesiclepedia | 2022-04-15 01:36:11 | 2022-04-15 01:37:14 | 63.55 | list | [('31848', 'His3.3B', 9606, ('16342139', (9606,), 'B cells', ('Microparticles',))), ('33736', 'His3.3A', 9606, ('16342139', (9606,), 'B cells', ('Microparticles',))), ('1', 'A1BG', 9606, ('19056867', (9606,), 'Urine', ('Exosomes',))), ('1', 'A1BG', 9606, ('21630462', (9606,), 'Ascites', ('Microvesic...(truncated) | 290,197 | {} | 2022-04-15 01:36:11 | |
¶ | pypath.inputs.genecards.genecards_datasheet |
Not calling `pypath.inputs.genecards.genecards_datasheet`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.genecards.genecards_soup |
Not calling `pypath.inputs.genecards.genecards_soup`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.genecards.genecards_summaries |
Not calling `pypath.inputs.genecards.genecards_summaries`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.go.get_go_desc |
Not calling `pypath.inputs.go.get_go_desc`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.go.get_go_quick | 2022-04-15 01:37:14 | 2022-04-15 01:37:15 | 0.36 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 860, in get_go_quick _ = next(c.result) TypeError: 'NoneType' object is not an iterator |
{} | 2022-01-07 23:44:17 | |||
¶ | pypath.inputs.go.get_goslim | 2022-04-15 01:37:15 | 2022-04-15 01:37:15 | 0.77 | list | ['GO:0000228', 'GO:0000278', 'GO:0000910', 'GO:0002181', 'GO:0002376', 'GO:0003012', 'GO:0003013', 'GO:0003014', 'GO:0003016', 'GO:0003677', 'GO:0003723', 'GO:0003774', 'GO:0003924', 'GO:0005198', 'GO:0005215', 'GO:0005576', 'GO:0005615', 'GO:0005618', 'GO:0005634', 'GO:0005635', 'GO:0005654', 'GO:0...(truncated) | 141 | {} | 2022-04-15 01:37:15 | |
¶ | pypath.inputs.go.go_ancestors_quickgo | 2022-04-15 01:37:15 | 2022-04-15 01:53:18 | 962.61 | dict | {'C': {'GO:0016009': {('GO:0016007', 'is_a')}, 'GO:0016008': {('GO:0016007', 'is_a')}, 'GO:0016006': {('GO:0016007', 'is_a')}, 'GO:0016013': {('GO:0098797', 'is_a'), ('GO:0016010', 'part_of')}, 'GO:0016014': {('GO:0098797', 'is_a'), ('GO:0016010', 'part_of')}, 'GO:0016011': {('GO:0098797', 'is_a'), ...(truncated) | 3 | {} | 2022-04-15 01:37:15 | |
¶ | pypath.inputs.go.go_ancestors_goose | 2022-04-15 01:53:18 | 2022-04-15 01:53:22 | 4.43 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 145, in go_ancestors_goose for l in c.result: TypeError: 'NoneType' object is not iterable |
{} | 2022-01-07 23:57:44 | |||
¶ | pypath.inputs.go.go_ancestors_quickgo | 2022-04-15 01:53:22 | 2022-04-15 01:53:26 | 3.67 | dict | {'C': {'GO:0016009': {('GO:0016007', 'is_a')}, 'GO:0016008': {('GO:0016007', 'is_a')}, 'GO:0016006': {('GO:0016007', 'is_a')}, 'GO:0016013': {('GO:0098797', 'is_a'), ('GO:0016010', 'part_of')}, 'GO:0016014': {('GO:0098797', 'is_a'), ('GO:0016010', 'part_of')}, 'GO:0016011': {('GO:0098797', 'is_a'), ...(truncated) | 3 | {} | 2022-04-15 01:53:22 | |
¶ | pypath.inputs.go.go_annotations_goa | 2022-04-15 01:53:26 | 2022-04-15 01:53:32 | 5.64 | dict | {'C': {'A0A024RBG1': {'GO:0005634', 'GO:0005829', 'GO:0005737'}, 'A0A075B6H5': {'GO:0005886'}, 'A0A075B6H7': {'GO:0019814', 'GO:0005615', 'GO:0005886'}, 'A0A075B6H8': {'GO:0019814', 'GO:0005615', 'GO:0005886'}, 'A0A075B6H9': {'GO:0019814', 'GO:0005615', 'GO:0005886'}, 'A0A075B6I0': {'GO:0019814', 'G...(truncated) | 3 | {} | 2022-04-15 01:53:26 | |
¶ | pypath.inputs.go.go_annotations_goa | 2022-04-15 01:53:32 | 2022-04-15 01:53:33 | 1.07 | dict | {'C': {'A0A024RBG1': {'GO:0005634', 'GO:0005829', 'GO:0005737'}, 'A0A075B6H5': {'GO:0005886'}, 'A0A075B6H7': {'GO:0019814', 'GO:0005615', 'GO:0005886'}, 'A0A075B6H8': {'GO:0019814', 'GO:0005615', 'GO:0005886'}, 'A0A075B6H9': {'GO:0019814', 'GO:0005615', 'GO:0005886'}, 'A0A075B6I0': {'GO:0019814', 'G...(truncated) | 3 | {} | 2022-04-15 01:53:32 | |
¶ | pypath.inputs.go.go_annotations_goose | 2022-04-15 01:53:33 | 2022-04-15 01:53:36 | 3.25 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 795, in go_annotations_goose for l in c.result: TypeError: 'NoneType' object is not iterable |
{} | 2022-01-07 23:57:55 | |||
¶ | pypath.inputs.go.go_annotations_solr | 2022-04-15 01:53:36 | 2022-04-15 01:53:38 | 1.37 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 681, in go_annotations_solr parser = etree.iterparse(c.fileobj, events = ('start', 'end')) AttributeError: 'Curl' object has no attribute 'fileobj' |
{} | 2022-01-07 23:57:58 | |||
¶ | pypath.inputs.go.go_annotations_uniprot | 2022-04-15 01:53:38 | 2022-04-15 01:54:06 | 28.27 | dict | {'Entry': ['Gene ontology IDs'], 'P51451': ['GO:0002431', 'GO:0002513', 'GO:0002576', 'GO:0002902', 'GO:0004712', 'GO:0004713', 'GO:0004715', 'GO:0005102', 'GO:0005524', 'GO:0005829', 'GO:0006974', 'GO:0007169', 'GO:0018108', 'GO:0030154', 'GO:0030889', 'GO:0031175', 'GO:0031234', 'GO:0032024', 'GO:...(truncated) | 20,377 | {} | 2022-04-15 01:53:38 | |
¶ | pypath.inputs.go.go_descendants_quickgo | 2022-04-15 01:54:06 | 2022-04-15 01:54:09 | 3.57 | dict | {'C': defaultdict(<class 'set'>, {'GO:0016007': {('GO:0016009', 'is_a'), ('GO:0016008', 'is_a'), ('GO:0016006', 'is_a')}, 'GO:0016010': {('GO:0016013', 'part_of'), ('GO:0016014', 'part_of'), ('GO:0016011', 'part_of')}, 'GO:0016011': {('GO:0016012', 'part_of')}, 'GO:0031617': {('GO:0031262', 'part_of...(truncated) | 3 | {} | 2022-04-15 01:54:06 | |
¶ | pypath.inputs.go.go_descendants_goose | 2022-04-15 01:54:10 | 2022-04-15 01:54:13 | 3.20 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 222, in go_descendants_goose anc = go_ancestors_goose(aspects = aspects) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 145, in go_ancestors_goose for l in c.result: TypeError: 'NoneType' object is not iterable |
{} | 2022-01-07 23:58:11 | |||
¶ | pypath.inputs.go.go_descendants_quickgo | 2022-04-15 01:54:13 | 2022-04-15 01:54:16 | 3.54 | dict | {'C': defaultdict(<class 'set'>, {'GO:0016007': {('GO:0016009', 'is_a'), ('GO:0016008', 'is_a'), ('GO:0016006', 'is_a')}, 'GO:0016010': {('GO:0016013', 'part_of'), ('GO:0016014', 'part_of'), ('GO:0016011', 'part_of')}, 'GO:0016011': {('GO:0016012', 'part_of')}, 'GO:0031617': {('GO:0031262', 'part_of...(truncated) | 3 | {} | 2022-04-15 01:54:13 | |
¶ | pypath.inputs.go.go_descendants_to_ancestors |
Not calling `pypath.inputs.go.go_descendants_to_ancestors`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.go.go_terms_quickgo | 2022-04-15 01:54:16 | 2022-04-15 01:54:19 | 2.92 | dict | {'C': {'GO:0016007': 'mitochondrial derivative', 'GO:0043626': 'PCNA complex', 'GO:0016008': 'major mitochondrial derivative', 'GO:0043625': 'delta DNA polymerase complex', 'GO:0016009': 'minor mitochondrial derivative', 'GO:0016010': 'dystrophin-associated glycoprotein complex', 'GO:0016011': 'dyst...(truncated) | 3 | {} | 2022-04-15 01:54:16 | |
¶ | pypath.inputs.go.go_terms_goose | 2022-04-15 01:54:19 | 2022-04-15 01:54:22 | 3.19 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 519, in go_terms_goose for l in c.result: TypeError: 'NoneType' object is not iterable |
{} | 2022-01-07 23:58:20 | |||
¶ | pypath.inputs.go.go_terms_quickgo | 2022-04-15 01:54:22 | 2022-04-15 01:54:25 | 2.96 | dict | {'C': {'GO:0016007': 'mitochondrial derivative', 'GO:0043626': 'PCNA complex', 'GO:0016008': 'major mitochondrial derivative', 'GO:0043625': 'delta DNA polymerase complex', 'GO:0016009': 'minor mitochondrial derivative', 'GO:0016010': 'dystrophin-associated glycoprotein complex', 'GO:0016011': 'dyst...(truncated) | 3 | {} | 2022-04-15 01:54:22 | |
¶ | pypath.inputs.go.go_terms_solr | 2022-04-15 01:54:25 | 2022-04-15 01:54:26 | 0.61 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/go.py", line 377, in go_terms_solr parser = etree.iterparse(c.fileobj, events = ('start', 'end')) AttributeError: 'Curl' object has no attribute 'fileobj' |
{} | 2022-01-07 23:58:26 | |||
¶ | pypath.inputs.gpcrdb.gpcrdb_annotations | 2022-04-15 01:54:26 | 2022-04-15 01:54:26 | 0.23 | dict | {'P08908': {GpcrdbAnnotation(gpcr_class='Class A (Rhodopsin)', family='Aminergic receptors', subfamily='5-Hydroxytryptamine receptors')}, 'P28222': {GpcrdbAnnotation(gpcr_class='Class A (Rhodopsin)', family='Aminergic receptors', subfamily='5-Hydroxytryptamine receptors')}, 'P28221': {GpcrdbAnnotati...(truncated) | 402 | {} | 2022-04-15 01:54:26 | |
¶ | pypath.inputs.graphviz.graphviz_attrs | 2022-04-15 01:54:26 | 2022-04-15 01:54:27 | 1.01 | tuple | ({'_background': {'type': 'string', 'default': '<none>', 'min': '', 'notes': ''}, 'bb': {'type': 'rect', 'default': '', 'min': '', 'notes': 'write only'}, 'bgcolor': {'type': 'colorcolorList', 'default': '<none>', 'min': '', 'notes': ''}, 'center': {'type': 'bool', 'default': 'false', 'min': '', 'no...(truncated) | 3 | {} | 2022-04-15 01:54:26 | |
¶ | pypath.inputs.guide2pharma.guide2pharma_complexes |
Not calling `pypath.inputs.guide2pharma.guide2pharma_complexes`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.guide2pharma.guide2pharma_download | 2022-04-15 01:54:27 | 2022-04-15 01:54:35 | 7.72 | tuple | ([GuideToPharmacologyInteraction(ligand='TNFSF9', ligand_id_type='genesymbol', target='Q07011', target_id_type='uniprot', target_is_ligand=False, ligand_organism=9606, target_organism=9606, effect=0, ligand_location=None, target_type=None, ligand_endogenous=True, pubmed_ids=[]), GuideToPharmacologyI...(truncated) | 2 | {} | 2022-04-15 01:54:27 | |
¶ | pypath.inputs.guide2pharma.guide2pharma_interactions |
Not calling `pypath.inputs.guide2pharma.guide2pharma_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.havugimana.get_havugimana | 2022-04-15 01:54:35 | 2022-04-15 01:54:36 | 1.46 | list | [['C_1', '2.0', 'O60547,P30043', 'GMDS_HUMAN,BLVRB_HUMAN', '0.0', 'O60547,P30043,', '-', '-', '-', '-', '-', '-', '-', '-', '-', 'Fungi'], ['C_2', '2.0', 'Q92785,Q9NVP1', 'REQU_HUMAN,DDX18_HUMAN', '0.0', 'Q92785,Q9NVP1,', '-', '-', '-', '-', '-', '-', '-', '-', '-', 'vertebrates'], ['C_3', '2.0', 'Q...(truncated) | 622 | {} | 2022-04-15 01:54:35 | |
¶ | pypath.inputs.havugimana.havugimana_complexes | 2022-04-15 01:54:36 | 2022-04-15 01:54:37 | 0.04 | dict | {'COMPLEX:O60547_P30043': Complex: COMPLEX:O60547_P30043, 'COMPLEX:Q92785_Q9NVP1': Complex: COMPLEX:Q92785_Q9NVP1, 'COMPLEX:O95249_Q86Y82': Complex: COMPLEX:O95249_Q86Y82, 'COMPLEX:P26583_Q9UPN6': Complex: COMPLEX:P26583_Q9UPN6, 'COMPLEX:P15408_P18846': Complex: COMPLEX:P15408_P18846, 'COMPLEX:P2325...(truncated) | 622 | {} | 2022-04-15 01:54:36 | |
¶ | pypath.inputs.hgnc.hgnc_genegroups | 2022-04-15 01:54:37 | 2022-04-15 01:54:45 | 8.96 | dict | {'Q9UNA3': {HGNCGeneGroupAnnotation(mainclass='Alpha 1,4-glycosyltransferases')}, 'Q9NY61': {HGNCGeneGroupAnnotation(mainclass='MicroRNA protein coding host genes')}, 'Q6ZMQ8': {HGNCGeneGroupAnnotation(mainclass='Protein phosphatase 1 regulatory subunits'), HGNCGeneGroupAnnotation(mainclass='Recepto...(truncated) | 8,420 | {'size': -6582} | 2022-04-15 01:54:37 | |
¶ | pypath.inputs.hippie.hippie_interactions | 2022-04-15 01:54:45 | 2022-04-15 01:55:15 | 29.65 | list | [HippieInteraction(id_a='Q8N0X7', id_b='P11021', score=0.76, methods=None, references=('19765186',), sources=None, organisms=None), HippieInteraction(id_a='P00533', id_b='P45983', score=0.88, methods=None, references=('24658140', '25402006'), sources=None, organisms=None), HippieInteraction(id_a='P1...(truncated) | 15,034 | {'size': -24693} | 2022-04-15 01:54:45 | |
¶ | pypath.inputs.homologene.get_homologene | 2022-04-15 01:55:15 | 2022-04-15 01:55:15 | 0.04 | list | ['3\t9606\t34\tACADM\t4557231\tNP_000007.1\n', '3\t9598\t469356\tACADM\t160961497\tNP_001104286.1\n', '3\t9544\t705168\tACADM\t109008502\tXP_001101274.1\n', '3\t9615\t490207\tACADM\t545503811\tXP_005622188.1\n', '3\t9913\t505968\tACADM\t115497690\tNP_001068703.1\n', '3\t10090\t11364\tAcadm\t6680618\...(truncated) | 275,237 | {'size': -587328} | 2022-04-15 01:55:15 | |
¶ | pypath.inputs.homologene.homologene_dict |
Not calling `pypath.inputs.homologene.homologene_dict`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.homologene.homologene_uniprot_dict |
Not calling `pypath.inputs.homologene.homologene_uniprot_dict`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.hpmr.get_hpmr | 2022-04-15 01:55:15 | 2022-04-15 01:55:15 | 0.01 | dict | {'interactions': [['P26992', 'Receptor', 'P40189', '15051883'], ['P26992', 'Receptor', 'P42702', '15051883'], ['P26992', 'Ligand', 'P00491', '15051883'], ['O75462', 'Receptor', 'P26992', '10966616'], ['O75462', 'Receptor', 'P40189', '10966616'], ['O75462', 'Receptor', 'P42702', '10966616'], ['O75462...(truncated) | 3 | {} | 2022-04-15 01:55:15 | |
¶ | pypath.inputs.hpmr.hpmr_annotations | 2022-04-15 01:55:15 | 2022-04-15 01:55:15 | 0.00 | dict | {'P26992': {HPMRAnnotation(role='Receptor', mainclass='Cytokine Type 1 receptors', subclass='CICYTR (Cytokine Type 1 receptors)', subsubclass=None)}, 'P40189': {HPMRAnnotation(role='Receptor', mainclass='Cytokine Type 1 receptors', subclass='OSMR(Cytokine Type 1 receptors)', subsubclass=None)}, 'P42...(truncated) | 1,141 | {} | 2022-04-15 01:55:15 | |
¶ | pypath.inputs.hpmr.hpmr_complexes | 2022-04-15 01:55:15 | 2022-04-15 01:55:15 | 0.00 | dict | {} | 0 | {} | 2022-04-15 01:55:15 | |
¶ | pypath.inputs.hpmr.hpmr_interactions | 2022-04-15 01:55:15 | 2022-04-15 01:55:15 | 0.00 | list | [['P26992', 'Receptor', 'P40189', '15051883'], ['P26992', 'Receptor', 'P42702', '15051883'], ['P26992', 'Ligand', 'P00491', '15051883'], ['O75462', 'Receptor', 'P26992', '10966616'], ['O75462', 'Receptor', 'P40189', '10966616'], ['O75462', 'Receptor', 'P42702', '10966616'], ['O75462', 'Ligand', 'P26...(truncated) | 619 | {} | 2022-04-15 01:55:15 | |
¶ | pypath.inputs.hprd.get_hprd | 2022-04-15 01:55:15 | 2022-04-15 01:55:42 | 26.87 | list | [['00001', 'ALDH1A1', '00001_1', 'NP_000680.2', '128', 'K', '-', '-', 'Acetylation', 'in vivo', '19608861'], ['00001', 'ALDH1A1', '00001_1', 'NP_000680.2', '91', 'K', '-', '-', 'Acetylation', 'in vivo', '19608861'], ['00001', 'ALDH1A1', '00001_1', 'NP_000680.2', '353', 'K', '-', '-', 'Acetylation', ...(truncated) | 86,981 | {} | 2022-04-15 01:55:15 | |
¶ | pypath.inputs.hprd.hprd_enzyme_substrate | 2022-04-15 01:55:42 | 2022-04-15 01:55:44 | 1.47 | list | [{'resaa': 'Y', 'resnum': 12, 'typ': 'dephosphorylation', 'references': ['16291744'], 'kinase': 'PTPN1', 'substrate_refseqp': 'NP_001093.1', 'substrate': 'ACTN1', 'start': 5, 'end': 19, 'instance': None}, {'resaa': 'Y', 'resnum': 705, 'typ': 'phosphorylation', 'references': ['11940572', '11294897', ...(truncated) | 4,671 | {} | 2022-04-15 01:55:42 | |
¶ | pypath.inputs.hprd.hprd_interactions | 2022-04-15 01:55:44 | 2022-04-15 01:55:45 | 1.56 | list | [['00020', 'ACTN1', '00020_1', 'NP_001093.1', '12', 'Y', 'PTPN1', '01477', 'Dephosphorylation', 'in vitro;in vivo', '16291744'], ['00026', 'STAT3', '00026_1', 'NP_644805.1', '705', 'Y', 'FGFR3', '00624', 'Phosphorylation', 'in vivo', '11940572,11294897,10918587,12244095,11350938,12626508,8626374,125...(truncated) | 4,671 | {} | 2022-04-15 01:55:44 | |
¶ | pypath.inputs.hprd.hprd_interactions_htp | 2022-04-15 01:55:45 | 2022-04-15 01:55:47 | 1.33 | list | [['ALDH1A1', '00001', 'NP_000680.2', 'ALDH1A1', '00001', 'NP_000680.2', 'in vivo;yeast 2-hybrid', '12081471,16189514'], ['ITGA7', '02761', 'NP_001138468.1', 'CHRNA1', '00007', 'NP_001034612.1', 'in vivo', '10910772'], ['PPP1R9A', '16000', 'NP_060120.2', 'ACTG1', '00017', 'NP_001605.1', 'in vitro;in ...(truncated) | 39,241 | {} | 2022-04-15 01:55:45 | |
¶ | pypath.inputs.htri.htri_interactions | 2022-04-15 01:55:47 | 2022-04-15 01:55:51 | 4.38 | list | [HTRIInteraction(entrez_tf='142', genesymbol_tf='PARP1', entrez_target='675', genesymbol_target='BRCA2', pubmed='18990703'), HTRIInteraction(entrez_tf='142', genesymbol_tf='PARP1', entrez_target='675', genesymbol_target='BRCA2', pubmed='18990703'), HTRIInteraction(entrez_tf='196', genesymbol_tf='AHR...(truncated) | 18,630 | {} | 2022-04-15 01:55:47 | |
¶ | pypath.inputs.humancellmap.humancellmap_annotations | 2022-04-15 01:55:51 | 2022-04-15 01:55:54 | 2.81 | dict | {'Q9NY61': {HumancellmapAnnotation(localization='nucleolus', method='NMF'), HumancellmapAnnotation(localization='splicing speckles', method='SAFE'), HumancellmapAnnotation(localization='nucleolus', method='SAFE')}, 'P08183': {HumancellmapAnnotation(localization='early endosome', method='NMF'), Human...(truncated) | 2,497 | {'size': -1874} | 2022-04-15 01:55:51 | |
¶ | pypath.inputs.humap.humap2_complexes | 2022-04-15 01:55:54 | 2022-04-15 01:55:58 | 4.48 | dict | {'COMPLEX:O95900_Q9BQS8': Complex: COMPLEX:O95900_Q9BQS8, 'COMPLEX:A1L157_P23229': Complex: COMPLEX:A1L157_P23229, 'COMPLEX:P31947_Q6ICG6': Complex: COMPLEX:P31947_Q6ICG6, 'COMPLEX:O00170_P16949': Complex: COMPLEX:O00170_P16949, 'COMPLEX:Q86WH2_Q99732_Q9UM19': Complex: COMPLEX:Q86WH2_Q99732_Q9UM19, ...(truncated) | 1,274 | {'size': -5668} | 2022-04-15 01:55:54 | |
¶ | pypath.inputs.humap.humap_complexes | 2022-04-15 01:55:58 | 2022-04-15 01:56:00 | 1.97 | dict | {'COMPLEX:Q7L523_Q8NBW4_Q9HB90': Complex: COMPLEX:Q7L523_Q8NBW4_Q9HB90, 'COMPLEX:Q8NAP3_Q96EB6': Complex: COMPLEX:Q8NAP3_Q96EB6, 'COMPLEX:Q9NQC7_Q9NYA1': Complex: COMPLEX:Q9NQC7_Q9NYA1, 'COMPLEX:P53667_Q5JXC2': Complex: COMPLEX:P53667_Q5JXC2, 'COMPLEX:Q8TC44_Q9C0F1': Complex: COMPLEX:Q8TC44_Q9C0F1, ...(truncated) | 870 | {'size': -3629} | 2022-04-15 01:55:58 | |
¶ | pypath.inputs.huri._huri_interactions |
Not calling `pypath.inputs.huri._huri_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.huri.hi_i_interactions | 2022-04-15 01:56:00 | 2022-04-15 01:56:17 | 16.87 | list | [HuriInteraction(uniprot_a='Q8IY31', uniprot_b='Q9BQD3', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='Q9BVJ6', uniprot_b='Q8NHQ1', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='P21964', uniprot_b='Q15645', isoform_a=2, isoform_b=1, score=None), HuriInteractio...(truncated) | 1,832 | {'size': -3844} | 2022-04-15 01:56:00 | |
¶ | pypath.inputs.huri.hi_ii_interactions | 2022-04-15 01:56:17 | 2022-04-15 01:57:53 | 95.48 | list | [HuriInteraction(uniprot_a='Q8TAB5', uniprot_b='Q96F24', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='Q96B26', uniprot_b='Q9BVJ7', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='P07910', uniprot_b='Q12929', isoform_a=2, isoform_b=1, score=None), HuriInteractio...(truncated) | 15,327 | {'size': -31571} | 2022-04-15 01:56:17 | |
¶ | pypath.inputs.huri.hi_iii_old | 2022-04-15 01:57:53 | 2022-04-15 01:57:53 | 0.00 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/huri.py", line 94, in hi_iii_old url = urls.urls['hid']['hi-iii'] KeyError: 'hi-iii' |
{} | 2022-01-08 00:02:33 | |||
¶ | pypath.inputs.huri.hi_union_interactions | 2022-04-15 01:57:53 | 2022-04-15 02:03:53 | 360.02 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/huri.py", line 302, in _huri_interactions c = curl.FileOpener(path) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/share/curl.py", line 592, in __init__ self.extract() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/share/curl.py", line 622, in extract getattr(self, 'open_%s' % self.type)() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/share/curl.py", line 739, in open_plain self._log('Opening plain text file `%s`.' % self.fileobj.name) AttributeError: 'NoneType' object has no attribute 'name' |
{} | 2022-04-01 01:00:17 | |||
¶ | pypath.inputs.huri.huri_interactions | 2022-04-15 02:03:53 | 2022-04-15 02:09:53 | 360.02 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/huri.py", line 302, in _huri_interactions c = curl.FileOpener(path) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/share/curl.py", line 592, in __init__ self.extract() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/share/curl.py", line 622, in extract getattr(self, 'open_%s' % self.type)() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/share/curl.py", line 739, in open_plain self._log('Opening plain text file `%s`.' % self.fileobj.name) AttributeError: 'NoneType' object has no attribute 'name' |
{} | 2022-04-01 01:01:43 | |||
¶ | pypath.inputs.huri.lit_bm_13_interactions | 2022-04-15 02:09:53 | 2022-04-15 02:09:54 | 1.67 | list | [LitBm13Interaction(entrez_a='4790', entrez_b='79155', genesymbol_a='NFKB1', genesymbol_b='TNIP2'), LitBm13Interaction(entrez_a='7879', entrez_b='83547', genesymbol_a='RAB7A', genesymbol_b='RILP'), LitBm13Interaction(entrez_a='3932', entrez_b='80306', genesymbol_a='LCK', genesymbol_b='MED28'), LitBm...(truncated) | 11,045 | {} | 2022-04-15 02:09:53 | |
¶ | pypath.inputs.huri.lit_bm_17_interactions | 2022-04-15 02:09:54 | 2022-04-15 02:10:06 | 11.65 | list | [LitBm17Interaction(id_a='P07359', id_b='P13224', pubmed='18789323', score=0.659), LitBm17Interaction(id_a='P07359', id_b='P13224', pubmed='18674540', score=0.659), LitBm17Interaction(id_a='P63104', id_b='P13224', pubmed='10627461', score=0.702), LitBm17Interaction(id_a='P63104', id_b='P13224', pubm...(truncated) | 48,796 | {} | 2022-04-15 02:09:54 | |
¶ | pypath.inputs.huri.lit_bm_interactions | 2022-04-15 02:10:06 | 2022-04-15 02:10:15 | 9.32 | list | [LitBmInteraction(uniprot_a='Q02790', uniprot_b='Q92990'), LitBmInteraction(uniprot_a='Q9UBU7', uniprot_b='O00311'), LitBmInteraction(uniprot_a='P06241', uniprot_b='P56945'), LitBmInteraction(uniprot_a='P26599', uniprot_b='P26599'), LitBmInteraction(uniprot_a='P26599', uniprot_b='P09012'), LitBmInte...(truncated) | 5,273 | {'size': -8413} | 2022-04-15 02:10:06 | |
¶ | pypath.inputs.huri.rolland_hi_ii_14 | 2022-04-15 02:10:15 | 2022-04-15 02:10:19 | 3.39 | list | [['14', '6293', 'AAMP', 'VPS52', '1'], ['14', '8553', 'AAMP', 'BHLHE40', '1'], ['14', '64782', 'AAMP', 'AEN', '2'], ['15', '4188', 'AANAT', 'MDFI', '1'], ['15', '8553', 'AANAT', 'BHLHE40', '1'], ['28', '65983', 'ABO', 'GRAMD3', '2'], ['28', '84283', 'ABO', 'TMEM79', '1'], ['39', '39', 'ACAT2', 'ACAT...(truncated) | 13,944 | {} | 2022-04-15 02:10:15 | |
¶ | pypath.inputs.huri.vidal_hi_iii_old |
Not calling `pypath.inputs.huri.vidal_hi_iii_old`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.huri.yang2016_interactions | 2022-04-15 02:10:19 | 2022-04-15 02:10:29 | 10.13 | list | [HuriInteraction(uniprot_a='P07196', uniprot_b='Q9BQQ3', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='Q8NHQ1', uniprot_b='Q9H7H0', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='Q9NWT1', uniprot_b='P50222', isoform_a=1, isoform_b=1, score=None), HuriInteractio...(truncated) | 756 | {'size': -2073} | 2022-04-15 02:10:19 | |
¶ | pypath.inputs.huri.yu2011_interactions | 2022-04-15 02:10:29 | 2022-04-15 02:10:53 | 24.01 | list | [HuriInteraction(uniprot_a='P62166', uniprot_b='Q86UW9', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='Q96CS2', uniprot_b='Q9Y3C0', isoform_a=1, isoform_b=1, score=None), HuriInteraction(uniprot_a='Q7Z6G3', uniprot_b='Q9H1K1', isoform_a=2, isoform_b=1, score=None), HuriInteractio...(truncated) | 1,969 | {'size': -5412} | 2022-04-15 02:10:29 | |
¶ | pypath.inputs.i3d.get_i3d | 2022-04-15 02:10:53 | 2022-04-15 02:11:31 | 38.36 | list | [{'A0A024RAV5': {'pfam': None, 'chain': 'B', 'seq': [[1, 185]]}, 'P02647': {'pfam': None, 'chain': 'A', 'seq': [[68, 265]]}, 'uniprots': ['A0A024RAV5', 'P02647'], 'source': 'I3D', 'pdb': ['2mse'], 'references': []}, {'A0A024RAV5': {'pfam': None, 'chain': 'B', 'seq': [[1, 185]]}, 'P10398': {'pfam': N...(truncated) | 15,984 | {} | 2022-04-15 02:10:53 | |
¶ | pypath.inputs.icellnet._icellnet_get_components |
Not calling `pypath.inputs.icellnet._icellnet_get_components`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.icellnet._icellnet_get_entity |
Not calling `pypath.inputs.icellnet._icellnet_get_entity`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.icellnet._icellnet_get_references |
Not calling `pypath.inputs.icellnet._icellnet_get_references`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.icellnet._icellnet_get_resources |
Not calling `pypath.inputs.icellnet._icellnet_get_resources`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.icellnet.icellnet_annotations | 2022-04-15 02:11:31 | 2022-04-15 02:11:32 | 0.37 | dict | {'P06881': {IcellnetAnnotation(role='ligand', family=None, subfamily=None, classification=('Hormone',))}, 'Q16602': {IcellnetAnnotation(role='receptor', family=None, subfamily=None, classification=('Hormone',))}, 'P22362': {IcellnetAnnotation(role='ligand', family='Chemokine', subfamily=None, classi...(truncated) | 227 | {'size': -461} | 2022-04-15 02:11:31 | |
¶ | pypath.inputs.icellnet.icellnet_complexes | 2022-04-15 02:11:32 | 2022-04-15 02:11:32 | 0.12 | dict | {'COMPLEX:P26715_Q13241': Complex: COMPLEX:P26715_Q13241, 'COMPLEX:P17181_P48551': Complex: COMPLEX:P17181_P48551, 'COMPLEX:Q08334_Q8IU57': Complex: COMPLEX:Q08334_Q8IU57, 'COMPLEX:P01857_P0CG04': Complex: COMPLEX:P01857_P0CG04, 'COMPLEX:Q08334_Q13651': Complex: COMPLEX:Q08334_Q13651, 'COMPLEX:P4270...(truncated) | 23 | {'size': -94} | 2022-04-15 02:11:32 | |
¶ | pypath.inputs.icellnet.icellnet_interactions | 2022-04-15 02:11:32 | 2022-04-15 02:11:32 | 0.12 | list | [IcellnetRecord(ligand='P06881', receptor='Q16602', family=None, subfamily=None, classification=['Hormone'], resources=None, references=['9620797']), IcellnetRecord(ligand='P06881', receptor='Q16602', family=None, subfamily=None, classification=['Hormone'], resources=None, references=['9620797']), I...(truncated) | 192 | {'size': -551} | 2022-04-15 02:11:32 | |
¶ | pypath.inputs.ielm.get_ielm |
Not calling `pypath.inputs.ielm.get_ielm`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.ielm.get_ielm_huge |
Not calling `pypath.inputs.ielm.get_ielm_huge`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.imweb._get_imweb | 2022-04-15 02:11:32 | 2022-04-15 02:11:33 | 1.52 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/imweb.py", line 76, in _get_imweb hdrs.append('Cookie: access-token=%s' % json.loads(c0.result)['token']) File "/usr/lib/python3.9/json/__init__.py", line 339, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not NoneType |
{} | 2022-01-08 00:05:26 | |||
¶ | pypath.inputs.imweb.get_imweb | 2022-04-15 02:11:33 | 2022-04-15 02:11:33 | 0.08 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/imweb.py", line 115, in get_imweb token = json.loads(fp.read())['token'] File "/usr/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
{} | 2022-01-08 00:05:27 | |||
¶ | pypath.inputs.imweb.get_imweb_req | 2022-04-15 02:11:33 | 2022-04-15 02:11:34 | 0.55 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/imweb.py", line 142, in get_imweb_req token = json.loads(r0.text)['token'] File "/usr/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
{} | 2022-01-08 00:05:27 | |||
¶ | pypath.inputs.innatedb.innatedb_interactions | 2022-04-15 02:11:34 | 2022-04-15 02:11:36 | 1.99 | list | [InnatedbInteraction(source_uniprot='Q9Y6Y9', source_genesymbol='LY96', target_uniprot='O00206', target_genesymbol='TLR4', pmid='10359581'), InnatedbInteraction(source_uniprot='Q99836', source_genesymbol='MYD88', target_uniprot='O00206', target_genesymbol='TLR4', pmid='17228323'), InnatedbInteractio...(truncated) | 19,036 | {} | 2022-04-15 02:11:34 | |
¶ | pypath.inputs.instruct.get_instruct | 2022-04-15 02:11:36 | 2022-04-15 02:11:38 | 2.01 | list | [{'Q05513': {'pfam': 'PF00069', 'chain': None, 'seq': [['252', '518']]}, 'uniprots': ['Q05513', 'Q05513'], 'source': 'Instruct', 'pdb': ['3pfq'], 'references': ['11078718', '15665819', '17203073', '18650932', '19920073', '21900206', '21911421', '9748166']}, {'P01106': {'pfam': 'PF02344', 'chain': No...(truncated) | 11,470 | {} | 2022-04-15 02:11:36 | |
¶ | pypath.inputs.instruct.get_instruct_offsets | 2022-04-15 02:11:38 | 2022-04-15 02:11:39 | 0.92 | dict | {('10gs', 'P09211'): 0, ('11gs', 'P09211'): 0, ('12gs', 'P09211'): 0, ('13gs', 'P09211'): 0, ('14gs', 'P09211'): 0, ('16gs', 'P09211'): 0, ('17gs', 'P09211'): 0, ('18gs', 'P09211'): 0, ('19gs', 'P09211'): 0, ('1a00', 'P68871'): 0, ('1a00', 'P69905'): 0, ('1a01', 'P68871'): 0, ('1a01', 'P69905'): 0, ...(truncated) | 11,620 | {} | 2022-04-15 02:11:38 | |
¶ | pypath.inputs.intact._try_isoform |
Not calling `pypath.inputs.intact._try_isoform`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.intact.intact_interactions | 2022-04-15 02:11:39 | 2022-04-15 02:16:46 | 306.55 | list | [IntactInteraction(id_a='P49418', id_b='Q05193', id_type_a='uniprot', id_type_b='uniprot', pubmeds={'10542231'}, methods={'peptide array'}, interaction_types={'direct interaction'}, mi_score=0.77, isoform_a=None, isoform_b=None), IntactInteraction(id_a='P49418', id_b='Q05193', id_type_a='uniprot', i...(truncated) | 70,962 | {} | 2022-04-15 02:11:39 | |
¶ | pypath.inputs.integrins.get_integrins | 2022-04-15 02:16:46 | 2022-04-15 02:16:47 | 1.26 | set | {'P20701', 'P18564', 'P16144', 'Q13683', 'P23229', 'P05556', 'Q13349', 'P53708', 'Q13797', 'P05106', 'P20702', 'P08648', 'P56199', 'P05107', 'P26006', 'Q9UKX5', 'P18084', 'P11215', 'O75578', 'P17301', 'P26012', 'P38570'} | 22 | {'size': -3} | 2022-04-15 02:16:46 | |
¶ | pypath.inputs.intogen.intogen_annotations | 2022-04-15 02:16:47 | 2022-04-15 02:16:48 | 0.67 | dict | {'Q8WYP5': {IntogenAnnotation(type='MUTATION', role='No class', curated=False, oncodrive_role_prob=0.565)}, 'Q9Y243': {IntogenAnnotation(type='FUSION', role='Activating', curated=False, oncodrive_role_prob=nan)}, 'Q9UM73': {IntogenAnnotation(type='MUTATION', role='Activating', curated=False, oncodri...(truncated) | 283 | {'size': -197} | 2022-04-15 02:16:47 | |
¶ | pypath.inputs.ipi._ipi_uniprot_pairs |
Not calling `pypath.inputs.ipi._ipi_uniprot_pairs`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.ipi.ipi_uniprot | 2022-04-15 02:16:48 | 2022-04-15 02:16:48 | 0.29 | dict | {'IPI00807623': {'A0A183'}, 'IPI00396341': {'A0AUZ9'}, 'IPI00884975': {'A0AUZ9'}, 'IPI00884987': {'A0AUZ9'}, 'IPI00885003': {'A0AUZ9'}, 'IPI00855723': {'A0AV02'}, 'IPI00867607': {'A0AV02'}, 'IPI00793608': {'A0AV02'}, 'IPI00867726': {'A0AV02'}, 'IPI00867740': {'A0AV02'}, 'IPI00169342': {'A0AV96'}, 'I...(truncated) | 51,106 | {} | 2022-04-15 02:16:48 | |
¶ | pypath.inputs.iptmnet.iptmnet_interactions | 2022-04-15 02:16:48 | 2022-04-15 02:22:59 | 371.31 | list | [IptmnetInteraction(enzyme='Q09472', substrate='O15527', enzyme_isoform=None, substrate_isoform=1, ptm_type='acetylation', resaa='338', resnum='K', score=None, references=['16478987']), IptmnetInteraction(enzyme='Q09472', substrate='O15527', enzyme_isoform=None, substrate_isoform=1, ptm_type='acetyl...(truncated) | 33,250 | {'size': 16564} | 2022-04-15 02:16:48 | |
¶ | pypath.inputs.italk.italk_annotations | 2022-04-15 02:22:59 | 2022-04-15 02:23:00 | 0.91 | dict | {'Q07954': {ItalkAnnotation(mainclass='receptor', subclass='growth factor'), ItalkAnnotation(mainclass='receptor', subclass='other')}, 'P48039': {ItalkAnnotation(mainclass='receptor', subclass='other')}, 'P49286': {ItalkAnnotation(mainclass='receptor', subclass='other')}, 'P50052': {ItalkAnnotation(...(truncated) | 800 | {'size': -614} | 2022-04-15 02:22:59 | |
¶ | pypath.inputs.italk.italk_interactions | 2022-04-15 02:23:00 | 2022-04-15 02:23:01 | 0.28 | list | [ItalkInteraction(ligand='Q13444', receptor='P08648', classification='other'), ItalkInteraction(ligand='Q13444', receptor='Q13797', classification='other'), ItalkInteraction(ligand='Q13444', receptor='P05556', classification='other'), ItalkInteraction(ligand='Q13444', receptor='P05106', classificati...(truncated) | 942 | {'size': -1764} | 2022-04-15 02:23:00 | |
¶ | pypath.inputs.italk.italk_raw | 2022-04-15 02:23:01 | 2022-04-15 02:23:01 | 0.01 | DataFrame | Pair.Name ... Classification 0 A2M_LRP1 ... other 1 AANAT_MTNR1A ... other 2 AANAT_MTNR1B ... other 3 ACE_AGTR2 ... other 4 ACE_BDKRB2 ... other ... ... ... ... 2644 CXCL8_KSHV ...(truncated) | 2,649 | {} | 2022-04-15 02:23:01 | |
¶ | pypath.inputs.kea.kea_enzyme_substrate | 2022-04-15 02:23:01 | 2022-04-15 02:23:07 | 6.91 | list | [{'start': None, 'end': None, 'instance': None, 'substrate': 'P41145', 'kinase': 'P35626', 'resaa': 'S', 'resnum': 369, 'references': {'14597630'}, 'typ': 'phosphorylation'}, {'start': None, 'end': None, 'instance': None, 'substrate': 'P41145', 'kinase': 'P35626', 'resaa': 'S', 'resnum': 369, 'refer...(truncated) | 13,689 | {'size': -21507} | 2022-04-15 02:23:01 | |
¶ | pypath.inputs.kea.kea_interactions | 2022-04-15 02:23:07 | 2022-04-15 02:23:11 | 3.53 | list | [KeaRecord(enzyme='P35626', substrate='P41145', residue_type='S', residue_offset=369, pmid='14597630', resource='phosphoELM'), KeaRecord(enzyme='P35626', substrate='P41145', residue_type='S', residue_offset=369, pmid='15140929', resource='phosphoELM'), KeaRecord(enzyme='P35626', substrate='P35372', ...(truncated) | 13,689 | {'size': -21507} | 2022-04-15 02:23:07 | |
¶ | pypath.inputs.kegg.kegg_dbget |
Not calling `pypath.inputs.kegg.kegg_dbget`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.kegg.kegg_interactions | 2022-04-15 02:23:11 | 2022-04-15 02:25:22 | 130.68 | list | [KeggInteraction(id_a='O94763', id_b='Q15283', effect='activation', pathway='MAPK signaling pathway', mechanism='', is_direct=True, transcriptional=False), KeggInteraction(id_a='O95267', id_b='P62070', effect='activation', pathway='MAPK signaling pathway', mechanism='', is_direct=True, transcription...(truncated) | 5,680 | {'size': -8751} | 2022-04-15 02:23:11 | |
¶ | pypath.inputs.kegg.kegg_medicus | 2022-04-15 02:25:22 | 2022-04-15 02:25:37 | 15.26 | set | {KeggMedicusRawInteraction(id_a='C00369', id_b='279', name_a='Glycogen', name_b='AMY2A', effect='undirected', itype='post_translational', pw_type='variant', type_a='metabolite', type_b='gene', network_id='N00747'), KeggMedicusRawInteraction(id_a='10488', id_b='1585', name_a='CREB3', name_b='CYP11B2'...(truncated) | 12,601 | {} | 2022-04-15 02:25:22 | |
¶ | pypath.inputs.kegg.kegg_medicus_complexes | 2022-04-15 02:25:37 | 2022-04-15 02:25:39 | 2.14 | dict | {'COMPLEX:P05556_P08648': Complex: COMPLEX:P05556_P08648, 'COMPLEX:P03372_Q15596': Complex: COMPLEX:P03372_Q15596, 'COMPLEX:Q08334_Q13651': Complex: COMPLEX:Q08334_Q13651, 'COMPLEX:P05165_P05166': Complex: COMPLEX:P05165_P05166, 'COMPLEX:O14640_O75474': Complex: COMPLEX:O14640_O75474, 'COMPLEX:Q8WWW...(truncated) | 83 | {'size': -183} | 2022-04-15 02:25:37 | |
¶ | pypath.inputs.kegg.kegg_medicus_interactions | 2022-04-15 02:25:39 | 2022-04-15 02:25:41 | 1.95 | list | [KeggMedicusInteraction(id_a='Q07889', id_b='P01112', entity_type_a='protein', entity_type_b='protein', interaction_type='post_translational', effect='stimulation'), KeggMedicusInteraction(id_a='Q13554', id_b='P18848', entity_type_a='protein', entity_type_b='protein', interaction_type='post_translat...(truncated) | 3,196 | {'size': -6187} | 2022-04-15 02:25:39 | |
¶ | pypath.inputs.kegg.kegg_pathway_annotations | 2022-04-15 02:25:41 | 2022-04-15 02:25:48 | 7.14 | dict | {'Q9UPT6': {KeggPathway(pathway='MAPK signaling pathway')}, 'P32248': {KeggPathway(pathway='Viral protein interaction with cytokine and cytokine receptor'), KeggPathway(pathway='Cytokine-cytokine receptor interaction'), KeggPathway(pathway='MAPK signaling pathway')}, 'P15976': {KeggPathway(pathway='...(truncated) | 1,282 | {'size': -1292} | 2022-04-15 02:25:41 | |
¶ | pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons | 2022-04-15 02:25:48 | 2022-04-15 02:25:49 | 0.46 | dict | {'A8K7J7': {KeggPathway(pathway='Fructose and mannose metabolism'), KeggPathway(pathway='Amino sugar and nucleotide sugar metabolism'), KeggPathway(pathway='Glycolysis / Gluconeogenesis'), KeggPathway(pathway='Starch and sucrose metabolism'), KeggPathway(pathway='Galactose metabolism'), KeggPathway(...(truncated) | 813 | {} | 2022-04-15 02:25:48 | |
¶ | pypath.inputs.kegg.kegg_pathways | 2022-04-15 02:25:49 | 2022-04-15 02:25:56 | 7.31 | tuple | ({'MAPK signaling pathway': {'Q9UPT6', 'P32248', 'P15976', 'Q8WTQ7', 'P17535', 'P0DMV9', 'Q13233', 'P63000', 'Q08209', 'Q16644', 'P09603', 'P41279', 'P30305', 'P04637', 'P11831', 'Q12968', 'P29965', 'P36507', 'P53041', 'Q96KG9', 'Q13163', 'P0C869', 'Q96NL6', 'Q9UHA4', 'P01375', 'O95257', 'O94763', '...(truncated) | 2 | {} | 2022-04-15 02:25:49 | |
¶ | pypath.inputs.kinasedotcom.kinasedotcom_annotations | 2022-04-15 02:25:56 | 2022-04-15 02:25:59 | 2.94 | dict | {'Q9Y243': {KinasedotcomAnnotation(group='AGC', family='Akt', subfamily=None)}, 'O14578': {KinasedotcomAnnotation(group='AGC', family='DMPK', subfamily='CRIK')}, 'Q09013': {KinasedotcomAnnotation(group='AGC', family='DMPK', subfamily='GEK')}, 'Q5VT25': {KinasedotcomAnnotation(group='AGC', family='DM...(truncated) | 319 | {'size': -184} | 2022-04-15 02:25:56 | |
¶ | pypath.inputs.kirouac2010.kirouac2010_interactions | 2022-04-15 02:25:59 | 2022-04-15 02:26:01 | 1.83 | list | [Kiruac2010Interaction(ligand='ADIPOQ', receptor='ADIPOR'), Kiruac2010Interaction(ligand='AGRP', receptor='ATRN'), Kiruac2010Interaction(ligand='AREG', receptor='EGFR'), Kiruac2010Interaction(ligand='ANGPTL1', receptor='TEK'), Kiruac2010Interaction(ligand='ANGPTL2', receptor='TEK'), Kiruac2010Intera...(truncated) | 267 | {} | 2022-04-15 02:25:59 | |
¶ | pypath.inputs.laudanna.laudanna_directions | 2022-04-15 02:26:01 | 2022-04-15 02:26:02 | 1.68 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/laudanna.py", line 56, in laudanna_directions LaudannaDirection( TypeError: <lambda>() missing 1 required positional argument: 'target_genesymbol' |
{} | 2022-01-08 00:09:37 | |||
¶ | pypath.inputs.laudanna.laudanna_effects | 2022-04-15 02:26:02 | 2022-04-15 02:26:05 | 2.01 | list | [LaudannaEffect(source_genesymbol='EDNRA', target_genesymbol='NBN', effect='activation'), LaudannaEffect(source_genesymbol='TGFB1', target_genesymbol='TGFB1', effect='inhibition'), LaudannaEffect(source_genesymbol='EIF5B', target_genesymbol='RPL11', effect='activation'), LaudannaEffect(source_genesy...(truncated) | 63,438 | {} | 2022-04-15 02:26:02 | |
¶ | pypath.inputs.li2012.get_li2012 | 2022-04-15 02:26:05 | 2022-04-15 02:27:07 | 62.23 | list | [['BCR', 'BCR/177', 'ABL', 'PTPN SH2', 'CTK_Cytoplasm', 'ubiquitous', 'PPP'], ['BCR', 'BCR/177', 'ABL', 'GRB2 SH2', 'CTK_Cytoplasm', 'ubiquitous', 'PPP'], ['CAV', 'CAV1/14', 'ABL', 'GRB7 SH2', 'CTK_Membrane', 'ubiquitous', 'PPP'], ['CBL', 'CBL/700', 'ABL', 'CRK SH2', 'CTK_Cytoplasm', 'ubiquitous', '...(truncated) | 583 | {} | 2022-04-15 02:26:05 | |
¶ | pypath.inputs.li2012.li2012_dmi | 2022-04-15 02:27:07 | 2022-04-15 02:27:26 | 19.37 | list | [<ALK => Residue STAT1-1:Y701:phosphorylation ['Li2012']>, <EGFR => Residue BCAR1-1:Y664:phosphorylation ['Li2012']>, <EGFR => Residue CBL-1:Y371:phosphorylation ['Li2012']>, <EGFR => Residue EGFR-1:Y1016:phosphorylation ['Li2012']>, <EGFR => Residue EGFR-1:Y1016:phosphorylation ['Li2012']>, <EGFR =...(truncated) | 378 | {'size': -215} | 2022-04-15 02:27:07 | |
¶ | pypath.inputs.li2012.li2012_enzyme_substrate | 2022-04-15 02:27:26 | 2022-04-15 02:27:26 | 0.03 | list | [{'substrate': 'BCR', 'kinase': 'ABL', 'instance': None, 'start': None, 'end': None, 'resaa': 'Y', 'resnum': 177}, {'substrate': 'CAV1', 'kinase': 'ABL', 'instance': None, 'start': None, 'end': None, 'resaa': 'Y', 'resnum': 14}, {'substrate': 'CBL', 'kinase': 'ABL', 'instance': None, 'start': None, ...(truncated) | 349 | {} | 2022-04-15 02:27:26 | |
¶ | pypath.inputs.li2012.li2012_interactions | 2022-04-15 02:27:26 | 2022-04-15 02:27:26 | 0.03 | list | [['ABL', 'BCR', 'CTK_Cytoplasm', 'phosphorylation'], ['BCR', 'PTPN', 'CTK_Cytoplasm', 'phosphomotif_binding'], ['BCR', 'GRB2', 'CTK_Cytoplasm', 'phosphomotif_binding'], ['ABL', 'CAV1', 'CTK_Membrane', 'phosphorylation'], ['CAV1', 'GRB7', 'CTK_Membrane', 'phosphomotif_binding'], ['ABL', 'CBL', 'CTK_C...(truncated) | 503 | {} | 2022-04-15 02:27:26 | |
¶ | pypath.inputs.lincs.lincs_compounds | 2022-04-15 02:27:26 | 2022-04-15 02:27:30 | 4.28 | dict | {'10001': LincsCompound(lincs='LSM-1001', chembl='CHEMBL14762', chebi='CHEBI:354.22', inchi='InChI=1S/C19H26N6O/c1-4-15(11-26)22-19-23-17(20-10-14-8-6-5-7-9-14)16-18(24-19)25(12-21-16)13(2)3/h5-9,12-13,15,26H,4,10-11H2,1-3H3,(H2,20,22,23,24)/t15-/m1/s1', inchi_key='BTIHMVBBUGXLCJ-OAHLLOKOSA-N', smil...(truncated) | 1,320 | {} | 2022-04-15 02:27:26 | |
¶ | pypath.inputs.lmpid.lmpid_dmi | 2022-04-15 02:27:30 | 2022-04-15 02:27:31 | 0.99 | list | [{'motif_protein': 'O15151', 'domain_protein': 'P61981', 'instance': 'RTISAP', 'motif_start': 364, 'motif_end': 369, 'domain_name': '14-3-3 domain', 'domain_name_type': 'name', 'refs': ['16943424', '16227609']}, {'motif_protein': 'O15151', 'domain_protein': 'Q04917', 'instance': 'RTISAP', 'motif_sta...(truncated) | 407 | {'size': -763} | 2022-04-15 02:27:30 | |
¶ | pypath.inputs.lmpid.lmpid_interactions | 2022-04-15 02:27:31 | 2022-04-15 02:27:32 | 0.57 | list | [['P61981', 'O15151', '16943424;16227609'], ['Q04917', 'O15151', '16943424;16227609'], ['Q04917', 'P04233', '9448284'], ['P61981', 'O15151', '16943424'], ['Q04917', 'O15151', '16943424'], ['O15530', 'O00141', '11500365'], ['O15530', 'Q96BR1', '16790420'], ['O15530', 'Q16513', '16219676;10698939;1076...(truncated) | 407 | {'size': -763} | 2022-04-15 02:27:31 | |
¶ | pypath.inputs.lmpid.load_lmpid | 2022-04-15 02:27:32 | 2022-04-15 02:27:33 | 0.77 | list | [{'bait': 'O15151', 'prey': 'P61981', 'refs': ['16943424', '16227609'], 'pos': [364, 369], 'inst': 'RTISAP', 'dom': '14-3-3 domain'}, {'bait': 'O15151', 'prey': 'Q04917', 'refs': ['16943424', '16227609'], 'pos': [364, 369], 'inst': 'RTISAP', 'dom': '14-3-3 domain'}, {'bait': 'P04233', 'prey': 'Q0491...(truncated) | 407 | {'size': -763} | 2022-04-15 02:27:32 | |
¶ | pypath.inputs.lncdisease.lncdisease_interactions | 2022-04-15 02:27:33 | 2022-04-15 02:27:33 | 0.50 | list | [LncdiseaseInteraction(source='7SK', target='ABO', source_type='RNA', target_type='RNA', mechanism='regulatory', organism='human', pmid='22522162'), LncdiseaseInteraction(source='7SK', target='Ars2', source_type='RNA', target_type='Protein', mechanism='regulatory', organism='human', pmid='22244333')...(truncated) | 478 | {} | 2022-04-15 02:27:33 | |
¶ | pypath.inputs.lncrnadb.lncrnadb_interactions | 2022-04-15 02:27:33 | 2022-04-15 02:27:34 | 0.66 | list | [LncrnadbInteraction(lncrna='Maternal somatic nucleus RNAs', partner='Scan RNAs', type='transcript', organism='Paramecium tetraurelia', pmid='19103667'), LncrnadbInteraction(lncrna='G22', partner='PABP', type='protein', organism='Loris tardigradus', pmid='17175535'), LncrnadbInteraction(lncrna='G22'...(truncated) | 773 | {} | 2022-04-15 02:27:33 | |
¶ | pypath.inputs.locate.locate_localizations | 2022-04-15 02:27:34 | 2022-04-15 02:29:29 | 114.83 | dict | {'P27824': {LocateAnnotation(source='HPRD', location='nuclear envelope', cls='typeI', pmid=None, score=None), LocateAnnotation(source='HPRD', location='golgi apparatus', cls='typeI', pmid=None, score=None), LocateAnnotation(source='HPRD', location='plasma membrane', cls='typeI', pmid=None, score=Non...(truncated) | 5,326 | {'size': -4170} | 2022-04-15 02:27:34 | |
¶ | pypath.inputs.lrdb.lrdb_annotations | 2022-04-15 02:29:29 | 2022-04-15 02:29:30 | 0.76 | dict | {'Q07954': {LrdbAnnotation(role='receptor', cell_type=None, sources=('Fantom5', 'HPMR', 'HPRD'), references=('11560943', '13')), LrdbAnnotation(role='receptor', cell_type=None, sources=('Fantom5', 'HPMR', 'HPRD'), references=('15001579',)), LrdbAnnotation(role='receptor', cell_type=None, sources=('F...(truncated) | 865 | {'size': -671} | 2022-04-15 02:29:29 | |
¶ | pypath.inputs.lrdb.lrdb_interactions | 2022-04-15 02:29:30 | 2022-04-15 02:29:30 | 0.03 | list | [LrdbRecord(ligand_genesymbol='A2M', receptor_genesymbol='LRP1', sources=['Fantom5', 'HPMR', 'HPRD'], references=['10652313'], ligand_cells=[], receptor_cells=[]), LrdbRecord(ligand_genesymbol='AANAT', receptor_genesymbol='MTNR1A', sources=['Fantom5', 'HPMR'], references=['12943195'], ligand_cells=[...(truncated) | 3,251 | {} | 2022-04-15 02:29:30 | |
¶ | pypath.inputs.macrophage._trim_gname |
Not calling `pypath.inputs.macrophage._trim_gname`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.macrophage.macrophage_interactions | 2022-04-15 02:29:30 | 2022-04-15 02:29:30 | 0.43 | list | [MacrophageInteraction(source_genesymbol='ATM', target_genesymbol='IKBKG', mechanism='Binding', directed='0', location='nucleus', pmid='16497931'), MacrophageInteraction(source_genesymbol='ATM', target_genesymbol='IKBKG', mechanism='Binding', directed='0', location='nucleus', pmid='16965765'), Macro...(truncated) | 4,516 | {} | 2022-04-15 02:29:30 | |
¶ | pypath.inputs.matrisome.__matrisome_annotations_2 | 2022-04-15 02:29:30 | 2022-04-15 02:29:47 | 16.47 | set | {'ASPN', 'CSTA', 'Itih2', 'ITIH3', 'Col4a6', 'COL14A1', 'CBLN1', 'COL13A1', 'ADAM17', 'SEMA3B', 'BMP1', 'Insl5', 'Serpinf2', 'Fam20b', 'Hcfc2', 'CYR61', 'FGF2', 'Mmp19', 'Impg1', 'PLXNA1', 'CST6', 'COL21A1', 'COL7A1', 'Fbln2', 'Srpx', 'TNC', 'VWA9', 'LAMA2', 'SERPINB8', 'Itih3', 'S100A4', 'GPC4', 'H...(truncated) | 744 | {} | 2022-04-15 02:29:30 | |
¶ | pypath.inputs.matrisome.matrisome_annotations | 2022-04-15 02:29:47 | 2022-04-15 02:29:49 | 2.21 | dict | {'Q99218': {MatrisomeAnnotation(mainclass='Core matrisome', subclass='ECM Glycoproteins', subsubclass=None)}, 'P02818': {MatrisomeAnnotation(mainclass='Core matrisome', subclass='ECM Glycoproteins', subsubclass=None)}, 'Q6UXH1': {MatrisomeAnnotation(mainclass='Core matrisome', subclass='ECM Glycopro...(truncated) | 568 | {'size': -496} | 2022-04-15 02:29:47 | |
¶ | pypath.inputs.matrixdb._matrixdb_protein_list |
Not calling `pypath.inputs.matrixdb._matrixdb_protein_list`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.matrixdb.matrixdb_annotations | 2022-04-15 02:29:49 | 2022-04-15 02:29:57 | 8.03 | dict | {'Q9Y661': {MatrixdbAnnotation(mainclass='membrane')}, 'P16442': {MatrixdbAnnotation(mainclass='membrane'), MatrixdbAnnotation(mainclass='secreted')}, 'Q8N565': {MatrixdbAnnotation(mainclass='membrane')}, 'Q3KQZ1': {MatrixdbAnnotation(mainclass='membrane')}, 'Q9P2R3': {MatrixdbAnnotation(mainclass='...(truncated) | 5,946 | {'size': -4151} | 2022-04-15 02:29:49 | |
¶ | pypath.inputs.matrixdb.matrixdb_ecm_proteins | 2022-04-15 02:29:57 | 2022-04-15 02:29:57 | 0.09 | set | {'P35556', 'Q86XX4', 'Q2MKA7', 'Q8WWQ2', 'Q96PB8', 'P02679', 'P21810', 'P08865', 'Q9BXY4', 'Q6ZMM2', 'Q8N6G6', 'Q07507', 'Q8N135', 'Q9GZM7', 'O95970', 'P16112', 'P02675', 'P21941', 'P02818', 'Q14993', 'Q03692', 'O15335', 'Q9HB63', 'O76076', 'A2VEC9', 'Q15063', 'P35052', 'Q66K79', 'Q8IUX8', 'Q9BSG5',...(truncated) | 259 | {'size': -224} | 2022-04-15 02:29:57 | |
¶ | pypath.inputs.matrixdb.matrixdb_interactions | 2022-04-15 02:29:57 | 2022-04-15 02:29:57 | 0.22 | list | [['P13497', 'Q15113', '20979576', 'protease assay'], ['O00206', 'P21810', '24480070', 'microscale thermophoresis'], ['P49747', 'O15232', '22521401', 'enzyme linked immunosorbent assay'], ['O60568', 'O60568', '20955792', 'molecular sieving'], ['O60568', 'O60568', '20955792', 'molecular sieving'], ['O...(truncated) | 425 | {} | 2022-04-15 02:29:57 | |
¶ | pypath.inputs.matrixdb.matrixdb_membrane_proteins | 2022-04-15 02:29:57 | 2022-04-15 02:30:01 | 3.84 | set | {'Q9Y661', 'P16442', 'Q8N565', 'Q3KQZ1', 'Q9P2R3', 'P11169', 'P08865', 'Q6UWN0', 'A0A1B0GVQ0', 'P49411', 'Q16696', 'Q96G79', 'Q8IZA0', 'Q04912', 'Q8IXI2', 'A0A0U1RRN3', 'Q53TN4', 'Q8N0V5', 'Q9HD26', 'Q9UQ53', 'Q969M1', 'Q8NGF8', 'Q9Y276', 'O15228', 'Q14162', 'Q96Q04', 'P14598', 'P01130', 'Q86SM5', '...(truncated) | 4,905 | {'size': -3335} | 2022-04-15 02:29:57 | |
¶ | pypath.inputs.matrixdb.matrixdb_secreted_proteins | 2022-04-15 02:30:01 | 2022-04-15 02:30:01 | 0.50 | set | {'P16442', 'Q92731', 'Q6UWN0', 'Q7RTY3', 'P02675', 'P04114', 'Q14993', 'Q6IQ55', 'Q13822', 'Q9BXJ3', 'P49257', 'Q13291', 'P08253', 'Q86UW8', 'Q9UKR0', 'A8MV23', 'Q6NUJ1', 'P06737', 'P02647', 'Q15046', 'Q6UXQ4', 'Q8TC92', 'P05204', 'P29965', 'Q9NQ79', 'P05546', 'Q14520', 'P09093', 'O15130', 'P01833',...(truncated) | 1,634 | {'size': -1289} | 2022-04-15 02:30:01 | |
¶ | pypath.inputs.mcam.mcam_cell_adhesion_molecules | 2022-04-15 02:30:01 | 2022-04-15 02:30:02 | 0.87 | set | {'Q92692', 'Q96GP6', 'Q96KR4', 'Q04900', 'P16144', 'Q9Y5Y7', 'Q99418', 'O95500', 'Q9BX67', 'P18827', 'P01732', 'Q86UP0', 'O00548', 'Q13797', 'P42771', 'Q9Y4C0', 'O15394', 'P11215', 'Q08174', 'P43121', 'Q9BRX2', 'Q6UWL6', 'Q9HDB5', 'O94856', 'Q49MI3', 'P02751', 'Q6NW40', 'Q92896', 'P13612', 'P34741',...(truncated) | 53 | {'size': -50} | 2022-04-15 02:30:01 | |
¶ | pypath.inputs.membranome.membranome_annotations | 2022-04-15 02:30:02 | 2022-04-15 02:31:21 | 78.88 | list | [('P23468', 'Plasma membrane', 'extracellular side'), ('P10586', 'Plasma membrane', 'extracellular side'), ('P23470', 'Plasma membrane', 'extracellular side'), ('Q13332', 'Plasma membrane', 'extracellular side'), ('P23471', 'Plasma membrane', 'extracellular side'), ('Q9UMZ3', 'Plasma membrane', 'ext...(truncated) | 1,430 | {'size': -955} | 2022-04-15 02:30:02 | |
¶ | pypath.inputs.mimp.get_kinase_class | 2022-04-15 02:31:21 | 2022-04-15 02:31:21 | 0.23 | dict | {'groups': {'AGC': ['AKT1', 'AKT2', 'AKT3', 'DMPK1', 'DMPK2', 'MRCKb', 'MRCKa', 'MRCK', 'ROCK2', 'ROCK1', 'CRIK', 'BARK1', 'BARK2', 'GPRK4', 'GPRK5', 'GPRK6', 'RHOK', 'GPRK6', 'GPRK7', 'MAST3', 'MAST2', 'MAST1', 'MASTL', 'MAST4', 'NDR1', 'LATS1', 'LATS2', 'NDR2', 'PKACa', 'PKACb', 'PKACg', 'PRKX', '...(truncated) | 4 | {} | 2022-04-15 02:31:21 | |
¶ | pypath.inputs.mimp.mimp_enzyme_substrate | 2022-04-15 02:31:21 | 2022-04-15 02:31:42 | 20.18 | list | [{'instance': 'VVGARRSSWRVISSI', 'kinase': 'PDKC', 'resaa': 'S', 'resnum': 60, 'npmid': 8, 'substrate_refseq': 'NM_003404', 'substrate': 'YWHAB', 'start': 53, 'end': 67, 'databases': ['HPRD', 'phosphoELM', 'PhosphoSite']}, {'instance': 'VVGARRSSWRVISSI', 'kinase': 'PRKCD', 'resaa': 'S', 'resnum': 60...(truncated) | 17,030 | {} | 2022-04-15 02:31:21 | |
¶ | pypath.inputs.mimp.mimp_interactions | 2022-04-15 02:31:42 | 2022-04-15 02:31:42 | 0.35 | list | [['PDKC', 'YWHAB', ['HPRD', 'phosphoELM', 'PhosphoSite']], ['PRKCD', 'YWHAB', ['HPRD', 'phosphoELM', 'PhosphoSite']], ['PRKCZ', 'YWHAB', ['HPRD', 'phosphoELM', 'PhosphoSite']], ['PDKC', 'YWHAH', ['phosphoELM', 'PhosphoSite']], ['ATM', 'EIF4EBP1', ['phosphoELM', 'PhosphoSite']], ['RORC', 'EIF4EBP1', ...(truncated) | 17,030 | {} | 2022-04-15 02:31:42 | |
¶ | pypath.inputs.mir2disease.mir2disease_interactions | 2022-04-15 02:31:42 | 2022-04-15 02:31:42 | 0.20 | list | [Mir2diseaseInteraction(mirna='hsa-let-7a', target_genesymbol='KRAS', year='2008', sentence="A SNP in a let-7 microRNA complementary site in the KRAS 3' untranslated region increases non-small cell lung cancer risk."), Mir2diseaseInteraction(mirna='hsa-let-7a', target_genesymbol='HMGA2', year='2008'...(truncated) | 805 | {} | 2022-04-15 02:31:42 | |
¶ | pypath.inputs.mirbase.get_mirbase_aliases | 2022-04-15 02:31:42 | 2022-04-15 02:31:42 | 0.08 | tuple | ({'MIMAT0000062': {'hsa-let-7a', 'hsa-let-7a-5p'}, 'MIMAT0000063': {'hsa-let-7b-5p', 'hsa-let-7b'}, 'MIMAT0000064': {'hsa-let-7c', 'hsa-let-7c-5p'}, 'MIMAT0000065': {'hsa-let-7d', 'hsa-let-7d-5p'}, 'MIMAT0000066': {'hsa-let-7e', 'hsa-let-7e-5p'}, 'MIMAT0000067': {'hsa-let-7f-5p', 'hsa-let-7f'}, 'MIM...(truncated) | 2 | {} | 2022-04-15 02:31:42 | |
¶ | pypath.inputs.mirbase.mirbase_ids | 2022-04-15 02:31:42 | 2022-04-15 02:31:42 | 0.08 | list | [('MIMAT0000062', 'MI0000060'), ('MIMAT0000062', 'MI0000061'), ('MIMAT0000062', 'MI0000062'), ('MIMAT0000063', 'MI0000063'), ('MIMAT0000064', 'MI0000064'), ('MIMAT0000065', 'MI0000065'), ('MIMAT0000066', 'MI0000066'), ('MIMAT0000067', 'MI0000068'), ('MIMAT0000067', 'MI0000067'), ('MIMAT0000068', 'MI...(truncated) | 3,027 | {} | 2022-04-15 02:31:42 | |
¶ | pypath.inputs.mirbase.mirbase_mature | 2022-04-15 02:31:42 | 2022-04-15 02:31:42 | 0.06 | list | [('MIMAT0000062', 'hsa-let-7a'), ('MIMAT0000062', 'hsa-let-7a-5p'), ('MIMAT0000063', 'hsa-let-7b-5p'), ('MIMAT0000063', 'hsa-let-7b'), ('MIMAT0000064', 'hsa-let-7c'), ('MIMAT0000064', 'hsa-let-7c-5p'), ('MIMAT0000065', 'hsa-let-7d'), ('MIMAT0000065', 'hsa-let-7d-5p'), ('MIMAT0000066', 'hsa-let-7e'),...(truncated) | 3,487 | {} | 2022-04-15 02:31:42 | |
¶ | pypath.inputs.mirbase.mirbase_mature_all | 2022-04-15 02:31:42 | 2022-04-15 02:31:43 | 0.19 | list | ['MIMAT0000062', 'MIMAT0000062', 'MIMAT0000062', 'MIMAT0000063', 'MIMAT0000064', 'MIMAT0000065', 'MIMAT0000066', 'MIMAT0000067', 'MIMAT0000067', 'MIMAT0000068', 'MIMAT0000069', 'MIMAT0000069', 'MIMAT0000070', 'MIMAT0000071', 'MIMAT0000072', 'MIMAT0000073', 'MIMAT0000074', 'MIMAT0000074', 'MIMAT00000...(truncated) | 3,027 | {} | 2022-04-15 02:31:42 | |
¶ | pypath.inputs.mirbase.mirbase_precursor | 2022-04-15 02:31:43 | 2022-04-15 02:31:43 | 0.06 | list | [('MI0000060', 'hsa-let-7a-1L'), ('MI0000060', 'hsa-let-7a-1'), ('MI0000061', 'hsa-let-7a-2L'), ('MI0000061', 'hsa-let-7a-2'), ('MI0000062', 'hsa-let-7a-3'), ('MI0000062', 'hsa-let-7a-3L'), ('MI0000063', 'hsa-let-7b'), ('MI0000063', 'hsa-let-7bL'), ('MI0000064', 'hsa-let-7cL'), ('MI0000064', 'hsa-le...(truncated) | 2,173 | {} | 2022-04-15 02:31:43 | |
¶ | pypath.inputs.mirbase.mirbase_precursor_all | 2022-04-15 02:31:43 | 2022-04-15 02:31:43 | 0.08 | list | ['MI0000060', 'MI0000061', 'MI0000062', 'MI0000063', 'MI0000064', 'MI0000065', 'MI0000066', 'MI0000068', 'MI0000067', 'MI0000069', 'MI0000115', 'MI0000070', 'MI0000071', 'MI0000071', 'MI0000072', 'MI0000073', 'MI0000075', 'MI0000074', 'MI0000076', 'MI0000077', 'MI0000078', 'MI0000079', 'MI0000080', ...(truncated) | 3,027 | {} | 2022-04-15 02:31:43 | |
¶ | pypath.inputs.mirbase.mirbase_precursor_to_mature | 2022-04-15 02:31:43 | 2022-04-15 02:31:43 | 0.15 | list | [('hsa-let-7a-1L', 'MIMAT0000062'), ('hsa-let-7a-1L', 'MIMAT0004481'), ('hsa-let-7a-1', 'MIMAT0000062'), ('hsa-let-7a-1', 'MIMAT0004481'), ('hsa-let-7a-2L', 'MIMAT0010195'), ('hsa-let-7a-2L', 'MIMAT0000062'), ('hsa-let-7a-2L', 'MIMAT0004481'), ('hsa-let-7a-2', 'MIMAT0010195'), ('hsa-let-7a-2', 'MIMA...(truncated) | 3,361 | {} | 2022-04-15 02:31:43 | |
¶ | pypath.inputs.mirdeathdb.mirdeathdb_interactions | 2022-04-15 02:31:43 | 2022-04-15 02:31:43 | 0.19 | list | [MirdeathdbInteraction(mirna='MIMAT0020823', target_entrez='40009', organism=7227, pubmed='12679032', function='apoptosis_down'), MirdeathdbInteraction(mirna='MIMAT0000365', target_entrez='40009', organism=7227, pubmed='12679032', function='apoptosis_down'), MirdeathdbInteraction(mirna='MIMAT0020823...(truncated) | 462 | {} | 2022-04-15 02:31:43 | |
¶ | pypath.inputs.mirecords.mirecords_interactions | 2022-04-15 02:31:43 | 2022-04-15 02:31:48 | 4.55 | list | [MirecordsInteraction(mirna_name='hsa-miR-23a', target_refseq='NM_198155', target_genesymbol='C21orf33', mirna_organism='Homo sapiens', target_organism='Homo sapiens', pmid='12808467'), MirecordsInteraction(mirna_name='mmu-miR-434-3p', target_refseq='NM_184109', target_genesymbol='Rtl1', mirna_organ...(truncated) | 3,106 | {} | 2022-04-15 02:31:43 | |
¶ | pypath.inputs.mirtarbase._mirtarbase_interactions |
Not calling `pypath.inputs.mirtarbase._mirtarbase_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.mirtarbase.mirtarbase_interactions | 2022-04-15 02:31:48 | 2022-04-15 02:32:13 | 25.11 | list | [MirtarbaseInteraction(mirtarbase_id='MIRT003135', mirna_name='mmu-miR-122-5p', mirna_organism='Mus musculus', target_genesymbol='Cd320', target_entrez='54219', target_organism='Mus musculus', target_site='AGAGACTGGGGTCCTCAGACACTCCC', method='Luciferase reporter assay//qRT-PCR//Western blot', catego...(truncated) | 21,560 | {} | 2022-04-15 02:31:48 | |
¶ | pypath.inputs.mitab.mitab_field_list |
Not calling `pypath.inputs.mitab.mitab_field_list`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.mitab.mitab_field_uniprot |
Not calling `pypath.inputs.mitab.mitab_field_uniprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.mppi.mppi_interactions | 2022-04-15 02:32:13 | 2022-04-15 02:32:13 | 0.38 | list | [['9867828', '9867828', 'P05109', 'SP', 'S100A8;CAGA;MRP8; calgranulin A (migration inhibitory factor-related protein 8)', '9606', 'P06702', 'SP', 'S100A9;CAGB;MRP14; calgranulin B (migration inhibitory factor-related protein 14)', '9606'], ['9867828', '9867828', 'P06702', 'SP', 'S100A9;CAGB;MRP14; ...(truncated) | 777 | {} | 2022-04-15 02:32:13 | |
¶ | pypath.inputs.msigdb.msigdb_annotations | 2022-04-15 02:32:13 | 2022-04-15 02:35:34 | 200.85 | dict | {'P57059': {MsigdbAnnotation(collection='mirna_targets_mirdb', geneset='MIR548AR_3P'), MsigdbAnnotation(collection='immunesigdb', geneset='GSE32423_MEMORY_VS_NAIVE_CD8_TCELL_DN'), MsigdbAnnotation(collection='immunesigdb', geneset='GSE36476_CTRL_VS_TSST_ACT_72H_MEMORY_CD4_TCELL_YOUNG_UP'), MsigdbAnn...(truncated) | 11,422 | {'size': -8643} | 2022-04-15 02:32:13 | |
¶ | pypath.inputs.msigdb.msigdb_download | 2022-04-15 02:35:35 | 2022-04-15 02:36:20 | 45.46 | dict | {'chr1p11': {'RPL22P6', 'FCGR1B', 'SRGAP2-AS1', 'H2BP1', 'RNVU1-19', 'MTIF2P1', 'PPIAL4A', 'PDE4DIPP4', 'LINC01691', 'PFN1P2', 'EMBP1', 'H3P4', 'NBPF26', 'FAM72B', 'LINC00623', 'SRGAP2C', 'PDE4DIPP2', 'NOTCH2NLR', 'LINC02798', 'NBPF8', 'RNVU1-4'}, 'chr1p12': {'RPL6P2', 'TENT5C', 'SPAG17', 'HMGCS2', ...(truncated) | 32,880 | {} | 2022-04-15 02:35:35 | |
¶ | pypath.inputs.msigdb.msigdb_download_collections | 2022-04-15 02:36:21 | 2022-04-15 02:36:21 | 0.46 | dict | {('hallmark', 'h.all'): {'HALLMARK_TNFA_SIGNALING_VIA_NFKB': {'CCL5', 'DDX58', 'PNRC1', 'SMAD3', 'RELB', 'BIRC2', 'BCL2A1', 'TNIP2', 'BHLHE40', 'EGR3', 'KLF10', 'NFKBIA', 'F2RL1', 'EIF1', 'CXCL1', 'DUSP1', 'FOS', 'ICAM1', 'IER5', 'PTX3', 'GPR183', 'MAFF', 'TNC', 'TNFAIP2', 'SERPINB8', 'BTG3', 'KLF9'...(truncated) | 18 | {} | 2022-04-15 02:36:21 | |
¶ | pypath.inputs.ncrdeathdb.ncrdeathdb_interactions | 2022-04-15 02:36:22 | 2022-04-15 02:36:24 | 2.59 | list | [NcrdeathdbInteraction(ncrna='MIMAT0000062', target_gene='ain-1', ncrna_type='miRNA', pathway='autophagy', effect='down', pmid='23619095', organism=6239), NcrdeathdbInteraction(ncrna='MIMAT0000063', target_gene='ain-1', ncrna_type='miRNA', pathway='autophagy', effect='down', pmid='23619095', organis...(truncated) | 7,305 | {} | 2022-04-15 02:36:22 | |
¶ | pypath.inputs.negatome.negatome_interactions | 2022-04-15 02:36:24 | 2022-04-15 02:36:24 | 0.13 | list | [NegatomeInteraction(uniprot_a='Q6ZNK6', uniprot_b='Q9Y4K3', pmid='15047173', method='coimmunoprecipitation'), NegatomeInteraction(uniprot_a='Q9NR31', uniprot_b='Q15797', pmid='17356069', method='coimmunoprecipitation'), NegatomeInteraction(uniprot_a='P11627', uniprot_b='P53986', pmid='20155396', me...(truncated) | 2,171 | {} | 2022-04-15 02:36:24 | |
¶ | pypath.inputs.netbiol._netbiol_interactions |
Not calling `pypath.inputs.netbiol._netbiol_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.netbiol.arn_interactions | 2022-04-15 02:36:24 | 2022-04-15 02:36:25 | 0.14 | list | [ArnInteraction(source_uniprot='O15350', target_uniprot='O95352', is_direct='0', is_directed='1', effect='0', source_autophagy='0', target_autophagy='1', references='19001857'), ArnInteraction(source_uniprot='O15350', target_uniprot='Q9H1Y0', is_direct='0', is_directed='1', effect='0', source_autoph...(truncated) | 95 | {} | 2022-04-15 02:36:24 | |
¶ | pypath.inputs.netbiol.nrf2ome_interactions | 2022-04-15 02:36:25 | 2022-04-15 02:36:25 | 0.14 | list | [Nrf2omeInteraction(source_uniprot='O00221', target_uniprot='O15379', is_direct='1', is_directed='0', effect='0', references='18241676'), Nrf2omeInteraction(source_uniprot='O00221', target_uniprot='Q16236', is_direct='0', is_directed='1', effect='-1', references='18241676'), Nrf2omeInteraction(sourc...(truncated) | 109 | {} | 2022-04-15 02:36:25 | |
¶ | pypath.inputs.netpath.netpath_interactions | 2022-04-15 02:36:25 | 2022-04-15 02:36:27 | 2.33 | list | [['IL4R', '3566', 'IL4R', '3566', '8266078', 'in vivo', 'physical interaction', 'Interleukin-4 (IL-4)'], ['IL4R', '3566', 'IL2RG', '3561', '8266078', 'in vivo', 'physical interaction', 'Interleukin-4 (IL-4)'], ['IL2RG', '3561', 'IL2RG', '3561', '8266078', 'in vivo', 'physical interaction', 'Interleu...(truncated) | 7,555 | {} | 2022-04-15 02:36:25 | |
¶ | pypath.inputs.netpath.netpath_names | 2022-04-15 02:36:27 | 2022-04-15 02:36:27 | 0.01 | dict | {'137': 'Advanced glycation end-products (AGE/RAGE)', '1': 'Alpha6 Beta4 Integrin', '2': 'Androgen receptor (AR)', '12': 'B cell receptor (BCR)', '76': 'Brain-derived neurotrophic factor (BDNF)', '129': 'Corticotropin-releasing hormone (CRH)', '4': 'Epidermal growth factor receptor (EGFR)', '25': 'F...(truncated) | 35 | {} | 2022-04-15 02:36:27 | |
¶ | pypath.inputs.netpath.netpath_pathway_annotations | 2022-04-15 02:36:27 | 2022-04-15 02:36:49 | 22.24 | dict | {'P54819': {NetpathPathway(pathway='Advanced glycation end-products (AGE/RAGE)')}, 'O95782': {NetpathPathway(pathway='Advanced glycation end-products (AGE/RAGE)'), NetpathPathway(pathway='Epidermal growth factor receptor (EGFR)')}, 'P55210': {NetpathPathway(pathway='B cell receptor (BCR)'), NetpathP...(truncated) | 1,088 | {'size': -781} | 2022-04-15 02:36:27 | |
¶ | pypath.inputs.ontology.listof_ontologies | 2022-04-15 02:36:49 | 2022-04-15 02:36:50 | 1.05 | dict | {'aeo': 'Anatomical Entity Ontology', 'afo': 'Allotrope Merged Ontology Suite', 'agro': 'Agronomy Ontology', 'aism': 'Ontology for the Anatomy of the Insect SkeletoMuscular system', 'amphx': 'Amphioxus Development and Anatomy Ontology (AMPHX)', 'apo': 'Ascomycete Phenotype Ontology (APO)', 'apollo_s...(truncated) | 273 | {} | 2022-04-15 02:36:49 | |
¶ | pypath.inputs.ontology.ontology |
Not calling `pypath.inputs.ontology.ontology`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.opm.opm_annotations | 2022-04-15 02:36:50 | 2022-04-15 02:37:07 | 16.68 | dict | {'Q5T2W1': {OpmAnnotation(membrane='Eykaryo. plasma', family='FXYD regulators', transmembrane=True)}, 'P08842': {OpmAnnotation(membrane='Endoplasm. reticulum', family='Sulfatase', transmembrane=True)}, 'P59666': {OpmAnnotation(membrane='Secreted', family='Vertebrate defensin', transmembrane=False)},...(truncated) | 244 | {'size': -161} | 2022-04-15 02:36:50 | |
¶ | pypath.inputs.oreganno.oreganno_interactions | 2022-04-15 02:37:07 | 2022-04-15 03:37:07 | 3,600.09 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/oreganno.py", line 76, in oreganno_interactions for l in oreganno_raw(): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/oreganno.py", line 43, in oreganno_raw _ = next(data) TypeError: 'NoneType' object is not an iterator |
{} | 2022-04-01 01:18:20 | |||
¶ | pypath.inputs.oreganno.oreganno_raw | 2022-04-15 03:37:07 | 2022-04-15 04:37:07 | 3,600.09 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/oreganno.py", line 43, in oreganno_raw _ = next(data) TypeError: 'NoneType' object is not an iterator |
{} | 2022-04-01 01:20:19 | |||
¶ | pypath.inputs.panglaodb.panglaodb_annotations | 2022-04-15 04:37:07 | 2022-04-15 04:37:10 | 2.55 | defaultdict | defaultdict(<class 'set'>, {'A0A2R8YG87': {PanglaodbAnnotation(canonical_marker=True, cell_type='Acinar cells', organ='Pancreas', germ_layer='Endoderm', entity_type='protein', human=(True,), mouse=(True,), human_sensitivity=1.0, mouse_sensitivity=0.957143, human_specificity=0.000628931, mouse_specif...(truncated) | 40,235 | {'size': 35428} | 2022-04-15 04:37:07 | |
¶ | pypath.inputs.panglaodb.panglaodb_raw | 2022-04-15 04:37:10 | 2022-04-15 04:37:10 | 0.04 | list | [{'species': 'Mm Hs', 'official gene symbol': 'CTRB1', 'cell type': 'Acinar cells', 'nicknames': 'CTRB', 'ubiquitousness index': '0.017', 'product description': 'chymotrypsinogen B1', 'gene type': 'protein-coding gene', 'canonical marker': '1', 'germ layer': 'Endoderm', 'organ': 'Pancreas', 'sensiti...(truncated) | 8,286 | {} | 2022-04-15 04:37:10 | |
¶ | pypath.inputs.pathwaycommons._create_single_resource_method |
Not calling `pypath.inputs.pathwaycommons._create_single_resource_method`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons.pathwaycommons_interactions | 2022-04-15 04:37:10 | 2022-04-15 04:37:40 | 29.97 | list | [PathwayCommonsInteraction(id_a='ABAT', interaction_type='catalysis-precedes', id_b='ALDH5A1', resource='PANTHER'), PathwayCommonsInteraction(id_a='ABAT', interaction_type='catalysis-precedes', id_b='ALDH6A1', resource='PANTHER'), PathwayCommonsInteraction(id_a='ABAT', interaction_type='catalysis-pr...(truncated) | 1,261,865 | {} | 2022-04-15 04:37:10 | |
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pathwaycommons._pc_single_resource |
Not calling `pypath.inputs.pathwaycommons._pc_single_resource`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pazar.pazar_interactions | 2022-04-15 04:37:41 | 2022-04-15 04:37:41 | 0.50 | list | [PazarInteraction(tf='ENST00000265354', target='ENSG00000143632', pmid='12760745'), PazarInteraction(tf='ENST00000265354', target='ENSG00000143632', pmid='9571041'), PazarInteraction(tf='ENST00000265354', target='ENSG00000143632', pmid='12760745'), PazarInteraction(tf='ENST00000265354', target='ENSG...(truncated) | 16,386 | {} | 2022-04-15 04:37:41 | |
¶ | pypath.inputs.pdb.pdb_chains | 2022-04-15 04:37:41 | 2022-04-15 04:37:48 | 7.06 | tuple | ({'P02185': [{'pdb': '101m', 'chain': 'A', 'chain_beg': 1, 'chain_end': 154, 'pdb_beg': 0, 'pdb_end': 153, 'uniprot_beg': 1, 'uniprot_end': 154, 'offset': 1}, {'pdb': '102m', 'chain': 'A', 'chain_beg': 1, 'chain_end': 154, 'pdb_beg': 0, 'pdb_end': 153, 'uniprot_beg': 1, 'uniprot_end': 154, 'offset':...(truncated) | 2 | {} | 2022-04-15 04:37:41 | |
¶ | pypath.inputs.pdb.pdb_complexes | 2022-04-15 04:37:51 | 2022-04-15 04:37:57 | 6.69 | dict | {'COMPLEX:P00720': Complex: COMPLEX:P00720, 'COMPLEX:P09211': Complex: COMPLEX:P09211, 'COMPLEX:P00817': Complex: COMPLEX:P00817, 'COMPLEX:P00963': Complex: COMPLEX:P00963, 'COMPLEX:P00669': Complex: COMPLEX:P00669, 'COMPLEX:P07378': Complex: COMPLEX:P07378, 'COMPLEX:P01837_P01869': Complex: COMPLEX...(truncated) | 39,768 | {} | 2022-04-15 04:37:51 | |
¶ | pypath.inputs.pdb.pdb_uniprot | 2022-04-15 04:37:58 | 2022-04-15 04:38:13 | 15.93 | tuple | ({'P02185': {('1j3f', 'X-ray', 1.45), ('6f17', 'X-ray', 1.45), ('4qau', 'X-ray', 1.6), ('1cpw', 'X-ray', 2.2), ('5yce', 'X-ray', 0.77), ('2mgd', 'X-ray', 1.8), ('106m', 'X-ray', 1.99), ('112m', 'X-ray', 2.34), ('1vxe', 'X-ray', 1.7), ('1mbd', 'X-ray', 1.4), ('1co9', 'X-ray', 1.6), ('1jp9', 'X-ray', ...(truncated) | 2 | {} | 2022-04-15 04:37:58 | |
¶ | pypath.inputs.pdzbase.pdzbase_interactions | 2022-04-15 04:38:14 | 2022-04-15 04:38:15 | 1.16 | list | [PDZbaseInteraction(uniprot_pdz='O14745', isoform_pdz=1, uniprot_ligand='P13569', isoform_ligand=1, genesymbol_pdz='NHERF-1', genesymbol_ligand='CFTR', pdz_domain=1, organism=9606, pubmed=9613608), PDZbaseInteraction(uniprot_pdz='O14745', isoform_pdz=1, uniprot_ligand='P40879', isoform_ligand=1, gen...(truncated) | 339 | {} | 2022-04-15 04:38:14 | |
¶ | pypath.inputs.pepcyber.pepcyber_details |
Not calling `pypath.inputs.pepcyber.pepcyber_details`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pepcyber.pepcyber_interactions | 2022-04-15 04:38:15 | 2022-04-15 04:51:22 | 786.78 | list | [PepcyberInteraction(ppdb_class='14-3-3', ppdb_genesymbol='LOC284100', substrate_genesymbol='Bad', binding_seq='SPFRGRSRpSAPPNLWAA', binding_pos=136, all_evidences='Inference', n_records=1, category='A', substrate_residue='S', ppdb_uniprot='A2RUB5', ppdb_refseq='XP_375443', substrate_uniprot='Q61337...(truncated) | 5,590 | {} | 2022-04-15 04:38:15 | |
¶ | pypath.inputs.pfam._pfam_uniprot |
Not calling `pypath.inputs.pfam._pfam_uniprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pfam.pfam_names | 2022-04-15 04:51:22 | 2022-04-15 04:51:23 | 0.83 | tuple | ({'PFAM_NAME': {'PFAM_ACCESSION'}, 'Globin': {'PF00042'}, 'Phage_lysozyme': {'PF00959'}, 'GerE': {'PF00196'}, 'Iso_dh': {'PF00180'}, 'Pkinase': {'PF00069'}, 'HLH': {'PF00010'}, 'AP_endonuc_2': {'PF01261'}, 'Response_reg': {'PF00072'}, 'LamB': {'PF02264'}, 'IL8': {'PF00048'}, 'SH2': {'PF00017'}, 'C1-...(truncated) | 2 | {} | 2022-04-15 04:51:22 | |
¶ | pypath.inputs.pfam.pfam_pdb | 2022-04-15 04:51:23 | 2022-04-15 04:51:25 | 2.71 | tuple | ({'101m': {'PF00042': PfamDomain(chain='A', start=27, end=143)}, '142l': {'PF00959': PfamDomain(chain='A', start=24, end=148)}, '169l': {'PF00959': PfamDomain(chain='E', start=24, end=148)}, '171l': {'PF00959': PfamDomain(chain='A', start=24, end=148)}, '172l': {'PF00959': PfamDomain(chain='A', star...(truncated) | 2 | {} | 2022-04-15 04:51:23 | |
¶ | pypath.inputs.pfam.pfam_regions | 2022-04-15 04:51:26 | 2022-04-15 05:18:59 | 1,653.20 | tuple | ({}, {}) | 2 | {} | 2022-04-15 04:51:26 | |
¶ | pypath.inputs.pfam.pfam_uniprot | 2022-04-15 05:18:59 | 2022-04-15 05:23:51 | 291.68 | tuple | ({'Q96A32': {'PF13405'}, 'O00231': {'PF01399', 'PF18503', 'PF18055'}, 'A6NGW2': set(), 'Q96T58': {'PF00076', 'PF07744'}, 'Q99457': {'PF00956'}, 'O15294': {'PF00515', 'PF13844', 'PF13181'}, 'P20936': {'PF00017', 'PF00018', 'PF00616', 'PF00168', 'PF00169'}, 'Q01851': {'PF00046', 'PF00157'}, 'Q9UKA9': ...(truncated) | 2 | {} | 2022-04-15 05:18:59 | |
¶ | pypath.inputs.phobius.phobius_annotations | 2022-04-15 05:23:51 | 2022-04-15 05:23:52 | 1.07 | dict | {'P01920': {PhobiusAnnotation(tm_helices=1, signal_peptide=True, cytoplasmic=1, non_cytoplasmic=1)}, 'P18440': {PhobiusAnnotation(tm_helices=0, signal_peptide=False, cytoplasmic=0, non_cytoplasmic=1)}, 'P00740': {PhobiusAnnotation(tm_helices=0, signal_peptide=True, cytoplasmic=0, non_cytoplasmic=1)}...(truncated) | 20,350 | {} | 2022-04-15 05:23:51 | |
¶ | pypath.inputs.phosphatome.phosphatome_annotations | 2022-04-15 05:23:52 | 2022-04-15 05:23:59 | 7.60 | dict | {'P05187': {PhosphatomeAnnotation(fold='AP', family='AP', subfamily='AP', has_protein_substrates=False, has_non_protein_substrates=True, has_catalytic_activity=True)}, 'Q9UNH5': {PhosphatomeAnnotation(fold='CC1', family='DSP', subfamily='CDC14', has_protein_substrates=True, has_non_protein_substrate...(truncated) | 155 | {'size': -109} | 2022-04-15 05:23:52 | |
¶ | pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate | 2022-04-15 05:23:59 | 2022-04-15 05:24:01 | 1.61 | list | [{'instance': None, 'isoform': 1, 'resaa': 'Y', 'resnum': 204, 'start': None, 'end': None, 'substrate': 'O14543', 'kinase': 'P06239', 'references': ['12783885'], 'experiment': 'LTP', 'organism': 'Homo sapiens'}, {'instance': None, 'isoform': 1, 'resaa': 'Y', 'resnum': 221, 'start': None, 'end': None...(truncated) | 2,426 | {} | 2022-04-15 05:23:59 | |
¶ | pypath.inputs.phosphoelm.phosphoelm_interactions | 2022-04-15 05:24:01 | 2022-04-15 05:24:01 | 0.49 | list | [['P06239', 'O14543', '12783885', 'Homo sapiens'], ['P06239', 'O14543', '15173187', 'Homo sapiens'], ['P12931', 'O14746', '12808100', 'Homo sapiens'], ['P06241', 'O15117', '10409671', 'Homo sapiens'], ['P06241', 'O15117', '10570256', 'Homo sapiens'], ['P06241', 'O15117', '10409671', 'Homo sapiens'],...(truncated) | 2,426 | {} | 2022-04-15 05:24:01 | |
¶ | pypath.inputs.phosphoelm.phosphoelm_kinases | 2022-04-15 05:24:01 | 2022-04-15 05:24:02 | 0.11 | dict | {'AAK1': 'Q2M2I8', 'Abl': 'P00519', 'Abl2': 'P42684', 'Abl_drome': 'P00522', 'Ack_drome': 'Q9VZI2', 'AFK': 'P80197', 'Akt1_drome': 'Q8INB9', 'ALK': 'Q9UM73', 'Atg1_drome': 'Q9VU14', 'ATM': 'Q13315', 'ATR': 'Q13535', 'Aurora A': 'O14965', 'Aurora B': 'Q96GD4', 'Axl': 'P30530', 'BCKDK': 'O14874', 'BLK...(truncated) | 247 | {} | 2022-04-15 05:24:01 | |
¶ | pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate | 2022-04-15 05:24:02 | 2022-04-15 05:24:03 | 0.95 | list | [{'instance': 'SSYGISETTLEEIFL', 'kinase': 'CSNK2A1', 'resaa': 'T', 'resnum': 1242, 'score': 1.0162, 'substrate': 'ABCA1', 'start': 1235, 'end': 1249}, {'instance': 'SYGISETTLEEIFLK', 'kinase': 'CSNK2A1', 'resaa': 'T', 'resnum': 1243, 'score': 1.0455, 'substrate': 'ABCA1', 'start': 1236, 'end': 1250...(truncated) | 4,417 | {} | 2022-04-15 05:24:02 | |
¶ | pypath.inputs.phosphonetworks.phosphonetworks_interactions | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.02 | list | [['TGFBR2', 'PRMT8'], ['PRKCZ', 'ADD1'], ['MAPK1', 'DUSP6'], ['PIM1', 'SOX10'], ['CDK7', 'SOX10'], ['CDK4', 'CTBP1'], ['CSNK2A1', 'PTPRC'], ['TNNI3K', 'C19orf2'], ['GRK5', 'SNCA'], ['PRKCA', 'PLCB3'], ['MAPK14', 'JUNB'], ['PIK3C3', 'MDM4'], ['PIM2', 'ZYX'], ['MAP2K1', 'MAPK3'], ['MAPK8', 'SFN'], ['T...(truncated) | 1,821 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphopoint.phosphopoint_directions | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.24 | list | [('AKT1', 'AKT1'), ('AKT1', 'AKT2'), ('AKT1', 'ESR2'), ('AKT1', 'PHLPP'), ('AKT1', 'APPL'), ('AKT1', 'TCL6'), ('AKT1', 'GRB10'), ('AKT1', 'HSP90AA1'), ('AKT1', 'HSP90AB1'), ('AKT1', 'APLP2'), ('AKT1', 'IKBKB'), ('AKT1', 'ILK'), ('AKT1', 'IMPDH2'), ('AKT1', 'IRS1'), ('AKT1', 'KRT10'), ('AKT1', 'MDM4'...(truncated) | 9,269 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphopoint.phosphopoint_interactions | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.01 | list | [PhosphopointInteraction(source_genesymbol='AKT1', source_entrez='207', target_genesymbol='AKT1', target_entrez='207', category='Category 2'), PhosphopointInteraction(source_genesymbol='AKT1', source_entrez='207', target_genesymbol='AKT2', target_entrez='208', category='Category 2'), PhosphopointInt...(truncated) | 9,269 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite._phosphosite_filter_organism |
Not calling `pypath.inputs.phosphosite._phosphosite_filter_organism`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.phosphosite.phosphosite_directions | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.11 | list | [['P28482', 'Q8N122'], ['Q9NYL2', 'Q9NYL2'], ['P12931', 'P00533'], ['O14757', 'P08631'], ['P45983', 'Q96I25'], ['Q02156', 'O14920'], ['P37173', 'P37173'], ['P31749', 'P49840'], ['Q13153', 'Q96P20'], ['P49840', 'P49840'], ['P45984', 'P46937'], ['P06493', 'Q9GZV5'], ['P11309', 'P52907'], ['O14757', 'Q...(truncated) | 8,971 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_enzyme_substrate | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.38 | list | [{'kinase': 'Q9BQI3', 'kinase_org': 'human', 'substrate': 'P05198', 'substrate_org': 'human', 'residue': 'S52', 'motif': 'MILLsELsRRRIRsI', 'resaa': 'S', 'resnum': 52, 'start': 45, 'end': 59, 'instance': 'MILLSELSRRRIRSI'}, {'kinase': 'Q9BQI3', 'kinase_org': 'human', 'substrate': 'P05198', 'substrat...(truncated) | 13,127 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_interactions | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.00 | tuple | ([['Q05513', 'P27448', '', 'human', 'AB;MS', '21983960;15174125;15084291;23312004;24719451'], ['P28482', 'Q8N122', 'human', 'human', 'MA', '21071439'], ['Q9NYL2', 'Q9NYL2', 'human', 'human', 'AB;MA', '15342622'], ['P12931', 'P00533', 'human', 'human', 'AB;WB;MS;MA', '20628053;11960379;21278788;14530...(truncated) | 2 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_interactions_all | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.00 | list | [['Q05513', 'P27448', '', 'human', 'AB;MS', '21983960;15174125;15084291;23312004;24719451'], ['Q9NYL2', 'Q9NYL2', 'human', 'human', 'AB;MA', '15342622'], ['P12931', 'P00533', 'human', 'human', 'AB;WB;MS;MA', '20628053;11960379;21278788;14530278;23246962;16943190;33657368;33706413;24919575;25958313;1...(truncated) | 3,411 | {'size': -5630} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_interactions_curated | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.00 | list | [['Q05513', 'P27448', '', 'human', 'AB;MS', '21983960;15174125;15084291;23312004;24719451'], ['Q9NYL2', 'Q9NYL2', 'human', 'human', 'AB;MA', '15342622'], ['P12931', 'P00533', 'human', 'human', 'AB;WB;MS;MA', '20628053;11960379;21278788;14530278;23246962;16943190;33657368;33706413;24919575;25958313;1...(truncated) | 1,617 | {'size': -2692} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_interactions_new | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.00 | tuple | ([['Q05513', 'P27448', '', 'human', 'AB;MS', '21983960;15174125;15084291;23312004;24719451'], ['P28482', 'Q8N122', 'human', 'human', 'MA', '21071439'], ['Q9NYL2', 'Q9NYL2', 'human', 'human', 'AB;MA', '15342622'], ['P12931', 'P00533', 'human', 'human', 'AB;WB;MS;MA', '20628053;11960379;21278788;14530...(truncated) | 2 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_interactions_noref | 2022-04-15 05:24:03 | 2022-04-15 05:24:03 | 0.00 | list | [['Q5S007', 'P04637', 'human', 'human', 'AB;WB;MA', ''], ['P06493', 'Q96C36', 'human', 'human', 'MS', ''], ['Q13882', 'P35222', 'human', 'human', 'AB;WB;MS;MA', ''], ['P49841', 'Q14195', 'human', 'human', 'AB;MS;WB;MA', ''], ['P42345', 'Q86TB9', 'human', 'human', 'MS', ''], ['P06493', 'P30260', 'hum...(truncated) | 1,794 | {'size': -2938} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_ptm_orthology | 2022-04-15 05:24:03 | 2022-04-15 05:24:17 | 14.12 | dict | {('Q9CQV8', 1, 'T', 2, 10090, 'phosphorylation'): {9606: {('P31946', 1, 'T', 2, 9606, 'phosphorylation')}}, ('P31946', 1, 'T', 2, 9606, 'phosphorylation'): {10090: {('Q9CQV8', 1, 'T', 2, 10090, 'phosphorylation')}}, ('P31946', 1, 'S', 6, 9606, 'phosphorylation'): {10090: {('Q9CQV8', 1, 'S', 6, 10090...(truncated) | 198,541 | {} | 2022-04-15 05:24:03 | |
¶ | pypath.inputs.phosphosite.phosphosite_ptms | 2022-04-15 05:24:18 | 2022-04-15 05:24:47 | 28.83 | list | [<PTM Residue YWHAB-1:T2:20q13.12>, <PTM Residue YWHAB-1:S6:20q13.12>, <PTM Residue YWHAB-1:Y21:20q13.12>, <PTM Residue YWHAB-1:T32:20q13.12>, <PTM Residue YWHAB-1:S39:20q13.12>, <PTM Residue YWHAB-1:S47:20q13.12>, <PTM Residue YWHAB-1:Y50:20q13.12>, <PTM Residue YWHAB-1:S59:20q13.12>, <PTM Residue ...(truncated) | 239,701 | {} | 2022-04-15 05:24:18 | |
¶ | pypath.inputs.phosphosite.phosphosite_regsites | 2022-04-15 05:24:47 | 2022-04-15 05:24:49 | 2.08 | dict | {'P41181': [{'aa': 'K', 'res': '270', 'modt': 'ub', 'organism': 'human', 'pmids': {'21209006'}, 'induces': [], 'disrupts': [], 'isoform': 1, 'function': {'protein degradation', 'phosphorylation', 'intracellular localization'}, 'process': {''}, 'comments': 'stimulates phosphorylation of S261', 'posit...(truncated) | 5,298 | {} | 2022-04-15 05:24:47 | |
¶ | pypath.inputs.phosphosite.phosphosite_regsites_one_organism | 2022-04-15 05:24:49 | 2022-04-15 05:27:05 | 136.03 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/phosphosite.py", line 594, in phosphosite_regsites_one_organism disrupts = genesymbols2uniprots( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/phosphosite.py", line 476, in genesymbols2uniprots itertools.chain( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/phosphosite.py", line 479, in <lambda> mapping.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 3212, in map_name return mapper.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1989, in map_name mapped_names = self.uniprot_cleanup( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2023, in uniprot_cleanup uniprots = self.trembl_swissprot( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2522, in trembl_swissprot genesymbols = self.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1866, in map_name mapped_names = self.chain_map( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2140, in chain_map self.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1774, in map_name mapped_names = self._map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2306, in _map_name tbl = self.which_table( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1473, in which_table reader = MapReader( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 224, in __init__ self.load() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 254, in load self.read() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 412, in read getattr(self, method)() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 854, in read_mapping_biomart for rec in biomart_data: File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/biomart.py", line 139, in biomart_query for line in c.result: TypeError: 'NoneType' object is not iterable |
{} | 2022-04-13 05:20:46 | |||
¶ | pypath.inputs.phosphosite.regsites_tab |
Not calling `pypath.inputs.phosphosite.regsites_tab`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pisa.pisa_bonds |
Not calling `pypath.inputs.pisa.pisa_bonds`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pisa.pisa_interfaces |
Not calling `pypath.inputs.pisa.pisa_interfaces`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pro.get_pro | 2022-04-15 05:27:06 | 2022-04-15 05:33:06 | 360.02 | Obo | <OBO file `https://proconsortium.org/download/current/pro_reasoned.obo`> | 0 | {} | 2022-04-15 05:27:06 | |
¶ | pypath.inputs.pro.pro_mapping | 2022-04-15 05:33:06 | 2022-04-15 05:33:06 | 0.43 | list | [('PR:000000005', 'P37173'), ('PR:000000005', 'P38438'), ('PR:000000005', 'Q62312'), ('PR:000000005', 'Q90999'), ('PR:000000007', 'A0A0G2KN81'), ('PR:000000009', 'Q16671'), ('PR:000000009', 'Q62893'), ('PR:000000009', 'Q8K592'), ('PR:000000010', 'O57472'), ('PR:000000010', 'Q24025'), ('PR:000000010'...(truncated) | 319,353 | {} | 2022-04-15 05:33:06 | |
¶ | pypath.inputs.progeny.progeny_annotations | 2022-04-15 05:33:06 | 2022-04-15 05:33:23 | 17.16 | dict | {'P35250': {ProgenyAnnotation(pathway='VEGF', weight=-0.15684553639501156, p_value=0.8477560090795286), ProgenyAnnotation(pathway='Androgen', weight=-1.28437624907, p_value=0.121273439673), ProgenyAnnotation(pathway='TNFa', weight=-0.12499324201483122, p_value=0.8334557980340556), ProgenyAnnotation(...(truncated) | 10,591 | {'size': -8007} | 2022-04-15 05:33:06 | |
¶ | pypath.inputs.progeny.progeny_raw | 2022-04-15 05:33:23 | 2022-04-15 05:33:25 | 2.00 | DataFrame | gene pathway weight p.value 0 RFC2 EGFR 1.470647 0.001655 1 ESRRA EGFR 0.178590 0.211838 2 HNRNPK EGFR 0.306699 0.084560 3 CBX6 EGFR -0.675507 0.017641 4 ASRGL1 EGFR -0.252328 0.295430 ... ... ... ...(truncated) | 274,143 | {} | 2022-04-15 05:33:23 | |
¶ | pypath.inputs.proteinatlas.get_proteinatlas | 2022-04-15 05:33:26 | 2022-04-15 05:34:58 | 92.14 | dict | {'normal': {'adipose tissue:adipocytes': {'O43657': ('Not detected', 'Approved'), 'O60762': ('Medium', 'Approved'), 'Q8IZE3': ('Low', 'Approved'), 'P09769': ('Not detected', 'Enhanced'), 'Q9BTY2': ('Not detected', 'Approved'), 'P48506': ('Medium', 'Approved'), 'Q6P499': ('Low', 'Approved'), 'Q9Y4W2'...(truncated) | 2 | {} | 2022-04-15 05:33:26 | |
¶ | pypath.inputs.proteinatlas.proteinatlas_annotations | 2022-04-15 05:34:58 | 2022-04-15 05:37:05 | 126.87 | dict | {'O43657': {ProtainatlasAnnotation(organ='cervix', tissue='glandular cells', level='High', status='Approved', n_not_detected=None, n_low=None, n_medium=None, n_high=None, prognostic=False, favourable=False, score=None, pathology=False), ProtainatlasAnnotation(organ='thyroid cancer', tissue='thyroid ...(truncated) | 11,038 | {'size': -8335} | 2022-04-15 05:34:58 | |
¶ | pypath.inputs.proteinatlas.proteinatlas_secretome_annotations | 2022-04-15 05:37:07 | 2022-04-15 05:37:09 | 2.35 | dict | {'P20701': {ProteinatlasSecretomeAnnotation(mainclass='Intracellular or membrane-bound', secreted=False)}, 'Q9NPA2': {ProteinatlasSecretomeAnnotation(mainclass='Secreted to blood', secreted=True)}, 'P08709': {ProteinatlasSecretomeAnnotation(mainclass='Secreted to blood', secreted=True)}, 'P21802': {...(truncated) | 1,476 | {'size': -1115} | 2022-04-15 05:37:07 | |
¶ | pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations | 2022-04-15 05:37:09 | 2022-04-15 05:37:10 | 1.13 | dict | {'Q8IZE3': {ProteinatlasSubcellularAnnotation(location='Microtubules', status='Uncertain'), ProteinatlasSubcellularAnnotation(location='Nuclear bodies', status='Uncertain')}, 'Q9Y4W2': {ProteinatlasSubcellularAnnotation(location='Nucleoplasm', status='Supported')}, 'Q9P2G1': {ProteinatlasSubcellular...(truncated) | 3,913 | {'size': -2908} | 2022-04-15 05:37:09 | |
¶ | pypath.inputs.protmapper.get_protmapper | 2022-04-15 05:37:10 | 2022-04-15 05:37:15 | 4.96 | tuple | ([{'ID': '0', 'CTRL_NS': 'UP', 'CTRL_ID': 'Q02156', 'CTRL_GENE_NAME': 'PRKCE', 'CTRL_IS_KINASE': 'True', 'TARGET_UP_ID': 'P15336', 'TARGET_GENE_NAME': 'ATF2', 'TARGET_RES': 'T', 'TARGET_POS': '52', 'SOURCES': 'psp,reach,signor,sparser'}, {'ID': '1', 'CTRL_NS': 'FPLX', 'CTRL_ID': 'PKC', 'CTRL_GENE_NA...(truncated) | 2 | {} | 2022-04-15 05:37:10 | |
¶ | pypath.inputs.protmapper.protmapper_enzyme_substrate | 2022-04-15 05:37:15 | 2022-04-15 05:37:16 | 0.72 | list | [{'kinase': 'Q02156', 'resaa': 'T', 'resnum': 52, 'references': {'22304920', '24357804', '25728676', '25545367', '24727247'}, 'substrate': 'P15336', 'databases': {'PhosphoSite', 'Sparser', 'SIGNOR', 'REACH'}}, {'kinase': 'Q02156', 'resaa': 'T', 'resnum': 280, 'references': {'23708658', '24727247'}, ...(truncated) | 22,139 | {} | 2022-04-15 05:37:15 | |
¶ | pypath.inputs.protmapper.protmapper_interactions |
Not calling `pypath.inputs.protmapper.protmapper_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubchem.pubchem_mapping |
Not calling `pypath.inputs.pubchem.pubchem_mapping`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubmed.get_pmid |
Not calling `pypath.inputs.pubmed.get_pmid`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubmed.get_pubmeds |
Not calling `pypath.inputs.pubmed.get_pubmeds`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubmed.only_pmids |
Not calling `pypath.inputs.pubmed.only_pmids`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubmed.open_pubmed |
Not calling `pypath.inputs.pubmed.open_pubmed`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubmed.pmids_dict |
Not calling `pypath.inputs.pubmed.pmids_dict`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.pubmed.pmids_list |
Not calling `pypath.inputs.pubmed.pmids_list`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.ramilowski2015.ramilowski_interactions | 2022-04-15 05:37:16 | 2022-04-15 05:37:17 | 0.57 | list | [Ramilowski2015Interaction(ligand='A2M', receptor='LRP1', references='', resources='HPMR;HPRD;STRING.binding;STRING.experiment;literature supported'), Ramilowski2015Interaction(ligand='AANAT', receptor='MTNR1A', references='', resources='HPMR;literature supported'), Ramilowski2015Interaction(ligand=...(truncated) | 1,894 | {} | 2022-04-15 05:37:16 | |
¶ | pypath.inputs.ramilowski2015.ramilowski_locations | 2022-04-15 05:37:17 | 2022-04-15 05:37:53 | 36.59 | dict | {'Q9UNA3': {RamilowskiLocation(location='golgi apparatus membrane', source='Consensus', tmh=1, note=None, long_note=None), RamilowskiLocation(location='golgi apparatus membrane', source='UniProt', tmh=1, note=None, long_note=None), RamilowskiLocation(location='golgi apparatus membrane', source='Cons...(truncated) | 10,741 | {'size': -8120} | 2022-04-15 05:37:17 | |
¶ | pypath.inputs.rdata._patch_rdata | 2022-04-15 05:37:53 | 2022-04-15 05:37:53 | 0.00 | NoneType | None | 0 | {} | 2022-04-15 05:37:53 | |
¶ | pypath.inputs.rdata._rdata_data_frame_get_rownames |
Not calling `pypath.inputs.rdata._rdata_data_frame_get_rownames`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.rdata._rdata_list_get_names |
Not calling `pypath.inputs.rdata._rdata_list_get_names`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._bp_collect_resources |
Not calling `pypath.inputs.reaction._bp_collect_resources`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._process_controls |
Not calling `pypath.inputs.reaction._process_controls`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_collect_resources |
Not calling `pypath.inputs.reaction._reactome_collect_resources`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_collect_species |
Not calling `pypath.inputs.reaction._reactome_collect_species`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_compartment |
Not calling `pypath.inputs.reaction._reactome_compartment`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_extract_id |
Not calling `pypath.inputs.reaction._reactome_extract_id`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_extract_res |
Not calling `pypath.inputs.reaction._reactome_extract_res`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_id |
Not calling `pypath.inputs.reaction._reactome_id`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_reaction |
Not calling `pypath.inputs.reaction._reactome_reaction`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_reactions | 2022-04-15 05:37:53 | 2022-04-15 05:40:10 | 136.21 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/reaction.py", line 985, in _reactome_reactions for i in sp.find('bqbiol:haspart').find_all('rdf:li'): AttributeError: 'NoneType' object has no attribute 'find_all' |
{} | 2022-01-08 00:48:01 | |||
¶ | pypath.inputs.reaction._reactome_reactions_et | 2022-04-15 05:40:10 | 2022-04-15 05:40:12 | 2.13 | tuple | ({}, {}, {}) | 3 | {} | 2022-04-15 05:40:10 | |
¶ | pypath.inputs.reaction._reactome_res |
Not calling `pypath.inputs.reaction._reactome_res`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction._reactome_species |
Not calling `pypath.inputs.reaction._reactome_species`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.acsn_biopax | 2022-04-15 05:40:12 | 2022-04-15 05:40:22 | 10.18 | list | ['<?xml version="1.0" encoding="UTF-8"?>\n', '<rdf:RDF\n', ' xmlns:xsd="http://www.w3.org/2001/XMLSchema#"\n', ' xmlns:owl="http://www.w3.org/2002/07/owl#"\n', ' xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\n', ' xmlns:bp="http://www.biopax.org/release/biopax-level3.owl#"\n', ' xml:base="...(truncated) | 190,854 | {'size': 190854, 'type': {'previous': 'NoneType', 'current': 'list'}} | 2022-04-15 05:40:12 | |
¶ | pypath.inputs.reaction.acsn_interactions_2 |
Not calling `pypath.inputs.reaction.acsn_interactions_2`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.get_acsn_effects | 2022-04-15 05:40:22 | 2022-04-15 05:40:22 | 0.18 | list | [['FOXO3', 'PIK3CA', '*'], ['FOXO3', 'PIK3CB', '*'], ['FOXO3', 'PIK3CD', '*'], ['FOXO3', 'PIK3CG', '*'], ['AKT1', 'HOMER3', '*'], ['AKT2', 'HOMER3', '*'], ['AKT3', 'HOMER3', '*'], ['CDH2', 'HOMER3', '*'], ['CDK6', 'CDKN2B', '*'], ['ANAPC2', 'RSPO3', '*'], ['AXIN1', 'RSPO3', '*'], ['AXIN2', 'RSPO3', ...(truncated) | 37,288 | {} | 2022-04-15 05:40:22 | |
¶ | pypath.inputs.reaction.get_controls |
Not calling `pypath.inputs.reaction.get_controls`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.get_interactions |
Not calling `pypath.inputs.reaction.get_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.get_reactions | 2022-04-15 05:40:22 | 2022-04-15 05:42:16 | 113.39 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 785, in test_input for i, rec in enumerate(value_gen): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/reaction.py", line 1186, in get_reactions rea.load_all() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/pyreact.py", line 1301, in load_all self.load_panther() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/pyreact.py", line 1213, in load_panther len(biopaxes.files_multipart), AttributeError: 'Curl' object has no attribute 'files_multipart' |
{} | 2022-01-08 00:48:07 | |||
¶ | pypath.inputs.reaction.get_soup |
Not calling `pypath.inputs.reaction.get_soup`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.panther_biopax | 2022-04-15 05:42:16 | 2022-04-15 05:42:19 | 3.58 | NoneType | None | 0 | {} | 2022-04-15 05:42:16 | |
¶ | pypath.inputs.reaction.panther_interactions |
Not calling `pypath.inputs.reaction.panther_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.pid_biopax | 2022-04-15 05:42:19 | 2022-04-15 05:42:21 | 2.33 | NoneType | None | 0 | {} | 2022-04-15 05:42:19 | |
¶ | pypath.inputs.reaction.pid_interactions |
Not calling `pypath.inputs.reaction.pid_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.process_complex |
Not calling `pypath.inputs.reaction.process_complex`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.process_controls |
Not calling `pypath.inputs.reaction.process_controls`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.process_reactions |
Not calling `pypath.inputs.reaction.process_reactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.reactions_biopax |
Not calling `pypath.inputs.reaction.reactions_biopax`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.reactome_biopax | 2022-04-15 05:42:21 | 2022-04-15 05:48:22 | 360.02 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/reaction.py", line 91, in reactome_biopax fileobj = c.result[fname] TypeError: 'NoneType' object is not subscriptable |
{} | 2022-04-01 01:55:29 | |||
¶ | pypath.inputs.reaction.reactome_bs | 2022-04-15 05:48:22 | 2022-04-15 05:54:29 | 367.92 | list | [('R-HSA-1059683', <?xml version='1.0' encoding='utf-8' standalone='no'?> <sbml level="3" version="1" xmlns="http://www.sbml.org/sbml/level3/version1/core"> <notes> <annotation> <p xmlns="http://www.w3.org/1999/xhtml">SBML generated from Reactome version 80 on 3/28/22, 2:56 AM using JSBML version 1....(truncated) | 2,580 | {} | 2022-04-15 05:48:22 | |
¶ | pypath.inputs.reaction.reactome_interactions |
Not calling `pypath.inputs.reaction.reactome_interactions`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.reaction.reactome_sbml | 2022-04-15 05:54:47 | 2022-04-15 05:54:49 | 2.10 | dict | {'R-HSA-1059683.sbml': <ExFileObject name='/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/cache/9cfb9d56283cf7ad3077ba1f8a187542-homo_sapiens.3.1.sbml.tgz'>, 'R-HSA-109581.sbml': <ExFileObject name='/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-00130...(truncated) | 2,580 | {} | 2022-04-15 05:54:47 | |
¶ | pypath.inputs.scconnect.scconnect_annotations | 2022-04-15 05:54:49 | 2022-04-15 05:54:50 | 0.98 | dict | {'P20292': {ScconnectAnnotation(role='ligand', family=None, type=None, inferred_from='human')}, 'P01189': {ScconnectAnnotation(role='ligand', family=None, type=None, inferred_from='mouse'), ScconnectAnnotation(role='ligand', family=None, type=None, inferred_from='human')}, 'O75888': {ScconnectAnnota...(truncated) | 2,014 | {'size': -1271} | 2022-04-15 05:54:49 | |
¶ | pypath.inputs.scconnect.scconnect_complexes | 2022-04-15 05:54:50 | 2022-04-15 05:54:50 | 0.20 | set | {Complex: COMPLEX:O15263, Complex: COMPLEX:P05111_P08476} | 2 | {'size': -15} | 2022-04-15 05:54:50 | |
¶ | pypath.inputs.scconnect.scconnect_interactions | 2022-04-15 05:54:50 | 2022-04-15 05:54:52 | 1.52 |
Traceback (most recent call last): File "/home/omnipath/testing/pypath-inputs/./status-report.py", line 765, in test_input value = fun(*_args, **_kwargs) File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/scconnect.py", line 259, in scconnect_interactions for ligand_target in itertools.product(ligands, targets): File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/scconnect.py", line 198, in process_partner [ File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/scconnect.py", line 199, in <listcomp> mapping.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 3212, in map_name return mapper.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1989, in map_name mapped_names = self.uniprot_cleanup( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2023, in uniprot_cleanup uniprots = self.trembl_swissprot( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2522, in trembl_swissprot genesymbols = self.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1866, in map_name mapped_names = self.chain_map( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2140, in chain_map self.map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1774, in map_name mapped_names = self._map_name( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 2306, in _map_name tbl = self.which_table( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 1473, in which_table reader = MapReader( File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 224, in __init__ self.load() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 254, in load self.read() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 412, in read getattr(self, method)() File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/utils/mapping.py", line 854, in read_mapping_biomart for rec in biomart_data: File "/home/omnipath/testing/pypath-inputs/pypath_inputs_status__20220415-001302/pypath/inputs/biomart.py", line 139, in biomart_query for line in c.result: TypeError: 'NoneType' object is not iterable |
{} | 2022-04-13 05:51:15 | |||
¶ | pypath.inputs.science.science_download |
Not calling `pypath.inputs.science.science_download`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.signalink.signalink_annotations | 2022-04-15 05:54:52 | 2022-04-15 05:54:59 | 7.00 | dict | {'pathway': {'P20963': {SignalinkPathway(pathway='T-cell receptor')}, 'Q9NYJ8': {SignalinkPathway(pathway='Toll-like receptor'), SignalinkPathway(pathway='Receptor tyrosine kinase'), SignalinkPathway(pathway='Innate immune pathways'), SignalinkPathway(pathway='JAK/STAT')}, 'O43318': {SignalinkPathwa...(truncated) | 2 | {} | 2022-04-15 05:54:52 | |
¶ | pypath.inputs.signalink.signalink_function_annotations | 2022-04-15 05:54:59 | 2022-04-15 05:54:59 | 0.60 | dict | {'Q9NYJ8': {SignalinkFunction(function='Scaffold'), SignalinkFunction(function='Co-factor')}, 'O43318': {SignalinkFunction(function='Mediator')}, 'P15018': {SignalinkFunction(function='Ligand')}, 'P42702': {SignalinkFunction(function='Receptor')}, 'P11717': {SignalinkFunction(function='Receptor')}, ...(truncated) | 472 | {'size': -312} | 2022-04-15 05:54:59 | |
¶ | pypath.inputs.signalink.signalink_interactions | 2022-04-15 05:54:59 | 2022-04-15 05:55:00 | 0.42 | list | [SignalinkInteraction(id_a='P20963', id_b='P43403', is_direct=True, is_directed=True, effect=0, pathways_a=['T-cell receptor'], pathways_b=['Receptor tyrosine kinase', 'T-cell receptor'], functions_a=[], functions_b=['Mediator', 'Scaffold'], references=['10358158', '10358164', '10562324', '10925299'...(truncated) | 1,939 | {} | 2022-04-15 05:54:59 | |
¶ | pypath.inputs.signalink.signalink_pathway_annotations | 2022-04-15 05:55:00 | 2022-04-15 05:55:00 | 0.59 | dict | {'P20963': {SignalinkPathway(pathway='T-cell receptor')}, 'Q9NYJ8': {SignalinkPathway(pathway='Toll-like receptor'), SignalinkPathway(pathway='Receptor tyrosine kinase'), SignalinkPathway(pathway='Innate immune pathways'), SignalinkPathway(pathway='JAK/STAT')}, 'O43318': {SignalinkPathway(pathway='W...(truncated) | 501 | {'size': -335} | 2022-04-15 05:55:00 | |
¶ | pypath.inputs.signor.signor_complexes | 2022-04-15 05:55:00 | 2022-04-15 05:55:01 | 0.48 | dict | {'COMPLEX:P23511_P25208_Q13952': Complex NFY: COMPLEX:P23511_P25208_Q13952, 'COMPLEX:P42345_P68104_P85299_Q6R327_Q8TB45_Q9BVC4': Complex mTORC2: COMPLEX:P42345_P68104_P85299_Q6R327_Q8TB45_Q9BVC4, 'COMPLEX:P42345_Q8N122_Q8TB45_Q96B36_Q9BVC4': Complex mTORC1: COMPLEX:P42345_Q8N122_Q8TB45_Q96B36_Q9BVC4...(truncated) | 3,215 | {} | 2022-04-15 05:55:00 | |
¶ | pypath.inputs.signor.signor_enzyme_substrate | 2022-04-15 05:55:01 | 2022-04-15 05:55:03 | 2.24 | list | [{'typ': 'phosphorylation', 'resnum': 443, 'instance': 'PQRKSQRSSYVSMRI', 'substrate': 'P24046', 'start': 436, 'end': 450, 'kinase': 'P17252', 'resaa': 'S', 'motif': 'PQRKSQRSSYVSMRI', 'enzyme_isoform': None, 'substrate_isoform': None, 'references': {'12175859'}}, {'typ': 'phosphorylation', 'resnum'...(truncated) | 9,994 | {} | 2022-04-15 05:55:01 | |
¶ | pypath.inputs.signor.signor_interactions | 2022-04-15 05:55:03 | 2022-04-15 05:55:14 | 11.12 | list | [SignorInteraction(source='CHEBI:9738', target='P23975', source_isoform=None, target_isoform=None, source_type='chemical', target_type='protein', effect='down-regulates activity', mechanism='chemical inhibition', ncbi_tax_id='9606', pubmeds='9537821', direct=True, ptm_type='chemical inhibition', ptm...(truncated) | 36,686 | {'size': 4} | 2022-04-15 05:55:03 | |
¶ | pypath.inputs.signor.signor_pathway_annotations | 2022-04-15 05:55:14 | 2022-04-15 05:55:43 | 29.16 | dict | {'Q01130': {SignorPathway(pathway='Acute Myeloid Leukemia')}, 'P29350': {SignorPathway(pathway='Acute Myeloid Leukemia')}, 'P29375': {SignorPathway(pathway='Acute Myeloid Leukemia')}, 'Q07889': {SignorPathway(pathway='Inhibition of Apoptosis'), SignorPathway(pathway='COVID-19 Causal Network'), Signo...(truncated) | 288 | {'size': -357} | 2022-04-15 05:55:14 | |
¶ | pypath.inputs.signor.signor_pathways |
Not calling `pypath.inputs.signor.signor_pathways`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.signor.signor_protein_families | 2022-04-15 05:55:43 | 2022-04-15 05:55:43 | 0.00 | dict | {'SIGNOR-PF1': ['P28482', 'P27361'], 'SIGNOR-PF2': ['Q9HBW0', 'Q9UBY5', 'Q92633'], 'SIGNOR-PF3': ['O14610', 'O60262', 'Q9P2W3', 'P63215', 'P63211', 'P50150', 'P59768', 'P63218', 'P61952', 'Q9UK08', 'Q9UBI6', 'P50151'], 'SIGNOR-PF4': ['P28482', 'P27361'], 'SIGNOR-PF5': ['P01137', 'P10600', 'P61812'],...(truncated) | 93 | {} | 2022-04-15 05:55:43 | |
¶ | pypath.inputs.spike.spike_interactions | 2022-04-15 05:55:43 | 2022-04-15 05:55:58 | 14.96 | list | [['836', 'CASP3', '8669', 'EIF3J', '1', '10672017', '1', '2', '', 'Published research', '', 'Proteolytic Processing'], ['836', 'CASP3', '3691', 'ITGB4', '1', '17178732', '1', '2', '', 'Published research', '', 'Proteolytic Processing'], ['407042', 'MIR34C', '4609', 'MYC', '1', '20212154', '1', '2', ...(truncated) | 3,842 | {} | 2022-04-15 05:55:43 | |
¶ | pypath.inputs.stitch.stitch_actions_interactions | 2022-04-15 05:55:58 | 2022-04-15 05:57:58 | 119.37 | list | [StitchActionsInteraction(partner_a='00010461', partner_b='ENSP00000170630', mechanism='expression', action=None, score=150), StitchActionsInteraction(partner_a='00010461', partner_b='ENSP00000170630', mechanism='expression', action=None, score=150), StitchActionsInteraction(partner_a='23627457', pa...(truncated) | 21,773,491 | {} | 2022-04-15 05:55:58 | |
¶ | pypath.inputs.stitch.stitch_links_interactions | 2022-04-15 05:57:58 | 2022-04-15 05:59:49 | 111.73 | list | [StitchLinksInteraction(partner_a='91663464', partner_b='ENSP00000354652', experimental=989, prediction=0, database=0, textmining=0, combined_score=989, physical_combined_score=996), StitchLinksInteraction(partner_a='90668081', partner_b='ENSP00000317985', experimental=933, prediction=0, database=0,...(truncated) | 150,645 | {} | 2022-04-15 05:57:58 | |
¶ | pypath.inputs.string.string_effects | 2022-04-15 05:59:49 | 2022-04-15 05:59:59 | 9.65 | list | [StringEffectsInteraction(source='ENSP00000216366', target='ENSP00000000233', effect='*'), StringEffectsInteraction(source='ENSP00000000233', target='ENSP00000216366', effect='*'), StringEffectsInteraction(source='ENSP00000222547', target='ENSP00000000233', effect='*'), StringEffectsInteraction(sour...(truncated) | 2,250,122 | {} | 2022-04-15 05:59:49 | |
¶ | pypath.inputs.string.string_links_interactions | 2022-04-15 06:00:00 | 2022-04-15 06:00:36 | 35.89 | list | [StringLinksInteraction(protein_a='ENSP00000000233', protein_b='ENSP00000440005', neighborhood_score=0, fusion=0, cooccurence=50, coexpression=99, experimental=679, database=900, textmining=59, combined_score=969, physical_combined_score=740), StringLinksInteraction(protein_a='ENSP00000000233', prot...(truncated) | 247,200 | {} | 2022-04-15 06:00:00 | |
¶ | pypath.inputs.string.string_physical_interactions | 2022-04-15 06:00:36 | 2022-04-15 06:00:38 | 1.67 | list | [StringPhysicalInteraction(protein_a='ENSP00000000412', protein_b='ENSP00000221957', experimental=483, database=600, textmining=821, combined_score=959), StringPhysicalInteraction(protein_a='ENSP00000000412', protein_b='ENSP00000438085', experimental=932, database=0, textmining=0, combined_score=932...(truncated) | 83,896 | {} | 2022-04-15 06:00:36 | |
¶ | pypath.inputs.surfaceome.surfaceome_annotations | 2022-04-15 06:00:38 | 2022-04-15 06:00:42 | 4.03 | dict | {'A0AV02': (0.8363, 'Transporters', {'SLC12', 'APC', 'SLC'}), 'A0FGR9': (0.0465, 'Unclassified', {'Unclassified'}), 'A0PJK1': (0.8802, 'Transporters', {'APC', 'SLC', 'SLC5'}), 'A0PK11': (0.6108, 'Unclassified', {'Unclassified'}), 'A1A5B4': (0.7689, 'Miscellaneous', {'Unknown_function', 'TMEM16'}), '...(truncated) | 1,767 | {'size': -1041} | 2022-04-15 06:00:38 | |
¶ | pypath.inputs.switches_elm.get_switches_elm | 2022-04-15 06:00:42 | 2022-04-15 06:01:52 | 70.49 | list | [{'intramol': False, 'bindingsite_a': {'elm': ['LIG_SH2_STAT5']}, 'bs_a_start': [['1'], ['6'], ['1']], 'bs_a_end': [['1'], ['6'], ['4']], 'uniprot_a': ('O43561',), 'uniprot_b': ('P19174',), 'bindingsite_b': {'pfam': ['PF00017']}, 'bs_b_start': [['5'], ['5'], ['0']], 'bs_b_end': [['6'], ['3'], ['9']]...(truncated) | 839 | {} | 2022-04-15 06:00:42 | |
¶ | pypath.inputs.talklr.talklr_annotations | 2022-04-15 06:01:53 | 2022-04-15 06:01:53 | 0.87 | dict | {'Q07954': {TalklrAnnotation(role='receptor', pmid='11560994', putative=False), TalklrAnnotation(role='receptor', pmid=None, putative=False), TalklrAnnotation(role='receptor', pmid='21054788', putative=False)}, 'P48039': {TalklrAnnotation(role='receptor', pmid=None, putative=False)}, 'P49286': {Talk...(truncated) | 756 | {'size': -589} | 2022-04-15 06:01:53 | |
¶ | pypath.inputs.talklr.talklr_interactions | 2022-04-15 06:01:53 | 2022-04-15 06:01:53 | 0.04 | list | [TalklrInteraction(ligand='A2M', receptor='LRP1', pmids=(), resources=('HPRD', 'STRING', 'HPMR'), putative=False), TalklrInteraction(ligand='AANAT', receptor='MTNR1A', pmids=(), resources=('HPMR',), putative=False), TalklrInteraction(ligand='AANAT', receptor='MTNR1B', pmids=(), resources=('HPMR',), ...(truncated) | 2,422 | {} | 2022-04-15 06:01:53 | |
¶ | pypath.inputs.talklr.talklr_raw | 2022-04-15 06:01:53 | 2022-04-15 06:01:53 | 0.03 | DataFrame | Pair_Name Ligand_ApprovedSymbol ... Pair_Source Pair_Evidence 0 A2M_LRP1 A2M ... known literature supported 1 AANAT_MTNR1A AANAT ... known literature supported 2 AANAT_MTNR1B AANAT ... known l...(truncated) | 2,422 | {} | 2022-04-15 06:01:53 | |
¶ | pypath.inputs.tcdb.tcdb_annotations | 2022-04-15 06:01:53 | 2022-04-15 06:02:01 | 7.81 | dict | {'Q9NWF4': {TcdbAnnotation(family='Eukaryotic Riboflavin Transporter (E-RFT)', tcid='2.A.125.1.1')}, 'O00337': {TcdbAnnotation(family='Concentrative Nucleoside Transporter (CNT)', tcid='2.A.41.2.3')}, 'O00422': {TcdbAnnotation(family='Nuclear mRNA Exporter (mRNA-E)', tcid='3.A.18.1.1')}, 'O00623': {...(truncated) | 1,224 | {'size': -823} | 2022-04-15 06:01:53 | |
¶ | pypath.inputs.tcdb.tcdb_classes | 2022-04-15 06:02:01 | 2022-04-15 06:02:01 | 0.04 | dict | {'A0CIB0': ('1.A.17.1.13', '1.A.17'), 'A0CS82': ('9.B.82.1.5', '9.B.82'), 'A0CX44': ('1.A.3.2.4', '1.A.3'), 'A0D5K0': ('2.A.66.3.4', '2.A.66'), 'A0E9B5': ('9.B.38.2.1', '9.B.38'), 'A0ECD9': ('3.A.1.207.1', '3.A.1'), 'A0FKN5': ('2.A.53.2.9', '2.A.53'), 'A0JCJ5': ('1.B.1.1.7', '1.B.1'), 'A0JSP2': ('3....(truncated) | 21,887 | {} | 2022-04-15 06:02:01 | |
¶ | pypath.inputs.tcdb.tcdb_families | 2022-04-15 06:02:01 | 2022-04-15 06:02:01 | 0.01 | dict | {'1.A.1': 'Voltage-gated Ion Channel (VIC)', '1.A.10': 'Glutamate-gated Ion Channel (GIC) of Neurotransmitter Receptors', '1.A.100': 'Rhabdoviridae Putative Viroporin, U5 (RV-U5)', '1.A.101': 'Peroxisomal Pore-forming Pex11 (Pex11)', '1.A.102': 'Influenza A viroporin PB1-F2 (PB1-F2)', '1.A.103': 'Si...(truncated) | 1,667 | {} | 2022-04-15 06:02:01 | |
¶ | pypath.inputs.tfcensus.tfcensus_annotations | 2022-04-15 06:02:01 | 2022-04-15 06:02:02 | 0.41 | dict | {'P57073': {TfcensusAnnotation(tfcensus_class='a', tissue=None)}, 'P50549': {TfcensusAnnotation(tfcensus_class='a', tissue='whole.brain'), TfcensusAnnotation(tfcensus_class='a', tissue='adrenal.cortex')}, 'P26367': {TfcensusAnnotation(tfcensus_class='a', tissue=None)}, 'Q14209': {TfcensusAnnotation(...(truncated) | 754 | {'size': -1131} | 2022-04-15 06:02:01 | |
¶ | pypath.inputs.threedcomplex.threedcomplex_chains | 2022-04-15 06:02:02 | 2022-04-15 06:02:30 | 28.30 | dict | {'code': {'ch_new': 'ch_old'}, '4b5m_1': {'L': 'L', 'A': 'A', 'V': 'V', 'U': 'U'}, '4b5m_2': {'W': 'W', 'M': 'M', 'B': 'B', 'X': 'X'}, '4b5m_3': {'N': 'N', 'Z': 'Z', 'C': 'C', 'Y': 'Y'}, '4abk_1': {'A': 'A'}, '1lsz_1': {'A': 'A'}, '3gll_1': {'C': 'A', 'A': 'A', 'B': 'A'}, '1hz6_4': {'C': 'C', 'A': '...(truncated) | 174,325 | {} | 2022-04-15 06:02:02 | |
¶ | pypath.inputs.threedcomplex.threedcomplex_contacts | 2022-04-15 06:02:30 | 2022-04-15 06:04:54 | 143.97 | set | {ThreedcomplexContact(pdb='4jut_2', uniprot_1='O14558', uniprot_2='O14558', chain_1='H', chain_2='E', n_residues=17.0, length_1=87, length_2=88, domain_s1=('',), domain_p1=('PF00011.16',), domain_s2=('',), domain_p2=('PF00011.16',), ident=True, homo=True), ThreedcomplexContact(pdb='4ho7_1', uniprot_...(truncated) | 260,251 | {} | 2022-04-15 06:02:30 | |
¶ | pypath.inputs.threedcomplex.threedcomplex_ddi | 2022-04-15 06:04:55 | 2022-04-15 06:08:03 | 187.69 | list | [<pypath.internals.intera.DomainDomain object at 0x7f686bb63df0>, <pypath.internals.intera.DomainDomain object at 0x7f68a0dc68b0>, <pypath.internals.intera.DomainDomain object at 0x7f68665537c0>, <pypath.internals.intera.DomainDomain object at 0x7f6866553850>, <pypath.internals.intera.DomainDomain o...(truncated) | 525,440 | {} | 2022-04-15 06:04:55 | |
¶ | pypath.inputs.threedcomplex.threedcomplex_nresidues | 2022-04-15 06:08:04 | 2022-04-15 06:08:11 | 7.68 | dict | {'4jut_2': {('O14558', 'O14558'): 14.5}, '4ho7_1': {('Q383Q5', 'Q383Q5'): 1.0}, '3znj_1': {('Q8G9L0', 'Q8G9L0'): 12.5}, '3qvw_1': {('O28480', 'O28480'): 48.0}, '4j6g_1': {('O43557', 'O95407'): 8.5, ('O95407', 'O95407'): 11.0, ('O43557', 'O43557'): 18.5}, '3t5g_1': {('O43924', 'Q15382'): 12.5}, '3w6g...(truncated) | 81,385 | {} | 2022-04-15 06:08:04 | |
¶ | pypath.inputs.threedid.get_3did | 2022-04-15 06:08:11 | 2022-04-15 06:24:38 | 986.47 | tuple | ([<pypath.internals.intera.DomainDomain object at 0x7f689a1e39d0>, <pypath.internals.intera.DomainDomain object at 0x7f689a1e3550>, <pypath.internals.intera.DomainDomain object at 0x7f689a1e3310>, <pypath.internals.intera.DomainDomain object at 0x7f689a1e3ee0>, <pypath.internals.intera.DomainDomain ...(truncated) | 2 | {} | 2022-04-15 06:08:11 | |
¶ | pypath.inputs.threedid.get_3did_ddi | 2022-04-15 06:24:38 | 2022-04-15 06:25:09 | 31.50 | dict | {('P32119', 'Q9BYN0'): {('PF10417', 'PF02195'): {'pdbs': {'2rii': ['Q06830', 'Q9BYN0'], '3hy2': ['Q06830', 'Q9BYN0']}}, ('PF00578', 'PF02195'): {'pdbs': {'2rii': ['Q06830', 'Q9BYN0'], '3hy2': ['Q06830', 'Q9BYN0']}}}, ('P30048', 'Q9BYN0'): {('PF10417', 'PF02195'): {'pdbs': {'2rii': ['Q06830', 'Q9BYN0...(truncated) | 3,274,970 | {} | 2022-04-15 06:24:38 | |
¶ | pypath.inputs.topdb.topdb_annotations | 2022-04-15 06:26:18 | 2022-04-15 06:26:51 | 32.88 | dict | {'P00167': {TopdbAnnotation(membrane='Endoplasmic reticulum membrane', topology='Outside', score=97, tmregions=1), TopdbAnnotation(membrane='Endoplasmic reticulum membrane', topology='Membrane', score=97, tmregions=1), TopdbAnnotation(membrane='Cytoplasm', topology='Membrane', score=97, tmregions=1)...(truncated) | 746 | {'size': -501} | 2022-04-15 06:26:18 | |
¶ | pypath.inputs.transmir.transmir_interactions | 2022-04-15 06:26:51 | 2022-04-15 06:26:53 | 1.45 | list | [TransmirInteraction(tf_genesymbol='AGO2', mirna='hsa-mir-155', effect='Repression', pubmed='24263100'), TransmirInteraction(tf_genesymbol='AHR', mirna='hsa-mir-106b', effect='Activation', pubmed='24798859'), TransmirInteraction(tf_genesymbol='AHR', mirna='hsa-mir-132', effect='Activation', pubmed='...(truncated) | 2,678 | {} | 2022-04-15 06:26:51 | |
¶ | pypath.inputs.trip.take_a_trip | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.02 | dict | {'sc': {('P48995', 'Q12791'): [['TRPC1', '', 'BKca', 'Inference', '', '', '', '', '', 'Prediction', '19168436']], ('P48995', 'Q13873'): [['TRPC1', '', 'BMPR-2', 'Affinity purification-mass spectrometry', 'Not used as a bait', '', 'Mouse', 'Leg muscle', 'C2C12 lysates', '', '15188402']], ('P48995', '...(truncated) | 5 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.trip.trip_find_uniprot |
Not calling `pypath.inputs.trip.trip_find_uniprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.trip.trip_get_uniprot |
Not calling `pypath.inputs.trip.trip_get_uniprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.trip.trip_interactions | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.01 | list | [['P48995', 'Q12791', '25139746;19168436', 'Co-immunoprecipitation;Co-immunofluorescence staining', 'unknown'], ['P48995', 'Q08209', '23228564', 'Co-immunoprecipitation', 'unknown'], ['P48995', 'P62158', '12601176;11983166;11290752', 'Fluorescence probe labeling;Calcium measurement;Patch clamp;Fusio...(truncated) | 359 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.trip.trip_process | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.01 | dict | {('P48995', 'Q12791'): {'refs': {'25139746', '19168436'}, 'methods': {'Co-immunoprecipitation', 'Co-immunofluorescence staining'}, 'tissues': {'HEK293', 'Porcine coronary artery', 'Rat aortic vascular smooth muscle cell', 'Rat vascular smooth muscle cell'}, 'effect': set(), 'regions': set()}, ('P489...(truncated) | 359 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.trip.trip_process_table |
Not calling `pypath.inputs.trip.trip_process_table`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.unichem._unichem_mapping |
Not calling `pypath.inputs.unichem._unichem_mapping`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.unichem.info |
Not calling `pypath.inputs.unichem.info`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.unichem.unichem_info | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.02 | list | [UnichemSource(number='1', label='chembl', name='ChEMBL', description='A database of bioactive drug-like small molecules and bioactivities abstracted from the scientific literature.', acquisition='Standard InChIs and Keys provided on ftp site for each release.'), UnichemSource(number='2', label='dru...(truncated) | 40 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.unichem.unichem_mapping |
Not calling `pypath.inputs.unichem.unichem_mapping`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.unichem.unichem_sources | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.02 | dict | {'1': 'chembl', '2': 'drugbank', '3': 'pdb', '4': 'gtopdb', '5': 'pubchem_dotf', '6': 'kegg_ligand', '7': 'chebi', '8': 'nih_ncc', '9': 'zinc', '10': 'emolecules', '12': 'atlas', '14': 'fdasrs', '15': 'surechembl', '17': 'pharmgkb', '18': 'hmdb', '20': 'selleck', '21': 'pubchem_tpharma', '22': 'pubc...(truncated) | 40 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.uniprot._all_uniprots | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.00 | set | {'Q9Y661', 'Q9Y242', 'Q8TAD8', 'Q96DV4', 'P49411', 'Q96G79', 'Q6ZW61', 'Q8IXI2', 'Q7RTY3', 'P21549', 'Q9UQ53', 'Q14993', 'Q96CX6', 'O15228', 'Q96QH2', 'Q8IWT1', 'Q14526', 'Q13671', 'A0A0A0MS02', 'Q9BXF3', 'A6NKU9', 'Q9Y2W1', 'Q96T92', 'Q4W5G0', 'A6NNB3', 'A8K0S8', 'Q8TE76', 'Q9UKR0', 'Q9H841', 'Q9BY...(truncated) | 11,525 | {'size': -192660} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.uniprot._cleanup | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.00 | NoneType | None | 0 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.uniprot._protein_datasheet |
Not calling `pypath.inputs.uniprot._protein_datasheet`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot._remove |
Not calling `pypath.inputs.uniprot._remove`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot._swissprot_param |
Not calling `pypath.inputs.uniprot._swissprot_param`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.all_swissprots | 2022-04-15 06:26:53 | 2022-04-15 06:26:53 | 0.00 | set | {'Q9Y661', 'Q96DV4', 'P49411', 'Q8IXI2', 'Q7RTY3', 'Q14993', 'Q9UQ53', 'O15228', 'P09936', 'O14978', 'Q9UKR0', 'Q9H841', 'P05141', 'Q96HG1', 'Q01851', 'Q12809', 'Q2M329', 'Q8TAD7', 'Q96EL2', 'Q8NHW5', 'Q9H8V3', 'Q8IVT5', 'Q9NYY8', 'P35908', 'O00231', 'Q9ULT8', 'Q86UE4', 'A4D250', 'Q08AH1', 'Q6IN84',...(truncated) | 20,376 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.uniprot.all_trembls | 2022-04-15 06:26:53 | 2022-04-15 06:28:07 | 73.68 | set | {'E7EPB3', 'I6LFJ4', 'A0A858LGU1', 'D6RC18', 'A0A8A2IE78', 'C9JZP1', 'D6RJC5', 'H0YFM6', 'A0A2R8Y4T7', 'A2RRB2', 'A6QL60', 'D3DPS9', 'A0A3G5AJB3', 'A6NP16', 'Q1HRY6', 'D7NPA9', 'F2VYK7', 'G3V4S4', 'A0A346FLH7', 'A0A858B7J0', 'A0A5C2GL76', 'A0A2U7MZI0', 'B8X5M7', 'A0A804HJI1', 'A0A6Q8PHB4', 'C9J739',...(truncated) | 183,809 | {} | 2022-04-15 06:26:53 | |
¶ | pypath.inputs.uniprot.all_uniprots | 2022-04-15 06:28:07 | 2022-04-15 06:28:07 | 0.00 | set | {'Q9Y661', 'Q9Y242', 'Q8TAD8', 'Q96DV4', 'P49411', 'Q96G79', 'Q6ZW61', 'Q8IXI2', 'Q7RTY3', 'P21549', 'Q9UQ53', 'Q14993', 'Q96CX6', 'O15228', 'Q96QH2', 'Q8IWT1', 'Q14526', 'Q13671', 'A0A0A0MS02', 'Q9BXF3', 'A6NKU9', 'Q9Y2W1', 'Q96T92', 'Q4W5G0', 'A6NNB3', 'A8K0S8', 'Q8TE76', 'Q9UKR0', 'Q9H841', 'Q9BY...(truncated) | 11,525 | {'size': -192660} | 2022-04-15 06:28:07 | |
¶ | pypath.inputs.uniprot.deleted_uniprot_genesymbol |
Not calling `pypath.inputs.uniprot.deleted_uniprot_genesymbol`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.get_db | 2022-04-15 06:28:07 | 2022-04-15 06:28:07 | 0.00 | set | {'Q9Y661', 'Q9Y242', 'Q8TAD8', 'Q96DV4', 'P49411', 'Q96G79', 'Q6ZW61', 'Q8IXI2', 'Q7RTY3', 'P21549', 'Q9UQ53', 'Q14993', 'Q96CX6', 'O15228', 'Q96QH2', 'Q8IWT1', 'Q14526', 'Q13671', 'A0A0A0MS02', 'Q9BXF3', 'A6NKU9', 'Q9Y2W1', 'Q96T92', 'Q4W5G0', 'A6NNB3', 'A8K0S8', 'Q8TE76', 'Q9UKR0', 'Q9H841', 'Q9BY...(truncated) | 11,525 | {'size': -192660} | 2022-04-15 06:28:07 | |
¶ | pypath.inputs.uniprot.get_uniprot_sec | 2022-04-15 06:28:07 | 2022-04-15 06:28:07 | 0.65 | list | [['A0A024QZ45', 'Q9BX63'], ['A0A024QZG0', 'O75150'], ['A0A024R0D3', 'P16389'], ['A0A024R0E9', 'Q5TCQ9'], ['A0A024R0H3', 'Q5TCQ9'], ['A0A024R284', 'Q9UMX0'], ['A0A024R3N7', 'Q8TAV5'], ['A0A024R3W6', 'O60462'], ['A0A024R412', 'O60462'], ['A0A024R468', 'O75147'], ['A0A024R4G3', 'O60308'], ['A0A024R4G4'...(truncated) | 39,729 | {'size': -32173} | 2022-04-15 06:28:07 | |
¶ | pypath.inputs.uniprot.init_db | 2022-04-15 06:28:07 | 2022-04-15 06:28:07 | 0.00 | NoneType | None | 0 | {} | 2022-04-15 06:28:07 | |
¶ | pypath.inputs.uniprot.is_swissprot |
Not calling `pypath.inputs.uniprot.is_swissprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.is_trembl |
Not calling `pypath.inputs.uniprot.is_trembl`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.is_uniprot |
Not calling `pypath.inputs.uniprot.is_uniprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.protein_datasheet |
Not calling `pypath.inputs.uniprot.protein_datasheet`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.uniprot_data |
Not calling `pypath.inputs.uniprot.uniprot_data`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.uniprot_families | 2022-04-15 06:28:07 | 2022-04-15 06:28:38 | 30.57 | dict | {'P51451': {UniprotFamily(family='Protein kinase superfamily, Tyr protein kinase', subfamily='SRC')}, 'P09871': {UniprotFamily(family='Peptidase S1', subfamily=None)}, 'Q9ULX7': {UniprotFamily(family='Alpha-carbonic anhydrase', subfamily=None)}, 'Q01518': {UniprotFamily(family='CAP', subfamily=None)...(truncated) | 14,355 | {} | 2022-04-15 06:28:07 | |
¶ | pypath.inputs.uniprot.uniprot_history |
Not calling `pypath.inputs.uniprot.uniprot_history`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.uniprot_history_recent_datasheet |
Not calling `pypath.inputs.uniprot.uniprot_history_recent_datasheet`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.uniprot_keywords | 2022-04-15 06:28:38 | 2022-04-15 06:29:13 | 35.41 | dict | {'P51451': {UniprotKeyword(keyword='Kinase'), UniprotKeyword(keyword='Phosphoprotein'), UniprotKeyword(keyword='Transferase'), UniprotKeyword(keyword='Nucleotide-binding'), UniprotKeyword(keyword='SH2 domain'), UniprotKeyword(keyword='Diabetes mellitus'), UniprotKeyword(keyword='Ubl conjugation'), U...(truncated) | 20,376 | {} | 2022-04-15 06:28:38 | |
¶ | pypath.inputs.uniprot.uniprot_locations | 2022-04-15 06:29:13 | 2022-04-15 06:29:21 | 7.67 | dict | {'P51451': {UniprotLocation(location='Cell membrane', features=('Lipid-anchor',))}, 'A6H8Y1': {UniprotLocation(location='Nucleus', features=None)}, 'O60885': {UniprotLocation(location='Nucleus', features=None), UniprotLocation(location='Chromosome', features=None)}, 'P22223': {UniprotLocation(locati...(truncated) | 16,856 | {} | 2022-04-15 06:29:13 | |
¶ | pypath.inputs.uniprot.uniprot_ncbi_taxids_2 | 2022-04-15 06:29:21 | 2022-04-15 06:29:21 | 0.08 | dict | {648330: Taxon(ncbi_id=648330, latin='Aedes albopictus densovirus (isolate Boublik/1994)', english='AalDNV', latin_synonym=None), 10804: Taxon(ncbi_id=10804, latin='Adeno-associated virus 2', english='AAV-2', latin_synonym=None), 648242: Taxon(ncbi_id=648242, latin='Adeno-associated virus 2 (isolate...(truncated) | 26,873 | {} | 2022-04-15 06:29:21 | |
¶ | pypath.inputs.uniprot.uniprot_preprocess |
Not calling `pypath.inputs.uniprot.uniprot_preprocess`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.uniprot_recent_version |
Not calling `pypath.inputs.uniprot.uniprot_recent_version`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.uniprot.uniprot_taxonomy | 2022-04-15 06:29:21 | 2022-04-15 06:29:30 | 9.01 | dict | {'P00521': {'Abelson murine leukemia virus'}, 'P03333': {'Abelson murine leukemia virus'}, 'H8ZM73': {'Pinus balsamea', 'Abies balsamea', 'Balsam fir'}, 'H8ZM71': {'Pinus balsamea', 'Abies balsamea', 'Balsam fir'}, 'Q9MV51': {'Abies firma', 'Momi fir'}, 'O81086': {'Abies grandis', 'Pinus grandis', '...(truncated) | 552,780 | {} | 2022-04-15 06:29:21 | |
¶ | pypath.inputs.uniprot.uniprot_tissues | 2022-04-15 06:29:31 | 2022-04-15 06:29:39 | 8.43 | dict | {'P51451': {UniprotTissue(tissue='Striate ducts of salivary glands', level='undefined'), UniprotTissue(tissue='Hair follicles', level='undefined'), UniprotTissue(tissue='Leydig cells', level='undefined'), UniprotTissue(tissue='Lymphatic organs', level='undefined'), UniprotTissue(tissue='Pancreatic i...(truncated) | 9,938 | {} | 2022-04-15 06:29:31 | |
¶ | pypath.inputs.uniprot.uniprot_topology | 2022-04-15 06:29:39 | 2022-04-15 06:30:04 | 24.85 | dict | {'P22223': {UniprotTopology(topology='Extracellular', start=108, end=654), UniprotTopology(topology='Cytoplasmic', start=678, end=829), UniprotTopology(topology='Transmembrane', start=655, end=677)}, 'Q9ULX7': {UniprotTopology(topology='Cytoplasmic', start=312, end=337), UniprotTopology(topology='Tr...(truncated) | 5,217 | {} | 2022-04-15 06:29:39 | |
¶ | pypath.inputs.uniprot.valid_uniprot |
Not calling `pypath.inputs.uniprot.valid_uniprot`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.wang.get_hsn | 2022-04-15 06:30:04 | 2022-04-15 06:30:05 | 1.01 | list | [['1909', 'EDNRA', '4683', 'NBN', 'Pos'], ['7040', 'TGFB1', '7040', 'TGFB1', 'Neg'], ['9669', 'EIF5B', '6135', 'RPL11', 'Pos'], ['367', 'AR', '7337', 'UBE3A', 'Phy'], ['5291', 'PIK3CB', '57580', 'PREX1', 'Pos'], ['5568', 'PRKACG', '1499', 'CTNNB1', 'Pos'], ['156', 'ADRBK1', '155', 'ADRB3', 'Pos'], [...(truncated) | 62,937 | {} | 2022-04-15 06:30:04 | |
¶ | pypath.inputs.wang.wang_interactions | 2022-04-15 06:30:05 | 2022-04-15 06:30:05 | 0.32 | list | [['EDNRA', 'NBN', '+'], ['TGFB1', 'TGFB1', '-'], ['EIF5B', 'RPL11', '+'], ['AR', 'UBE3A', '0'], ['PIK3CB', 'PREX1', '+'], ['PRKACG', 'CTNNB1', '+'], ['ADRBK1', 'ADRB3', '+'], ['ITGA2B', 'ACTN4', '0'], ['MCM7', 'UBE3A', '-'], ['CD4', 'ITK', '+'], ['STAT3', 'MYC', '+'], ['ZBTB17', 'NDRG2', '-'], ['CSN...(truncated) | 62,937 | {} | 2022-04-15 06:30:05 | |
¶ | pypath.inputs.wojtowicz2020._id_translate |
Not calling `pypath.inputs.wojtowicz2020._id_translate`, not enough arguments. |
{} | never | ||||||
¶ | pypath.inputs.wojtowicz2020.wojtowicz2020_interactions | 2022-04-15 06:30:05 | 2022-04-15 06:30:07 | 1.50 | list | [Wojtowicz2020Interaction(id_a='P20138', id_b='P20138'), Wojtowicz2020Interaction(id_a='P20138', id_b='P15260'), Wojtowicz2020Interaction(id_a='P20138', id_b='P20916'), Wojtowicz2020Interaction(id_a='P20138', id_b='Q96LC7'), Wojtowicz2020Interaction(id_a='P20138', id_b='Q08ET2'), Wojtowicz2020Intera...(truncated) | 176 | {'size': -307} | 2022-04-15 06:30:05 | |
¶ | pypath.inputs.wojtowicz2020.wojtowicz2020_raw | 2022-04-15 06:30:07 | 2022-04-15 06:30:07 | 0.06 | list | [Wojtowicz2020RawRecord(prey_uniprot_name='1B35', bait_uniprot_name='SIG10', prey_common_name='HLA-B', bait_common_name='Siglec-10', prey_gene_name='HLA-B', bait_gene_name='SIGLEC10', prey_bait_replicate1_od650=0.1343, prey_bait_replicate2_od650=0.1416, prey_bait_replicate3_od650=0.1386, prey_contro...(truncated) | 495 | {} | 2022-04-15 06:30:07 | |
¶ | pypath.inputs.zhong2015.zhong2015_annotations | 2022-04-15 06:30:07 | 2022-04-15 06:30:07 | 0.17 | dict | {'P12830': {Zhong2015Annotation(type='iCAM')}, 'Q9Y6N8': {Zhong2015Annotation(type='iCAM')}, 'P55287': {Zhong2015Annotation(type='iCAM')}, 'P55290': {Zhong2015Annotation(type='iCAM')}, 'Q86UP0': {Zhong2015Annotation(type='iCAM')}, 'P22223': {Zhong2015Annotation(type='iCAM')}, 'Q9ULB5': {Zhong2015Ann...(truncated) | 283 | {'size': -183} | 2022-04-15 06:30:07 |
The OmniPath Team • Saez Lab • 2022-04-15