plotAsAnnotationTrack {Pbase} | R Documentation |
These functions convert ranges of peptides or exons to
AnnotationTrack
or GeneRegionTrack
objects from the
Gviz
package and produces the corresponding plot. The
genome
argument controls whether additional ideogram and
axis tracks are to be plotted. plotAsAnnotationTrack
plots
peptides that span multiple exons in red and connects them with a
grey line. See pmapToGenome
for example code.
plotAsAnnotationTrack(x, ..., genome = "hg38", plot = TRUE) plotAsGeneRegionTrack(..., genome = "hg38", plot = TRUE)
x |
A |
... |
One or more |
genome |
A |
plot |
A |
Used for its plotting side effects. Invisible returns a list of tracks.
Laurent Gatto