| plot_hydrophobicity | R Documentation |
Generates a sliding window plot of protein hydrophobicity using the Kyte-Doolittle scale.
plot_hydrophobicity(s, window = 9)
s |
A character string containing the protein sequence |
window |
Integer window size (default: 9) |
A ggplot object
prot <- "MKFLVLALAL"
plot_hydrophobicity(prot, window = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.