Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgibb/topdownr
R-package for the analysis of Thermo Orbitrap Fusion Top-Down Proteomic Data.
https://github.com/sgibb/topdownr
mass-spectrometry proteomics r topdown
Last synced: about 2 months ago
JSON representation
R-package for the analysis of Thermo Orbitrap Fusion Top-Down Proteomic Data.
- Host: GitHub
- URL: https://github.com/sgibb/topdownr
- Owner: sgibb
- License: gpl-3.0
- Created: 2016-04-13T18:04:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T21:45:02.000Z (11 months ago)
- Last Synced: 2024-09-14T05:40:54.340Z (3 months ago)
- Topics: mass-spectrometry, proteomics, r, topdown
- Language: R
- Homepage: https://sgibb.github.io/topdownr/
- Size: 10.6 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# topdownr
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![build status](https://github.com/sgibb/topdownr/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/sgibb/topdownr/actions)
[![codecov.io](https://img.shields.io/codecov/c/github/sgibb/topdownr.svg?branch=master)](https://codecov.io/github/sgibb/topdownr/?branch=master)
[![license](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)[![years in bioc](https://bioconductor.org/shields/years-in-bioc/topdownr.svg)](https://bioconductor.org/packages/release/bioc/html/topdownr.html)
[![bioc downloads](https://bioconductor.org/shields/downloads/topdownr.svg)](https://bioconductor.org/packages/stats/bioc/topdownr/)
Release: [![build release](https://bioconductor.org/shields/build/release/bioc/topdownr.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/topdownr/)
Devel: [![build devel](https://bioconductor.org/shields/build/devel/bioc/topdownr.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/topdownr/)## Installation
```r
if (!require("BiocManager"))
install.packages("BiocManager")
BiocManager::install("topdownr")
```If you want to install the development version from github
(not recommended unless you know what you are doing):```r
if (!require("BiocManager"))
install.packages("BiocManager")
BiocManager::install("sgibb/topdownr")
```## Documentation
To get started:
```r
?"topdownr-package"
vignette("data-generation", package="topdownr")
vignette("analysis", package="topdownr")
```Development documentation: https://sgibb.github.io/topdownr/
## Questions
General questions should be asked on
the [Bioconductor support forum](https://support.bioconductor.org/),
using `topdownr` to tag the question. Feel also free to open a
GitHub [issue](https://github.com/sgibb/topdownr/issues), in
particular for bug reports.## Contribution
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Support
See [SUPPORT.md](SUPPORT.md).