Learn R Programming

BEAMR (version 1.1.0)

extract_beam_stats: Extract beam stats for a specific set

Description

Extract beam stats for a specific set

Usage

extract_beam_stats(beam.stats, set.id)

Value

A matrix with with estimated associations for each endpoint and each omic feature linked to the set

Arguments

beam.stats

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

set.id

A character of a set id name (an entry in in beam.data$set.data$set.id)

Examples

Run this code
data(beam_stats)
test.stats <- extract_beam_stats(beam_stats, set.id="ENSG00000099810")

Run the code above in your browser using DataLab