extract_beam_stats {BEAMR} | R Documentation |
Extract beam stats for a specific set
Description
Extract beam stats for a specific set
Usage
extract_beam_stats(beam.stats, set.id)
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) |
Value
A matrix with with estimated associations for each endpoint and each omic feature linked to the set
Examples
data(beam_stats)
test.stats <- extract_beam_stats(beam_stats, set.id="ENSG00000099810")
[Package BEAMR version 1.1.0 Index]