plot_rmats | R Documentation |
This should take either a dataframe or filename for the psi data from rMATS. This was mostly copy/pasted from plot_suppa().
plot_rmats(
se = NULL,
a5ss = NULL,
a3ss = NULL,
mxe = NULL,
ri = NULL,
sig_threshold = 0.05,
dpsi_threshold = 0.7,
label_type = NULL,
alpha = 0.7
)
se |
Table of skipped exon data from rmats. |
a5ss |
Table of alternate 5p exons. |
a3ss |
Table of alternate 3p exons. |
mxe |
Table of alternate exons. |
ri |
Table of retained introns. |
sig_threshold |
Use this significance threshold. |
dpsi_threshold |
Use a delta threshold. |
label_type |
Choose a type of event to label. |
alpha |
How see-through should the points be in the plot? |
List containing the plot and some of the requisite data.
[plot_supps()]
## Not run:
rmats_plot <- plot_rmats(se_table, a5_table, a3_table)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.