GetLE | R Documentation |
Generate a list of LE genes to be prioritized
GetLE(
cor.list,
target.mat,
miR,
direction = c("Negative", "Positive"),
alpha = 1,
with.weight = TRUE
)
cor.list |
A list of correlation matrices with miRNA on columns and mRNA on rows |
target.mat |
A binary matrix indicating target with miRNA on columns and mRNA on rows |
miR |
miRNA to plot |
direction |
A character string specifying the direction of enrichment, must be "Negative", "Positive" or "Both" |
alpha |
Weight for running AD/KS test. Default is 1 |
with.weight |
Logic of whether to return weights as well |
An list of leading edge genes for each group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.