splitReads: Divide read names by allele

View source: R/split_reads.R

splitReadsR Documentation

Divide read names by allele

Description

Takes a GenomicAlignments object and returns a list of read names dividied by allele.

Usage

splitReads(alns, v, snp)

Arguments

alns

GenomicAlignments object.

v

Nucleotide of reference (or alternative) allele.

snp

GRanges object containing SNP location.

Value

A named list of vectors, each vector containing read names for each allele.


markrobinsonuzh/DAMEfinder documentation built on April 7, 2023, 6:37 a.m.