Call variants using a site-specific binomial model.
The methods underlying Arnav are described in this preprint.
arnav uses the Rmath libraries for the pbinom function and uses cereal for serializing C++ objects and storing them to disk.
git clone --recursive https://github.com/gatoravi/arnav
mkdir build && cd build && cmake .. && make
A workflow describing how arnav can be used to detect putative somatic mutations in RNA sequencing data is described here.
./arnav
./arnav prior-dump-fixed samples_readcountfile_list.tsv merged_priors.dump list_of_regions.bed.gz
./arnav call-using-merged sample_readcountfile_list.tsv merged_priors.dump
For details on the file-formats used in the steps above please see the Workflow
section below.