Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 795 Bytes

BEAMR

The BEAMR package implements the Bootstrap Evaluation of Association Matrices (BEAM) method to identify genes that have multiple genomic features associated with multiple clinical endpoints. It uses simple association models and bootstraping to integrate multiple genomic features.

Installation

You can install BEAMR from CRAN with:

install.packages("BEAMR")

You can install the development version of BEAMR from GitHub with:

# install.packages("devtools")
devtools::install_github("annaSeffernick/BEAMR")

Example

See the vignette at BEAMR Vignette.