Skip to content

Commit

Permalink
Merge pull request #26 from liuzan-info/p2a
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
liuzan-info authored Dec 13, 2023
2 parents 718aff3 + 4baefeb commit e86c402
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@

## Brief Description

PhosMap emerges as an all-encompassing bioinformatic framework meticulously architected to bestow researchers with a harmonious and interactive data analysis experience within the domain of MS-based phosphoproteomics. Its core essence revolves around catering to label-free phosphoproteomics data procured through data-dependent acquisition (DDA) mass spectrometry. Notably, PhosMap seamlessly accommodates preprocessed data originating from either Mascot integrated in Firmiana or Andromeda derived from MaxQuant. Serving as a versatile and user-friendly platform, PhosMap extends its prowess through a trifecta of deployment options: a web server, a local graphical interface, and an R package. For users without bioinformatics skills, the web server is suitable for analyzing small data volumes. When dealing with larger data volumes, it is recommended to utilize the local graphical interface of PhosMap. Meanwhile, for users with programming skills, the locally installed graphical interface allows for convenient customization and expansion. Moreover, the PhosMap R package offers a highly flexible platform for advanced analysis.
PhosMap emerges as an all-encompassing bioinformatic framework meticulously architected to bestow researchers with a harmonious and interactive data analysis experience within the domain of MS-based phosphoproteomics.

PhosMap is capable to handle both label-free and label-based phosphoproteomics. Moreover, PhosMap supports both the DDA- or DIA-MS phosphoproteomics data preprocessed by various types of commonly used softwares, including MaxQuant, Firmiana, Spectronaut and DIA-NN.

Notably, PhosMap seamlessly accommodates preprocessed data originating from either Mascot integrated in Firmiana or Andromeda derived from MaxQuant. Serving as a versatile and user-friendly platform, PhosMap extends its prowess through a trifecta of deployment options: a web server, a local graphical interface, and an R package. For users without bioinformatics skills, the web server is suitable for analyzing small data volumes. When dealing with larger data volumes, it is recommended to utilize the local graphical interface of PhosMap. Meanwhile, for users with programming skills, the locally installed graphical interface allows for convenient customization and expansion. Moreover, the PhosMap R package offers a highly flexible platform for advanced analysis.


The PhosMap web server can be accessed at the following URL: https://huggingface.co/spaces/Bio-Add/PhosMap.
Expand Down Expand Up @@ -107,9 +111,8 @@ This tool is developed with R, so if you want to run it locally, you may do some
install_github('evocellnet/ksea')
install_github('ecnuzdd/PhosMap')
remove.packages('uwot')
remove.packages('Matrix')
devtools::install_version('uwot', version='0.1.14')
install_version('Matrix', version='1.5-3')
```
- [6] **click "Run App".** View the file ui.R, then just click button "Run App", Phosmap will start.

Expand Down

0 comments on commit e86c402

Please sign in to comment.