Thanks to visit codestin.com
Credit goes to github.com

Skip to content

peptools: An R-package for working with peptide data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

immunomicslab/peptools

Repository files navigation

peptools

This is a work in progress…!

Installation

You can install the development version of peptools from GitHub with:

# install.packages("devtools")
devtools::install_github("immunomicslab/peptools")

Example

  • First we load the library
library(peptools)
  • Then, we can use pep_ran() to generate 10 random 9-mers
pep_ran(n = 10, k = 9)
#>  [1] "KQKWIMLEL" "SRNSPYEPN" "VILWCRKMI" "MPDKDFSMR" "NEHGIICPY" "HACIHVFNY"
#>  [7] "CSEAPQFID" "MKQCACWFL" "LMPEMWNNK" "KYNLFRNTY"

About

peptools: An R-package for working with peptide data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages