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

https://github.com/aspirincode/peptools2


https://github.com/aspirincode/peptools2

Last synced: 12 months ago
JSON representation

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...