create_random_peptides: Create a random peptide

View source: R/create_random_polypeptides.R

create_random_peptidesR Documentation

Create a random peptide

Description

Create a random peptide

Usage

create_random_peptides(n_peptides, peptide_length)

Arguments

n_peptides

number of peptides

peptide_length

length of the peptide in amino acids

Author(s)

Richèl J.C. Bilderbeek

Examples

create_random_peptides(
  n_peptides = 2,
  peptide_length = 9
)

richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.