CladeTrack {Pviz}R Documentation

CladeTrack

Description

This track can be used to display the result of pepStat analysis for a single clade. It contains DTrack.

Usage

CladeTrack(restab, clade, name = clade, ...)

Arguments

restab

A data.frame. The result of a peptide microarray analysis, as returned by pepStat's restab function.

clade

A character. The clade to plot.

name

A character. The name of the track, used in the title panel when plotting. By default, the clade name.

...

Additional argument to be passed to DataTrack. They will be treated as display parameters.

Slots

clade

A character. The clade to display.

Author(s)

Renan Sauteraud

See Also

DTrack

Examples

if(require(pepDat)){
  data(restab)
  ct <- CladeTrack(restab, clade = "M", type = "l", legend = TRUE)
  plotTracks(ct)
}

[Package Pviz version 1.27.0 Index]