Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -591,7 +591,7 @@ if query:
|
|
591 |
# st.caption("Gene information provided by GeneCards: https://www.genecards.org//")
|
592 |
st.caption(
|
593 |
"Human gene designation and database provided by HUGO Gene Nomenclature Committee (HGNC): https://www.genenames.org/")
|
594 |
-
st.caption("Gene designation add in exceptions [p21, p53, her2, her3]")
|
595 |
st.caption("Gene information provided by GeneCards: https://www.genecards.org//")
|
596 |
st.caption(
|
597 |
"In some cases genes may represent abbreviations of words and not genes, use pubmed link to confirm output is a gene")
|
|
|
591 |
# st.caption("Gene information provided by GeneCards: https://www.genecards.org//")
|
592 |
st.caption(
|
593 |
"Human gene designation and database provided by HUGO Gene Nomenclature Committee (HGNC): https://www.genenames.org/")
|
594 |
+
st.caption("Gene designation add in exceptions [p14, p16, p21, p27, p53, p63, p73, her2, her3, , her4, caspase family]")
|
595 |
st.caption("Gene information provided by GeneCards: https://www.genecards.org//")
|
596 |
st.caption(
|
597 |
"In some cases genes may represent abbreviations of words and not genes, use pubmed link to confirm output is a gene")
|