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
- Host: GitHub
- URL: https://github.com/sgibb/detectability
- Owner: sgibb
- Created: 2016-12-07T17:29:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T16:38:26.000Z (over 8 years ago)
- Last Synced: 2025-02-14T12:40:50.718Z (3 months ago)
- Language: R
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# Detectability
[](http://www.repostatus.org/#concept)
[](https://travis-ci.org/sgibb/detectability)
[](http://codecov.io/github/sgibb/detectability?branch=master)
[](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")
```