pybel / pybel-tools

A PyBEL extension for analyzing BEL graphs
http://pybel-tools.readthedocs.io/
MIT License
5 stars 5 forks source link

Export a BELGraph to SCAIView format #119

Open cthoyt opened 6 years ago

cthoyt commented 6 years ago

If we'd like to make SCAIView search for all of the elements in a given subgraph, we need to have a system that can generate the correct file format. One option is to directly write this in PyBEL, or we can have an importer somewhere in the microservices to take the resulting JSON

This can be re-run over time from the NeuroMMSig database to make sure it's generally up-to-date

RE: @MarcZimmermann @ddomingof

MarcZimmermann commented 6 years ago
cthoyt commented 6 years ago

I was more interested to know what the file format looks like that gets loaded into SCAIView. Are they automatically generated from OBO files, or is it a format for which I could also write a PyBEL serializer (assuming proper semantic normalization)?