Run_diffreg | R Documentation |
Given a list of correlation matrcies, return the SpQN normalized matrices
Run_diffreg(
cor.list,
target.mat,
min.target.number = 5,
direction = "Negative",
alpha = 1
)
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 |
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.