Skip to content

Drawing helical wheel plots in R, a fork of the HELIQUEST code, to debug something

Notifications You must be signed in to change notification settings

zhou-sumei/heliquest

 
 

Repository files navigation

output
html_document
keep_md toc
true
true

Helical wheel plots in R

Installation

# Until this package is on CRAN:
devtools::install_github("smsaladi/heliquest")

Examples

library(heliquest)

draw_helical_wheel("LGGLMNN")
## Loading required package: httr
## Warning in get_params(helix_seq, helix_type = helix_type): Sequence is less
## than 9 residues. Hydrophobic moment may not be a valid metric.

draw_helical_wheel("ACDEFGHIKLMNPQRSTVWY",
                   FactC = 0.05, FONT1 = 3, FONT2 = 5,
                   CEXFT = 1, CEXTEXT = 0.8,
                   FlFH = 0, ANGT = 100,
                   NBMIN = 18, NBM2 = 36, NBMAX = 54)

# Custom Angle and Hydrophobicity
draw_helical_wheel("ACDEFGHIKLMNPQRSTVWY",
                   FactC = 0.05, FONT1 = 3, FONT2 = 5,
                   CEXFT = 1, CEXTEXT = 0.8,
                   Ang = 30, Mom = 1,
                   FlFH = 0, ANGT = 100,
                   NBMIN = 18, NBM2 = 36, NBMAX = 54)

About

Drawing helical wheel plots in R, a fork of the HELIQUEST code, to debug something

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%