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

View source: R/diffreg.R

Plot_enrichmentR 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

Plot_enrichment(
  cor.list,
  miR,
  target.mat = NULL,
  target.set = NULL,
  direction = "Negative",
  pal = NULL,
  alpha = NULL
)

Arguments

cor.list

A list of correlation matrices with miRNA on columns and mRNA on rows

miR

miRNA to plot

target.mat

A binary matrix indicating target with miRNA on columns and mRNA on rows

target.set

A vector of targets for plotting

direction

A character string specifying the direction of enrichment, must be "Negative" or "Positive"

pal

Pallette to use; default will be used if NULL

alpha

Weight for running AD/KS test

Value

An enrichment plot


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