powered by
Returns the significant summary of DysPIA results.
DyspiaSig(DyspiaRes, fdr)
Table with results of running DysPIA().
Significant threshold of `padj` (a BH-adjusted p-value).
A list of significant DysPIA results, including correlation gain and correlation loss.
# 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