Description Usage Arguments Value Examples
Plots relative log-fold changes by junctions for the specified gene and highlights the significantly spliced junctions. This is a wrapper function of limma plotSplice.
1 2 3 4 5 6 7 8 9 10 11 |
analize.out |
output object from DJEanalyze() |
geneID |
gene name for which plot is generated |
gtf |
Reference transcriptome in genecode gtf file format. Used to define gene coordinates |
target.junction |
Junction IDs to highlight within gene model plot. Maximum 5 junctions. |
genecolname |
column name of fit$genes containing gene IDs. Defaults to fit$genecolname |
rank |
integer, if geneid=NULL then this ranked gene will be plotted |
logFC |
numeric: log2-fold-change value cutoff in junction usage to define significance in plot |
meanExp |
numeric: mean expression value cutoff in tested condition group to define significance in plot |
FDR |
numeric: adjusted p-value cutoff in the linear model fit to define significance |
interactive highcharts plot showing relative logFC across junctions in target gene
1 2 | data(DJEanlz)
iPlot.out <- DJEplotSplice(DJEanlz, geneID="ENAH", logFC = 0.8, FDR = 0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.