ProteinAxisTrack {Pviz} | R Documentation |
A track to display an axis for protein or peptide sequences
ProteinAxisTrack(range = NULL, name = "Axis", addNC = FALSE, id = NULL, ...)
range,name,id,... |
Arguments to be passed to |
addNC |
A |
Renan Sauteraud
# Object construction paxTrack <- ProteinAxisTrack() pax2 <- ProteinAxisTrack(addNC=TRUE) pax3 <- ProteinAxisTrack(littleTicks=TRUE) # Plotting plotTracks(c(paxTrack,pax2,pax3), from=1, to=100)