Skip to content

Workflow for collapsing of standard binary alignment mapping file generated by MSK-ACCESS

License

Notifications You must be signed in to change notification settings

msk-access/bam_collapsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11cfa25 · Sep 6, 2024
Sep 6, 2024
Dec 21, 2020
Sep 6, 2024
Dec 1, 2020
Sep 6, 2024
Dec 1, 2020
Aug 9, 2019
Oct 3, 2019
Sep 23, 2019
Oct 17, 2020
Sep 6, 2024
Aug 9, 2019
Sep 12, 2019
Sep 11, 2019
Nov 19, 2020
Dec 19, 2020
Sep 25, 2020
Sep 6, 2024
Sep 6, 2024
Sep 6, 2024
Sep 6, 2024
Sep 6, 2024

Repository files navigation

description
Collapsing of reads a aligned to the genome having same unique molecular identifier.

BAM Collapsing

PyPI version Build Status Updates Python 3

The bam collapsing workflow for MSK-ACCESS assay takes in a standard processed bam from standard processing workflow available here.

Workflow

Features

Given a uncollapsed Unique Molecular Index (UMI) tagged BAM file:

  1. Group Reads using UMI and generate a BAM file
  2. Call Duplex Consensus Reads from the BAM and generate an unmapped BAM file
  3. Convert unmapped BAM to FASTQ and do standard BAM alignment.
  4. Merge the unmapped BAM with the aligned BAM and this generated the collapsed BAM.
  5. Generate Duplex and Simplex BAM files from the collapsed BAM.

Credits

  • CMO cfDNA Informatics Team
  • This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.