Learn R Programming

DysPIA (version 1.3)

DyspiaSig: 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

Run this code
# NOT RUN {
data(pathway_list,package="DysPIAData")
data(DyspiaRes_p53)
summary_p53 <- DyspiaSig(DyspiaRes_p53, 0.05)       # filter with padj<0.05

# }

Run the code above in your browser using DataLab