Skip to content

Commit

Permalink
Merge pull request #36 from liuzan-info/p2a
Browse files Browse the repository at this point in the history
add citation
  • Loading branch information
liuzan-info authored Apr 10, 2024
2 parents de535cb + 7b26fcd commit 1b052a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div align="center">
<img src="www/logo.svg" width="200"/>
<div>&nbsp;</div>
<b>An Ensemble Bioinformatic Platform to Empower One-stop Interactive Analysis of Quantitative Phosphoproteomics.</b>
<b>An Ensemble Bioinformatic Platform to Empower Interactive Analysis of Quantitative Phosphoproteomics.</b>
<div>&nbsp;</div>

[![Docker Image CI](https://github.com/liuzan-info/PhosMap/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/liuzan-info/PhosMap/actions/workflows/docker-image.yml)
Expand Down Expand Up @@ -242,7 +242,14 @@ Please feel free to submit a pull request, and we will respond promptly to revie
<p id="citation"></p>

## Citation
If you find this project useful in your research, please consider cite:
```
Forthcoming...
```
<b>If you find this project useful in your research, please consider cite:</b>

Mengsha Tong, Zan Liu, Jiaao Li, Xin Wei, Wenhao Shi, Chenyu Liang, Chunyu Yu, Rongting Huang, Yuxiang Lin, Xinkang Wang, Shun Wang, Yi Wang, Jialiang Huang, Yini Wang, Tingting Li, Jun Qin, Dongdong Zhan, Zhi-Liang Ji,
PhosMap: An ensemble bioinformatic platform to empower interactive analysis of quantitative phosphoproteomics,
Computers in Biology and Medicine,
2024,
108391,
ISSN 0010-4825,
https://doi.org/10.1016/j.compbiomed.2024.108391.
(https://www.sciencedirect.com/science/article/pii/S001048252400475X)

2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -3327,7 +3327,7 @@ server<-shinyServer(function(input, output, session){
output$usermaxnoproresult2 <- renderDataTable(summarydf_view)
output$usermaxdropproresult2 <- renderDataTable(summarydf_view)

write.csv(summarydf_view, paste0(maxuserpreloc, "PreNormImputeSummary.csv"), row.names = F)
write.csv(summarydf_view, paste0(maxuserpreloc, "PreNormImputeSummary_v.csv"), row.names = F)
write.csv(summarydf, paste0(maxuserpreloc, "PreNormImputeSummary.csv"))

updateTabsetPanel(session, "usermaxresultnav", selected = "usermaxstep2val")
Expand Down

0 comments on commit 1b052a1

Please sign in to comment.