-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi thank you for creating REDItools 3, it certainly sounds very useful. I'm new to RNA editing and am very keen to use your software. However I'm at a lost on how to run it. I did the protocol paper at https://pubmed.ncbi.nlm.nih.gov/31996844/ but understand its old and not all of the code is transferrable. Hence could I please request for a detailed tutorial with the specific code to run, to be given for beginers to learn and run REDItools 3? I am interested to run REDInet after REDItools 3
I've some questions which I hope I could get help in, either here or through the requested tutorial. I understand the workflow to use REDItools 3 should be:
Q1) RNA preprocessing - i understand that standard tools like fastp or fastqc + trimmomatic can be used. May I know if their default parameters can be used? Asking because I'm not sure if REDItools 3 requires special handling of data.
Q2) Alignment of reads - i understand STAR can be used. Is it's default parameters acceptable?
Q3) Do I need to identify the strand of the BAM files?
Q4) I understand the core command is analyze. Please correct me if I am wrong. But before it, do I need to run find-repeats? If so, may I please know what is exact comamnd here? What is find-repeat's output and how do I send it into analyze?
Also, I understand that find-repeats only identifies a homopolymeric regions, and that I need to mask other types of repeats. May I please know exactly how to do this masking?
Q5) I understand the next command is to use analyze. What is the exact command for this?
Q6) Once analyze has completed, can I use its output for REDInet? As in, can I follow the tutorial from, "Compress and Tabix indexing the REDItools output tables" (https://github.com/BioinfoUNIBA/REDInet) onwards?