extract_beam_stats function

Extract beam stats for a specific set

Extract beam stats for a specific set

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.dataset.dataset.dataset.id)

Returns

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")