Skip to content

Request for a protocol on annotation of DNA mismatches with REDItools, and help when DNA and RNA annotation don't match #95

Description

@jonng1000

Thanks so much for all your hard work replying everyone's questions here, I'm sure we all appreciate it =). I've successfully ran REDItools 3 based on the info provided in this repo python3 -m reditools analyze "$BAM" -o "$OUTPUT_DIR/${SAMPLE}_reditools.txt" -q 255 -me 5 -s 2 -C -t 24.

For some of my samples, I do have WGS/WES data. Hence I want to annotate REDItools3 output from the RNA bam files, with the DNA mismatches, and use this to help me filter away edit sites which could be DNA mutations. May I please know exactly how do I do it? Do I follow the standard DNA sequence analysis protocol which is the below?

  1. Read QC and trimming
  2. bwa-mem2 alignment
  3. Read duplicate marking
  4. BQSR
  5. Alignment QC

If so, may I please confirm that typically used parameters for the above steps would be sufficient?

If my understanding is correct, are the next steps to use analyze and annotate in REDItools? If so, may I please know what exact commands to use?

Thank you so much. Please pardon my ignorance. I think I understand how to use REDItools for RNA-seq only, but am now learning how to use it for DNA bam files as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions