draw_helical_wheel: Draw a helical wheel diagram

Description Usage Arguments Examples

View source: R/heliquest.R

Description

This function allows you to draw a helical wheel diagram given the sequence and various optional parameters

Usage

1
2
3
4
draw_helical_wheel(helix_seq, Ang, Mom, helix_type = "alpha", FactC = 0.05,
  FONT1 = 3, FONT2 = 5, CEXFT = 1, CEXTEXT = 0.8, FlFH = 0,
  ANGT = 100, NBMIN = 18, NBM2 = 36, NBMAX = 54, circle_size = 3,
  tail = circle_size, ...)

Arguments

helix_seq

The sequence for which to draw a helical wheel plot

Ang

The angle by which to rotate the raw plot by

Mom

The hydrophobic moment of the helix

helix_type

The type of helix

window_size

The window over which to calculate Ang and Mom

Examples

1
draw_helical_wheel('ACDEFGHIKLMNPQRSTVWY')

smsaladi/heliquest documentation built on May 5, 2019, 4:51 p.m.