einprot

einprot: flexible, easy-to-use, reproducible workflows for statistical analysis of quantitative proteomics data - Published in JOSS (2023)

https://github.com/fmicompbio/einprot

Science Score: 93.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README and JOSS metadata
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software
Last synced: 6 months ago · JSON representation

Repository

Proteomics analysis workflows

Basic Info
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 1
  • Open Issues: 3
  • Releases: 5
Created over 4 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.md

einprot


einprot


R-CMD-check Codecov.io coverage status <!-- badges: end -->

The einprot package contains a set of workflows for statistical analysis of quantitative proteomics data processed with MaxQuant (LFQ), FragPipe (LFQ) or Proteome Discoverer (TMT-labelled).

Installation

You can install the development version of einprot from GitHub, e.g. using BiocManager:

r install.packages("BiocManager") BiocManager::install("fmicompbio/einprot")

Usage

For more details about how to use einprot, we refer to the vignette.

A collection of example reports generated by applying einprot to a variety of public data sets is available here.

Citation

If you are using einprot, please cite

Soneson C, Iesmantavicius V, Hess D, Stadler MB, Seebacher J (2023). einprot: flexible, easy-to-use, reproducible workflows for statistical analysis of quantitative proteomics data. Journal of Open Source Software, 8(89), 5750.

Need help?

If you run into problems when using einprot, please first check whether the answer is available in the help pages for the individual functions or in the vignette. If not, please open an issue and explain your problem. Try to provide a reproducible example, and always include the code you used, that will make it much easier for us to help.

Contributions

If you would like to contribute to einprot, you can do so by sending a pull request to this repository. If the contribution involves changes in the functionality provided by einprot, we encourage you to first open an issue to discuss the intended contribution.

Owner

  • Login: fmicompbio
  • Kind: user

JOSS Publication

einprot: flexible, easy-to-use, reproducible workflows for statistical analysis of quantitative proteomics data
Published
September 11, 2023
Volume 8, Issue 89, Page 5750
Authors
Charlotte Soneson ORCID
Friedrich Miescher Institute for Biomedical Research, Basel, Switzerland, SIB Swiss Institute of Bioinformatics, Basel, Switzerland
Vytautas Iesmantavicius ORCID
Friedrich Miescher Institute for Biomedical Research, Basel, Switzerland
Daniel Hess ORCID
Friedrich Miescher Institute for Biomedical Research, Basel, Switzerland
Michael B. Stadler ORCID
Friedrich Miescher Institute for Biomedical Research, Basel, Switzerland, SIB Swiss Institute of Bioinformatics, Basel, Switzerland, University of Basel, Switzerland
Jan Seebacher ORCID
Friedrich Miescher Institute for Biomedical Research, Basel, Switzerland
Editor
Frederick Boehm ORCID
Tags
proteomics

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 17
  • Pull request event: 2
  • Fork event: 1
Last Year
  • Issues event: 2
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 17
  • Pull request event: 2
  • Fork event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 887
  • Total Committers: 1
  • Avg Commits per committer: 887.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 39
  • Committers: 1
  • Avg Commits per committer: 39.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Charlotte Soneson c****n@g****m 887

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 13
  • Total pull requests: 12
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 15 hours
  • Total issue authors: 6
  • Total pull request authors: 1
  • Average comments per issue: 4.92
  • Average comments per pull request: 0.42
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 0
  • Average time to close issues: 12 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • skiaphrene (6)
  • tobiasko (3)
  • vcoyne1 (1)
  • liorlobel (1)
  • AnthonyOfSeattle (1)
  • ByrumLab (1)
Pull Request Authors
  • csoneson (15)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 4.0 depends
  • BiocSingular * imports
  • ComplexHeatmap * imports
  • ComplexUpset * imports
  • DT * imports
  • ExploreModelMatrix * imports
  • GSEABase * imports
  • IRanges * imports
  • MsCoreUtils * imports
  • QFeatures * imports
  • S4Vectors * imports
  • STRINGdb * imports
  • SingleCellExperiment * imports
  • SummarizedExperiment * imports
  • XML * imports
  • babelgene * imports
  • circlize * imports
  • cowplot * imports
  • dplyr * imports
  • genefilter * imports
  • ggiraph * imports
  • ggplot2 * imports
  • ggrepel * imports
  • grDevices * imports
  • htmltools * imports
  • iSEE * imports
  • iSEEu * imports
  • imputeLCMD * imports
  • kableExtra * imports
  • knitr * imports
  • limma * imports
  • mclust * imports
  • methods * imports
  • msigdbr * imports
  • plotly * imports
  • readr * imports
  • rlang * imports
  • rmarkdown * imports
  • rrcovNA * imports
  • scales * imports
  • scater * imports
  • stats * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • utils * imports
  • vsn * imports
  • xfun * imports
  • xml2 * imports
  • BiocManager * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • grimbough/bioc-actions/build-install-check v1 composite
  • grimbough/bioc-actions/setup-bioc v1 composite
  • r-lib/actions/setup-pandoc master composite