tx_plot_staEndCov | R Documentation |
Transcript coverage plot highlighting read-starts and read-ends counts
tx_plot_staEndCov(
DT,
gene,
txRange = 1:nrow(DT),
removeCov = FALSE,
show_yLabels = TRUE,
bar_border = TRUE,
showLegend = TRUE
)
DT |
data.table. A table as output by the |
gene |
character. Name of the gene in DT which wants to be plotted. |
txRange |
integer. Range in data to be used, 'txcoor' column is used to delimit this range in the data.table. |
removeCov |
logical. If set to TRUE remove coverage counts. |
show_yLabels |
logical. If set to FALSE hides the y axis labels. |
bar_border |
logical. If set to FALSE removes the border of the bars. |
showLegend |
logical. If set to FALSE does not renger a legend. |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.