Aayushi Gupta
Aayushi Gupta
Hey Ray, Can you please explain the training process of tesseract-ocr with LSTM ?
@slobentanzer I followed your instruction and replaced biolink ttl with my own ttl file in the below code: `bc = BioCypher( biocypher_config_path='/content/sample_data/biocypher_config.yaml', offline=True) bc.show_ontology_structure() ` I have enclosed biocypher_config.yaml But...
Yeah I have gone through the tutorials, the examples contain 2 config files, one is schema file and another is biocypher_config but there is no mention how schema file is...
@slobentanzer I created schema and given ttl file instead of biolink ontology. Could you please tell me where am I going wrong? I have uploaded schema and ttl (ontology) in...
@slobentanzer The error is : File "/usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py", line 3553, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 31, in bc.show_ontology_structure() File "/usr/local/lib/python3.10/dist-packages/biocypher/_core.py", line 490, in show_ontology_structure self._get_ontology() File "/usr/local/lib/python3.10/dist-packages/biocypher/_core.py", line...
Hi @slobentanzer I want your guidance on my use-case to create own custom ontology using BioCypher. I have article on biochemical industry which is in pdf format and want to...
Hi @slobentanzer Can we merge two ontologies using BioCypher? For example: [Experimental Factor Ontology, NCBO Bio Portal] If yes how we can do it? Which format do we have to...
Hi @cadmiumkitty Thank you so much for helping me! I have triplets (entity,category,relationship ) in dataframe columns format and struggling to convert it into .ttl file so that I can...