getMD {DAMEfinder}R Documentation

MDtag parser

Description

Takes a GenomicAlignments object containing the MDtag, and transforms it into a vector of characters and numbers

Usage

getMD(a)

Arguments

a

Vector of MDtags (single characters)

Value

A named list of vectors, each vector a parsed version of MDtag: - nucl.num: Numeric representation of MDtag. - MDtag: a split version of MDtag


[Package DAMEfinder version 1.2.0 Index]