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?
- Read QC and trimming
- bwa-mem2 alignment
- Read duplicate marking
- BQSR
- 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
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?
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
analyzeandannotatein 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