knitr::opts_chunk$set(echo = TRUE)

IDEAFIX

Overview

ideafix is a decision tree-based variant refinement tool that filters formaldehyde-induced cytosine deaminations from variant lists obtained from DNA sequencing data from FFPE specimens.

Installation

Installation may take a while...

if (!require("devtools")) install.packages("devtools")
devtools::install_github("mmaitenat/ideafix")

Requirements

ideafix needs the following programs to run:

It also depends on the following packages:

ideafix also needs the following files:

If variant calling is to be run from bam files (feature not available yet), you will also need:

Example

library(ideafix)
# Extract descriptors from vcf filename
vcf_filename <- "/home/maitena/Research/FFPE/code/ideafix/ideafix/inst/extdata/SRR1523260_filtermarks_annotated.vcf"
ref_genome <- "/home/maitena/Research/Data/RefGenomes/hg19/ucsc.hg19.fasta"
descriptors <- get_descriptors(vcf_filename = vcf_filename, fasta_filename = ref_genome)
# Filter C:G > T:A variants
predictions <- filter_variants(variant_descriptors = descriptors)

LICENSE

GNU General Public License v3.0



mmaitenat/ideafix documentation built on Sept. 18, 2021, 7:55 a.m.