Determine minimal Protein set given list of peptide protein mappings and various weighting functions
R
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
R
data
inst
man
.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
NAMESPACE
README.md
prozor.Rproj

README.md

Build Status Project Stats CRAN_Status_Badge

prozor

Determine minimal Protein set given list of peptide protein mappings. Various weights can be assigned to peptides (i.e. inverse peptide frequencies). Generate reverse decoy sequences

How to install:

For CRAN version (not the newest). Please use the github version.

install.packages("prozor")

This is how you install the github version.

install.packages("devtools")
library(devtools)
install_github("protviz/prozor")

for Developers

downlod git repo. Use roxygenize2 to document new functions. Than run these 2 commands to update namespace and Rd files:

library(prozor)
document()