ProteinAxisTrack: ProteinAxisTrack

Description Usage Arguments Author(s) See Also Examples

View source: R/AllClasses.R

Description

A track to display an axis for protein or peptide sequences

Usage

1
2
ProteinAxisTrack(range = NULL, name = "Axis", addNC = FALSE, id = NULL,
  ...)

Arguments

range,name,id,...

Arguments to be passed to GenomeAxisTrack.

addNC

A logical. If TRUE, display the Amino-terminal and Carboxyl-terminal ends on the axis.

Author(s)

Renan Sauteraud

See Also

GenomeAxisTrack

Examples

1
2
3
4
5
6
# Object construction
paxTrack <- ProteinAxisTrack()
pax2 <- ProteinAxisTrack(addNC=TRUE)
pax3 <- ProteinAxisTrack(littleTicks=TRUE)
# Plotting
plotTracks(c(paxTrack,pax2,pax3), from=1, to=100)

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