exonPlot {exomePeak2} | R Documentation |
plot the distribution for the length of the overlapped exons.
exonPlot(gfeatures, txdb, save_pdf_prefix = NULL, save_dir = ".")
gfeatures |
a list of GRanges or GRangesList. |
txdb |
a txdb object. |
save_pdf_prefix |
provided to save a pdf file. |
save_dir |
a character indicating the directory to save the plot; default ".". |
a plot for the exons length distribution.