Learn R Programming

Pviz (version 1.6.2)

ProteinAxisTrack: ProteinAxisTrack

Description

A track to display an axis for protein or peptide sequences

Usage

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.

See Also

GenomeAxisTrack

Examples

Run this code
# Object construction
paxTrack <- ProteinAxisTrack()
pax2 <- ProteinAxisTrack(addNC=TRUE)
pax3 <- ProteinAxisTrack(littleTicks=TRUE)
# Plotting
plotTracks(c(paxTrack,pax2,pax3), from=1, to=100)

Run the code above in your browser using DataLab