Skip to content

Commit

Permalink
Update 8_Cell_line_selector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mighg authored Jul 9, 2024
1 parent 7b4b29b commit eeee62c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/8_Cell_line_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@
b64 = base64.b64encode(table.encode()).decode()
href = f'<a href="data:file/csv;base64,{b64}" download="table.csv">Download CSV File</a>'
st.markdown(href, unsafe_allow_html=True)
st.header('Cite us')
st.markdown('Please kindly cite us if you used this tool for your research: __Miguel Hernandez-Gamarra, Alba Salgado-Roo, Eduardo Dominguez, Elena María Goiricelaya Seco, Sara Veiga-Rúa, Lucía F Pedrera-Garbayo, Ángel Carracedo, Catarina Allegue, CARTAR: a comprehensive web tool for identifying potential targets in chimeric antigen receptor therapies using TCGA and GTEx data, Briefings in Bioinformatics, Volume 25, Issue 4, July 2024, bbae326, https://doi.org/10.1093/bib/bbae326.__')

else:
if expression == 'Underexpression':
Expand Down

0 comments on commit eeee62c

Please sign in to comment.