Spaces:
Sleeping
Sleeping
add link to co-expressed partners for each target
Browse files
app.py
CHANGED
@@ -112,11 +112,13 @@ st.markdown(f"""
|
|
112 |
* *Gene ID*: [{gene_id_1}](https://fungidb.org/fungidb/app/record/gene/{gene_id_1})
|
113 |
{'* *Gene Symbol*:' + gene_symbol_1 if gene_symbol_1 is not None else ''}
|
114 |
* *Description*: {description_1}
|
|
|
115 |
|
116 |
#### Gene 2:
|
117 |
* *Gene ID*: [{gene_id_2}](https://fungidb.org/fungidb/app/record/gene/{gene_id_2})
|
118 |
{'* *Gene Symbol*:' + gene_symbol_2 if gene_symbol_2 is not None else ''}
|
119 |
* *Description*: {description_2}
|
|
|
120 |
""")
|
121 |
|
122 |
chart = (
|
|
|
112 |
* *Gene ID*: [{gene_id_1}](https://fungidb.org/fungidb/app/record/gene/{gene_id_1})
|
113 |
{'* *Gene Symbol*:' + gene_symbol_1 if gene_symbol_1 is not None else ''}
|
114 |
* *Description*: {description_1}
|
115 |
+
* *Top [Co-Expressed Partners](https://huggingface.co/spaces/maomlab/CryptoCEN-TopHits?gene_id={gene_id_1})*
|
116 |
|
117 |
#### Gene 2:
|
118 |
* *Gene ID*: [{gene_id_2}](https://fungidb.org/fungidb/app/record/gene/{gene_id_2})
|
119 |
{'* *Gene Symbol*:' + gene_symbol_2 if gene_symbol_2 is not None else ''}
|
120 |
* *Description*: {description_2}
|
121 |
+
* *Top [Co-Expressed Partners](https://huggingface.co/spaces/maomlab/CryptoCEN-TopHits?gene_id={gene_id_2})*
|
122 |
""")
|
123 |
|
124 |
chart = (
|