plotTopGenes | R Documentation |
plotTopGenes
plotTopGenes(se, n = 10, FDR = 0.05, diffUTR = FALSE, alpha = 1, ...)
se |
A bin-wise SummarizedExperiment as produced by
|
n |
The maximum number of genes for which to plot labels |
FDR |
The FDR threshold above which to plot labels |
diffUTR |
Logical; if FALSE, uses absolute coefficients (appropriate for normal differential exon usage); if TRUE, uses non-absolute (ie changes should be in the same direction across significant bins) and width-weighted scores (i.e. larger bins have more weight) – this is relevant only when testing UTR usage. |
alpha |
Points transparency |
... |
Passed to geom_label_repel; this can for instance be used to increase 'max.overlaps' when not all desired gene labels are displayed) |
A ggplot
data(example_bin_se)
se <- diffSpliceWrapper(example_bin_se, ~condition)
plotTopGenes(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.