An open API service indexing awesome lists of open source software.

https://github.com/sgibb/detectability

Detectability of Peptides in Mass Spectrometry Experiments
https://github.com/sgibb/detectability

Last synced: about 2 months ago
JSON representation

Detectability of Peptides in Mass Spectrometry Experiments

Awesome Lists containing this project

README

        

# Detectability

[![Project Status: Concept - Minimal or no implementation has been done yet.](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)
[![build status](https://travis-ci.org/sgibb/detectability.svg?branch=master)](https://travis-ci.org/sgibb/detectability)
[![codecov.io](http://codecov.io/github/sgibb/detectability/coverage.svg?branch=master)](http://codecov.io/github/sgibb/detectability?branch=master)
[![license](http://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)

## Contact

You are welcome to:

* submit suggestions and bug-reports at:
* send a pull request on:
* compose an e-mail to:

## Install development version (not recommended)

[GitHub](https://github.com) is not directly supported by the basic
`install.packages` command. You could use the
[devtools](https://cran.r-project.org/package=devtools) package
to install the development version of `detectability`.

```r
install.packages("devtools")
library("devtools")
install_github("sgibb/detectability")
```