Learn R Programming

BEAMR (version 1.1.0)

compute_feature_pvalues: Compute feature level p-values from BEAM statistics

Description

Compute feature level p-values from BEAM statistics

Usage

compute_feature_pvalues(beam.stats)

Value

A list of feature level p-values, with each entry a data frame for a different omics/endpoint associaiton, with columns id, gene, beta, p, q

Arguments

beam.stats

A beam.stats object, which is a list with beam.stats (the association matrices), the beam.specs, and the beam.data

Examples

Run this code
data(beam_stats)
test.feat.pvals <- compute_feature_pvalues(beam.stats=beam_stats)

Run the code above in your browser using DataLab