Pairwise_postpoc | R Documentation |
Do post-hoc pair-wise ks tests for the significant diff-reg miRNAs
Pairwise_postpoc(
diffreg.res,
cor.list,
target.mat,
significance = c("Pval", "Perm.pval", "FDR"),
cutoff = 0.05,
alpha = NULL
)
diffreg.res |
Differential regulation results from Run_diffreg() |
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 |
significance |
A character value for type of significance threshold |
cutoff |
A numeric value for significance threshold |
alpha |
Weight for running AD/KS test |
A list with ks scores and p-values matrices for each pair-wise comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.