https://github.com/compomics/search-all-assess-subset

An implementation of the Search All, Asses Subset strategy for FDR estimation in shotgun proteomics.

https://github.com/compomics/search-all-assess-subset

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

An implementation of the Search All, Asses Subset strategy for FDR estimation in shotgun proteomics.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Archived
Created over 9 years ago · Last pushed over 8 years ago

https://github.com/CompOmics/search-all-assess-subset/blob/master/

# search-all-assess-subset
An implementation of the Search All, Asses Subset strategy for FDR estimation in shotgun proteomics.


The search-all-assess-subset FDR procedure has been published in [Sticker et al. Nature Methods 14, 643644 (2017) doi:10.1038/nmeth.4338](https://doi.org/10.1038/nmeth.4338)
>Mass spectrometrists should search for all peptides, but assess only the ones they care about
>(Adriaan Sticker, Lennart Martens, Lieven Clement) Please include this reference if you use search-all-assess-subset FDR procedure as part of a publication. A user-friendly GUI version of saas is hosted [here](http://iomics.ugent.be/saas/). More information on the FDR estimation procedure for subsets and the usage of the SAAS package can be found in the [vignette](https://compomics.github.io/search-all-assess-subset/articles/saas.html) ## Installation You first need to install the [devtools](https://cran.r-project.org/package=devtools) package. ```r install.packages("devtools") ``` Then install saas using the `install_github` function in the [devtools](https://cran.r-project.org/package=devtools) package. ```r library(devtools) install_github("compomics/search-all-assess-subset") ``` ## Running the saas GUI When saas is installed, you can easily launch the GUI from R. By default, you can see the GUI by visiting [http://127.0.0.1:3320](http://127.0.0.1:3320) ```r library(saas) saas_gui() ``` Or if you want to run saas immediately from the terminal. ```r R -e "library(saas);saas_gui()" ```

Owner

  • Name: Computational Omics and Systems Biology Group
  • Login: CompOmics
  • Kind: organization
  • Email: compomics.list@gmail.com

The CompOmics group, headed by Prof. Dr. Lennart Martens, specializes in the management, analysis and integration of high-throughput Omics data.

GitHub Events

Total
Last Year