genophenogram.nc: Draw genophenogram plot for nucleotide sequences

View source: R/genophenogram.R

genophenogram.ncR Documentation

Draw genophenogram plot for nucleotide sequences

Description

Draws a genophenogram plot from given data

Usage

genophenogram.nc(
  wt.nc,
  pos,
  mut.nc,
  score,
  syn.med,
  stop.med,
  error = NULL,
  a = 0,
  grayBack = FALSE,
  img.width = 12,
  tracks = NULL
)

Arguments

wt.nc

wildtype amino acid sequence as a vector of single characters.

pos

vector of amino acid positions

mut.nc

vector of mutant AAs

score

vector of scores

error

vector of stderr values

a

bezier transformation intensity (with -0.5 <= a <= 0.5)

grayBack

draw a gray background for incomplete maps

img.width

optional parameter to inform the drawing function of the chosen image width, allowing it to adjust the size of the legend

tracks

an optional trackdrawer object to add structural information to the plot


jweile/mavevis documentation built on Oct. 30, 2023, 7:16 a.m.