https://github.com/heike/peptider
Raw File
Tip revision: 13cdd69ad9fc6dbc3079e48466af28d31ccd886c authored by Eric Hare on 28 June 2016, 11:48:59 UTC
Clean nasty files
Tip revision: 13cdd69
README.md
peptider
========

[![CRAN Status](http://www.r-pkg.org/badges/version/peptider)](http://cran.r-project.org/package=peptider)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/peptider)](http://www.r-pkg.org/pkg/peptider)

R package for working with peptide libraries. It can be installed the usual way:

    install.packages("peptider")
  
The development version, available from CRAN, can be installed using **devtools**:

    devtools::install_github("heike/peptider")
back to top