DyspiaSig {DysPIA}R Documentation

DyspiaSig

Description

Returns the significant summary of DysPIA results.

Usage

DyspiaSig(DyspiaRes, fdr)

Arguments

DyspiaRes

Table with results of running DysPIA().

fdr

Significant threshold of 'padj' (a BH-adjusted p-value).

Value

A list of significant DysPIA results, including correlation gain and correlation loss.

Examples

data(pathway_list,package="DysPIAData")
data(DyspiaRes_p53)
summary_p53 <- DyspiaSig(DyspiaRes_p53, 0.05)       # filter with padj<0.05


[Package DysPIA version 1.3 Index]