Pairwise_postpoc: Do post-hoc pair-wise ks tests for the significant diff-reg...

View source: R/diffreg.R

Pairwise_postpocR Documentation

Do post-hoc pair-wise ks tests for the significant diff-reg miRNAs

Description

Do post-hoc pair-wise ks tests for the significant diff-reg miRNAs

Usage

Pairwise_postpoc(
  diffreg.res,
  cor.list,
  target.mat,
  significance = c("Pval", "Perm.pval", "FDR"),
  cutoff = 0.05,
  alpha = NULL
)

Arguments

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

Value

A list with ks scores and p-values matrices for each pair-wise comparison


ningb/diffreg documentation built on Jan. 20, 2025, 4:10 p.m.