mraplot {corto}R Documentation

Plot a master regulator analysis

Description

Plotting function for master regulator analysis performed by the _mra_ function

Usage

mraplot(
  mraobj,
  mrs = 5,
  title = "corto - Master Regulator Analysis",
  pthr = 0.01
)

Arguments

mraobj

The input object, output of the function mra

mrs

Either a numeric value indicating how many MRs to show, sorted by significance, or a character vector specifying which TFs to show. Default is 5

title

Title of the plot (optional, default is "corto - Master Regulator Analysis")

pthr

The p-value at which the MR is considered significant. Default is 0.01

Value

A plot is generated


[Package corto version 1.2.4 Index]