powered by
Extract beam stats for a specific set
extract_beam_stats(beam.stats, set.id)
A matrix with with estimated associations for each endpoint and each omic feature linked to the set
A beam.stats object, which is a list with beam.stats (the association matrices), the beam.specs, and the beam.data
A character of a set id name (an entry in in beam.data$set.data$set.id)
data(beam_stats) test.stats <- extract_beam_stats(beam_stats, set.id="ENSG00000099810")
Run the code above in your browser using DataLab