View source: R/compute_feature_pvalues.R
compute_feature_pvalues | R Documentation |
Compute feature level p-values from BEAM statistics
compute_feature_pvalues(beam.stats)
beam.stats |
A beam.stats object, which is a list with beam.stats (the association matrices), the beam.specs, and the beam.data |
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
data(beam_stats)
test.feat.pvals <- compute_feature_pvalues(beam.stats=beam_stats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.