ABEMUS

December 3, 2019 ยท View on GitHub

Platform specific and data informed detection of somatic SNVs in cfDNA

Documentation

Visit project Wiki for full abemus documentation.

Quick start

1. Install abemus R package:
# from CRAN
install.packages('abemus')

# from github
library( "devtools" )
devtools::install_github("cibiobcg/abemus", build_vignettes = T)
2. Explore abemus utilities by following Usage steps as reported in the example workflow.

Contents

  1. 1Documentation
  2. 2Quick start