.diffreg_ks | R Documentation |
Run two-group differential enrichment using KS test #'
.diffreg_ks(
target.mat,
cor.list,
min.target.number = 5,
direction = "Negative",
alpha = NULL
)
target.mat |
A binary matrix indicating target with miRNA on columns and mRNA on rows |
cor.list |
A list of correlation matrices with miRNA on columns and mRNA on rows |
min.target.number |
A integer indicating minimum number of targets requried for doing diffreg |
direction |
A character string specifying the direction of enrichment, must be "Negative" or "Positive" |
alpha |
Weight for running AD/KS test |
A data frame with ES and test results for each miRNA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.