getSignificantResultsFstat: Get Significant Results based on the F-stats.

View source: R/3-shared-getResults.R

getSignificantResultsFstatR Documentation

Get Significant Results based on the F-stats.

Description

This function provides a unified wrapper to retrieve results from a propd object keeping only the statistically significant pairs. Note that it can only be applied to theta_d, as updateF only works for theta_d.

Usage

getSignificantResultsFstat(object, pval = 0.05, fdr_adjusted = TRUE)

Arguments

object

A propd or propr object.

pval

A float value for the p-value. Default is 0.05.

fdr_adjusted

A boolean. If TRUE, use the the FDR- adjusted p-values. Otherwise, get significant pairs based on the theoretical F-statistic cutoff.

Value

A data.frame of results.


tpq/propr documentation built on Feb. 3, 2025, 4:23 a.m.