Learn R Programming

Pviz (version 1.6.2)

CladeTrack: 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.

See Also

DTrack

Examples

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

Run the code above in your browser using DataLab