KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

Display RNA modifications on `Gene` pages #233

Closed jonrkarr closed 4 years ago

lzy7071 commented 4 years ago

Related to https://github.com/KarrLab/datanator_rest_api/issues/66#issue-617526239

jonrkarr commented 4 years ago

I started a component for RNA modifications. This needs to be connected to the REST endpoint for RNA modifications.

lzy7071 commented 4 years ago

The rest endpoint has been written: https://github.com/KarrLab/datanator_rest_api/issues/66#issuecomment-632171413 http://api.datanator.info/rna/modification/get_modifications_by_ko/?ko_number={}&_from=0&size=10

jonrkarr commented 4 years ago

I added a table of RNA modifications to the gene page. This is almost done except for supporting taxonomic filtering, which requires support from the REST API.

Examples

When modifications of non-coding RNA are displayed, the protein concentration and modification will not be shown.

lzy7071 commented 4 years ago

I added a table of RNA modifications to the gene page. This is almost done except for supporting taxonomic filtering, which requires support from the REST API.

Examples

When modifications of non-coding RNA are displayed, the protein concentration and modification will not be shown.

Taxonomic filtering has been enabled here: https://github.com/KarrLab/datanator_rest_api/issues/66#issuecomment-632360987

jonrkarr commented 4 years ago

Done