make_peptides | R Documentation |
Get possible peptide designs across different lengths and overlaps.
make_peptides(sequence, lengths = 15:20, min_overlap = 2, min_shift = 1)
sequence |
string with amino acid sequence to make peptides from, see Examples for how to use with the Clipboard. |
lengths |
number of amino acids per peptide, can be a vector of lenghts. |
min_overlap |
the shortest allowed overlap between peptides |
min_shift |
the shortest allowed shift between peptides |
A list with one element per design
## The input sequence can easily be copied from wherever, like Excel, LIMS etc and used directly in the function: ## on PC make_peptides(readClipboard()) ## on MAC make_peptides(t(read.table(pipe("pbpaste"), stringsAsFactors = FALSE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.