Extract beam stats for a specific set
extract_beam_stats(beam.stats, set.id)
beam.stats
: A beam.stats object, which is a list with beam.stats (the association matrices), the beam.specs, and the beam.dataset.id
: A character of a set id name (an entry in in beam.dataset.id)A matrix with with estimated associations for each endpoint and each omic feature linked to the set
data(beam_stats) test.stats <- extract_beam_stats(beam_stats, set.id="ENSG00000099810")
Useful links