Skip to content

Missing RNA edit calls #11

@physnano

Description

@physnano

I am attempting to run Clair3-rna on PacBio data (3 biological replicates of a sample) to identify RNA editing sites using the following:

PLATFORM='hifi_mas_pbmm2'
MIN_COV=10
${BASE}run_clair3_rna \
    --bam_fn ${BAMIN} \
    --ref_fn ${REF} \
    --threads ${THREADS} \
    --platform ${PLATFORM} \
    --tag_variant_using_readiportal \
    --min_coverage ${MIN_COV} \
    --sample_name=${SAMPLE} \
    --output_dir ${OUTPUT_DIR}

Based on a known RNA editing site and visual inspection of IGV reads (See below) I should be seeing the edit in all three replicates of this sample. However only one of the three replicate output.vcf.gz files actually calls the edit site despite ample coverage in the other replicates. What could be the cause of this discrepancy?

Clair3-rna VCF output:

Image

IGV:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions