Plot_enrichment | R Documentation |
Do post-hoc pair-wise ks tests for the significant diff-reg miRNAs
Plot_enrichment(
cor.list,
miR,
target.mat = NULL,
target.set = NULL,
direction = "Negative",
pal = NULL,
alpha = NULL
)
cor.list |
A list of correlation matrices with miRNA on columns and mRNA on rows |
miR |
miRNA to plot |
target.mat |
A binary matrix indicating target with miRNA on columns and mRNA on rows |
target.set |
A vector of targets for plotting |
direction |
A character string specifying the direction of enrichment, must be "Negative" or "Positive" |
pal |
Pallette to use; default will be used if NULL |
alpha |
Weight for running AD/KS test |
An enrichment plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.