pep_mutate: Mutate residues along peptide positions

Description Usage Arguments Value Examples

Description

Mutate residues along peptide positions

Usage

1
pep_mutate(pep, pos, res, keep_wt = FALSE)

Arguments

pep

A string representing a peptide

pos

Which position(s) to mutate

res

Which amino acid(s) to mutate to

keep_wildtype

Boolean should pep be included in the output

Value

A character vector with number of elements corresponding to the number of peptides required to cover all mutations

Examples

1
pep_mutate(pep = "RQGQDHPTM", pos = seq(1,9), res = AMINOACIDS$one)

leonjessen/PepTools documentation built on May 29, 2019, 3:40 a.m.