plot_suppa | R Documentation |
This should take either a dataframe or filename for the psi data from suppa, along with the same for the average log tpm data (acquired from suppa diffSplice with –save_tpm_events)
plot_suppa(
file_prefix,
file_list = NULL,
type = "type",
annot = NULL,
annot_column = NULL,
sig_threshold = 0.05,
label_type = NULL,
alpha = 0.3,
numerator = "infected",
denominator = "uninfected"
)
file_prefix |
Directory containing the various requisite input files. |
file_list |
Vector of filenames. |
type |
Either transcript or 'type' referring to the type of DPSI analysis performed. |
annot |
Dataframe of annotations. |
annot_column |
Column in annot with the IDs to cross reference against. |
sig_threshold |
Use this significance threshold. |
label_type |
Choose a type of event to label. |
alpha |
How see-through should the points be in the plot? |
numerator |
Name of the desired comparison's numerator. |
denominator |
Name of the desired comparison's denominator. |
List containing the plot and some of the requisite data.
[plot_rmats()]
## Not run:
suppa_plot <- plot_suppa(dpsi_file, tmp_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.