Skip to content

A problem in using REDI3 analyze -e #75

@1127yangyuping

Description

@1127yangyuping

Thank you for developing REDItools3, which is a very valuable tool for RNA editing analysis. I have a couple of questions that I hope you can help me with.


Question 1 - Regarding the -e Parameter and Multiple Substitution Sites:

"I am currently using the analyze module with the -e parameter in my command:

python -m reditools analyze \
    "$bam" \
    -r "$REF" \
    -o "$outfile" \
    -t "$THREADS" \
    -l 10 \
    -me 3 \
    -bq 30 \
    -q 20 \
    -e \
    -v all \
    -sf splicing.bed \
    -ss 4

When I use the -e flag, it does not appear to effectively exclude or filter out sites with multiple substitutions (multi-substituted sites). Could you please clarify:

  • What is the exact function of the -e parameter?
  • Is it supposed to exclude/remove multi-substituted sites from the output?
  • If so, why might it not be working as expected in my analysis?
  • Are there any specific conditions or additional parameters needed for it to function properly?"

Question 2 - Regarding the -sf Parameter BED File Format:

"I also have a question about the BED file format required for the -sf (splicing sites file) parameter. Could you please specify the exact format specifications for this input file? Specifically:

  • What are the required columns in the BED file (3-column, 6-column, or other)?
  • Are there any additional columns needed beyond the standard BED format?
  • What coordinate system should be used (0-based or 1-based)?
  • Are there any specific requirements or conventions for the feature names or annotations in this file?"

Thank you very much for your time and patient responses.

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