Skip to content

Commit 1b052a1

Browse files
authored
Merge pull request #36 from liuzan-info/p2a
add citation
2 parents de535cb + 7b26fcd commit 1b052a1

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div align="center">
33
<img src="www/logo.svg" width="200"/>
44
<div>&nbsp;</div>
5-
<b>An Ensemble Bioinformatic Platform to Empower One-stop Interactive Analysis of Quantitative Phosphoproteomics.</b>
5+
<b>An Ensemble Bioinformatic Platform to Empower Interactive Analysis of Quantitative Phosphoproteomics.</b>
66
<div>&nbsp;</div>
77

88
[![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)
@@ -242,7 +242,14 @@ Please feel free to submit a pull request, and we will respond promptly to revie
242242
<p id="citation"></p>
243243

244244
## Citation
245-
If you find this project useful in your research, please consider cite:
246-
```
247-
Forthcoming...
248-
```
245+
<b>If you find this project useful in your research, please consider cite:</b>
246+
247+
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,
248+
PhosMap: An ensemble bioinformatic platform to empower interactive analysis of quantitative phosphoproteomics,
249+
Computers in Biology and Medicine,
250+
2024,
251+
108391,
252+
ISSN 0010-4825,
253+
https://doi.org/10.1016/j.compbiomed.2024.108391.
254+
(https://www.sciencedirect.com/science/article/pii/S001048252400475X)
255+

server.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3327,7 +3327,7 @@ server<-shinyServer(function(input, output, session){
33273327
output$usermaxnoproresult2 <- renderDataTable(summarydf_view)
33283328
output$usermaxdropproresult2 <- renderDataTable(summarydf_view)
33293329

3330-
write.csv(summarydf_view, paste0(maxuserpreloc, "PreNormImputeSummary.csv"), row.names = F)
3330+
write.csv(summarydf_view, paste0(maxuserpreloc, "PreNormImputeSummary_v.csv"), row.names = F)
33313331
write.csv(summarydf, paste0(maxuserpreloc, "PreNormImputeSummary.csv"))
33323332

33333333
updateTabsetPanel(session, "usermaxresultnav", selected = "usermaxstep2val")

0 commit comments

Comments
 (0)