CladeTrack: CladeTrack

Description Usage Arguments Slots Author(s) See Also Examples

View source: R/pepStat_plots.R

Description

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

Usage

1
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

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

Pviz documentation built on Nov. 8, 2020, 8:12 p.m.