filterForDeaminase: Convenience function that filters a with tri-nucleotide...

View source: R/preprocessing.R

filterForDeaminaseR Documentation

Convenience function that filters a with tri-nucleotide context annotated list of loci for cytosine deaminase signature, or C>T at CpG.

Description

Convenience function that filters a with tri-nucleotide context annotated list of loci for cytosine deaminase signature, or C>T at CpG.

Usage

filterForDeaminase(
  loci_file,
  outfile,
  ref_genome,
  trinucleotide_column = 5,
  alt_allele_column = 4
)

Arguments

loci_file

Filepath to a with tri-nucleotide context annotated loci

outfile

Filepath to where to store the output.

ref_genome

Full path to an indexed reference genome fasta file

trinucleotide_column

Integer representing the column within the input file that contains the context

alt_allele_column

The column in the annotated loci file that contains the reference base.

Author(s)

sd11


Wedge-lab/dpclust3p documentation built on June 14, 2025, 4:24 p.m.