BBCG / epialleleR

Fast, epiallele-aware methylation caller and reporter — an R/Bioconductor package

Home Page:https://BBCG.github.io/epialleleR/articles/epialleleR.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-end reads

oleksii-nikolaienko opened this issue · comments

Add a function to read single-end BAM files

This may rely on some kind of "rcpp_check_bam", which will parse 100+ reads and test if

  1. single- or paired-end
  2. coord-sorted
  3. XM present

After, these checks can be dropped from rcpp_read_bam

Check done, but single-end pending