Learn R Programming

edgeR (version 3.8.6)

plotSpliceDGE: Plot exons on differentially spliced gene

Description

Plot exons of differentially spliced gene.

Usage

plotSpliceDGE(lrt, geneid=NULL, rank=1L, FDR = 0.05)

Arguments

lrt
GLMLRT object produced by diffSpliceDGE.
geneid
character string, ID of the gene to plot.
rank
integer, if geneid=NULL then this ranked gene will be plotted.
FDR
numeric, mark exons with false discovery rate less than this cutoff.

Value

Details

Plots interaction log-fold-change by exon for the specified gene.

See Also

diffSpliceDGE