pileupToConversionStatus: Extract methylation calls from single line of pileup file

View source: R/bam2methMats.R

pileupToConversionStatusR Documentation

Extract methylation calls from single line of pileup file

Description

Extract methylation calls from single line of pileup file

Usage

pileupToConversionStatus(pileupLine)

Arguments

pileupLine

One line data frame from pileup file. Columns have been named: c("chr","start","ref","count","matches","BQ","reads")

Value

A data frame with C position, read name and C conversion call 0 (not converted (C) = methylated), 1 (converted (T) = not methylated)


jsemple19/methMatrix documentation built on Aug. 19, 2022, 3:57 p.m.