View source: R/create_random_peptide_with_hydrophobicity.R
create_random_peptide_with_hydrophobicity | R Documentation |
Creates a random peptide of a certain hydrophobicity
create_random_peptide_with_hydrophobicity(
peptide_length,
min_hydrophobicity,
max_hydrophobicity,
n_attempts = 1000
)
peptide_length |
length of the peptide in amino acids |
min_hydrophobicity |
the minimal hydrophobicity |
max_hydrophobicity |
the maximal hydrophobicity |
n_attempts |
number of attempts before the algorithm will stop |
Richèl J.C. Bilderbeek
create_random_peptide_with_hydrophobicity(
peptide_length = 2,
min_hydrophobicity = 1.0,
max_hydrophobicity = 1.5
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.