ropensci / software-review

rOpenSci Software Peer Review.
292 stars 104 forks source link

prozor #240

Closed wolski closed 6 years ago

wolski commented 6 years ago

Summary

This package is used at our core facility to generate FASTA sequence databases from smaller fasta files. It also is used to compute false discovery rates for mass spectrometric search results on PSM, peptide and protein level. It also is used for teaching. Using this package protein inference in bottom-up proteomics can be performed.

Package: prozor
Type: Package
Title: Minimal Protein Set Explaining Peptide Spectrum Matches
Version: 0.2.10
Author: Witold Wolski
Maintainer: Witold Wolski <wewolski@gmail.com>
Description: Determine minimal protein set explaining
    peptide spectrum matches. Utility functions for creating fasta amino acid databases with decoys and contaminants.
    Peptide false discovery rate estimation for search results on psm, precursor, peptide and protein
    level.
License: GPL-3
LazyData: TRUE
Imports:
    AhoCorasickTrie,
    Matrix,
    doParallel,
    foreach,
    plyr,
    readr,
    seqinr,
    stringr,
    dplyr
URL: https://github.com/protviz/prozor
BugReports: https://github.com/protviz/prozor/issues
Repository: CRAN
RoxygenNote: 6.0.1
Suggests: knitr,
    rmarkdown
VignetteBuilder: knitr

https://github.com/protViz/prozor

data munging, reproducibility

mass spectrometry proteomics

Requirements

Confirm each of the following by checking the box. This package:

Publication options

Detail

maelle commented 6 years ago

Thanks for your submission @wolski, we're discussing scope.

Regarding data munging could you answer the "Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?" question in the template. I see packages reading FASTA files including one on Bioconductor.

Could you also clarify the reproducibility part as well? Including potential overlap with other packages if relevant.

Thanks.

maelle commented 6 years ago

:wave: @wolski could you please answer the questions above?

maelle commented 6 years ago

Closing this since there was no response in 2 months.