Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 672 Bytes

ABEMUS

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.