Description Usage Arguments Author(s) See Also Examples
A track to display an axis for protein or peptide sequences
1 2 |
range,name,id,... |
Arguments to be passed to |
addNC |
A |
Renan Sauteraud
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.