exonPlot {exomePeak2}R Documentation

plot the distribution for the length of the overlapped exons.

Description

plot the distribution for the length of the overlapped exons.

Usage

exonPlot(gfeatures, txdb, save_pdf_prefix = NULL, save_dir = ".")

Arguments

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 ".".

Value

a plot for the exons length distribution.


[Package exomePeak2 version 1.6.1 Index]