Spaces:
Sleeping
Sleeping
fix urls
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ else:
|
|
23 |
|
24 |
st.markdown("""
|
25 |
# ToxoCEN Expression Scatter
|
26 |
-
**ToxoCEN** is a co-expression network for *Toxoplasma gondii* built on
|
27 |
A pair of genes are said to be co-expressed when their expression is correlated across different conditions and
|
28 |
is often a marker for genes to be involved in similar processes.
|
29 |
|
@@ -109,13 +109,13 @@ with col3:
|
|
109 |
|
110 |
st.markdown(f"""
|
111 |
#### Gene 1:
|
112 |
-
* *Gene ID*: [{gene_id_1}](https://toxodb.org/
|
113 |
{'* *Gene Name*:' + gene_name_1 if gene_name_1 is not None else ''}
|
114 |
* *Description*: {description_1}
|
115 |
* *Top [Co-Expressed Partners](https://huggingface.co/spaces/maomlab/ToxoCEN-TopHits?gene_id={gene_id_1})*
|
116 |
|
117 |
#### Gene 2:
|
118 |
-
* *Gene ID*: [{gene_id_2}](https://toxodb.org/
|
119 |
{'* *Gene Name*:' + gene_name_2 if gene_name_2 is not None else ''}
|
120 |
* *Description*: {description_2}
|
121 |
* *Top [Co-Expressed Partners](https://huggingface.co/spaces/maomlab/ToxoCEN-TopHits?gene_id={gene_id_2})*
|
|
|
23 |
|
24 |
st.markdown("""
|
25 |
# ToxoCEN Expression Scatter
|
26 |
+
**ToxoCEN** is a co-expression network for *Toxoplasma gondii* built on 719 RNA-seq runs across 39 studies.
|
27 |
A pair of genes are said to be co-expressed when their expression is correlated across different conditions and
|
28 |
is often a marker for genes to be involved in similar processes.
|
29 |
|
|
|
109 |
|
110 |
st.markdown(f"""
|
111 |
#### Gene 1:
|
112 |
+
* *Gene ID*: [{gene_id_1}](https://toxodb.org/toxo/app/record/gene/{gene_id_1})
|
113 |
{'* *Gene Name*:' + gene_name_1 if gene_name_1 is not None else ''}
|
114 |
* *Description*: {description_1}
|
115 |
* *Top [Co-Expressed Partners](https://huggingface.co/spaces/maomlab/ToxoCEN-TopHits?gene_id={gene_id_1})*
|
116 |
|
117 |
#### Gene 2:
|
118 |
+
* *Gene ID*: [{gene_id_2}](https://toxodb.org/toxo/app/record/gene/{gene_id_2})
|
119 |
{'* *Gene Name*:' + gene_name_2 if gene_name_2 is not None else ''}
|
120 |
* *Description*: {description_2}
|
121 |
* *Top [Co-Expressed Partners](https://huggingface.co/spaces/maomlab/ToxoCEN-TopHits?gene_id={gene_id_2})*
|