https://github.com/aspirincode/peptools2
https://github.com/aspirincode/peptools2
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspirincode/peptools2
- Owner: AspirinCode
- License: gpl-3.0
- Created: 2019-01-18T08:16:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T07:29:36.000Z (about 7 years ago)
- Last Synced: 2025-01-29T07:30:33.527Z (about 1 year ago)
- Language: R
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
title: "PepTools2 - An R-package for working with peptide data"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# PepTools
The aim of this package is to supply a set of tools, which will ease working with peptide data
## Getting started
We can install `PepTools2` like so:
```{r eval=FALSE}
install.packages("devtools")
devtools::install_github("leonjessen/PepTools2")
```
Once the package has been installed, we can simply load it like so:
```{r load_libraries, message=FALSE}
library("PepTools2")
```
## Package usage
More to come...