Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LongReads: Implement methylation #191

Closed
leonschuetz opened this issue May 5, 2023 · 18 comments
Closed

LongReads: Implement methylation #191

leonschuetz opened this issue May 5, 2023 · 18 comments
Assignees

Comments

@leonschuetz
Copy link
Collaborator

leonschuetz commented May 5, 2023

example: https://pubmed.ncbi.nlm.nih.gov/37081487/
pycoMeth: a toolbox for differential methylation testing from Nanopore methylation calls

@leonschuetz leonschuetz changed the title Implement methylation LongReads: Implement methylation May 8, 2023
@leonschuetz
Copy link
Collaborator Author

leonschuetz commented Jul 12, 2023

  • waiting for methylation info for the samples

@leonschuetz
Copy link
Collaborator Author

Tool for annotation:
ZipperBams

  • steps new analysis:

    unaligned BAM --> FastQ --> minimap --> ZipperBams --> sort (-->del unaligned BAM + Fastq)

  • steps reanalysis:

    BAM --> FastQ --> minimap --> ZipperBams --> sort (-->del BAM + Fastq)

@leonschuetz
Copy link
Collaborator Author

On hold till Nvidia-Benchmark

@leonschuetz
Copy link
Collaborator Author

leonschuetz commented Sep 20, 2023

new Dorado version creates mapped BAM with methylation

  • adapt pipeline to use this BAM as input

@leonschuetz
Copy link
Collaborator Author

leonschuetz commented Sep 20, 2023

come up with a solution to display methylation:

  • annotation to variants ?
  • known imprinting regions ?
  • comparison with background (-> NGSD) ?
  • IGV integration

@ubuntolog
Copy link
Collaborator

remapping with dorado

@leonschuetz
Copy link
Collaborator Author

lh3/minimap2#977

Did anybody tested this?
Seems to solve the (re-)mapping issues with methylation.

@jakobmatthes @caspargross

@leonschuetz
Copy link
Collaborator Author

First tests seem to work

@leonschuetz
Copy link
Collaborator Author

leonschuetz commented Jan 18, 2024

implemented in Branch lr_methylation

@caspargross
Copy link
Member

Started test in /mnt/storage1/projects/research/23064_1267_MSS_ONT

@caspargross
Copy link
Member

caspargross commented Jan 19, 2024

image

Everything works! Phasing of known imprinted gene (SNRPN) is correct. From my side you can close and merge the issue.

@jakobmatthes
Copy link
Collaborator

jakobmatthes commented Jan 22, 2024

  • implement modkit for postprocessing BAM with methylation
  • add QC parameters
    • average methylation percentage
    • quality (Q score) for modified bases calls

@leonschuetz
Copy link
Collaborator Author

leonschuetz commented Jan 30, 2024

  • create pipeline test from unmod BAM

@jakobmatthes
Copy link
Collaborator

jakobmatthes commented Feb 5, 2024

  • check if merge_samples supports multilpe mod.unmapped.bam files, multiple mapped BAM files (correct BAM to "FASTQ" conversion/BAM to BAM conversion), see sample 21073LRa266

@leonschuetz
Copy link
Collaborator Author

leonschuetz commented Feb 29, 2024

  • implement megSAP tool
  • ingegrate into the pipeline
  • add tests

@leonschuetz
Copy link
Collaborator Author

  • search for list of common methylation regions
  • search for tool to analyze methylation patterns
  • methylation in NGSD? --> integratein in GSVar

@leonschuetz
Copy link
Collaborator Author

  • Add tool to extract methylation from modkit calls -> ExtractMethylationData

@leonschuetz
Copy link
Collaborator Author

remaining steps in #298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants