-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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:
IGV:
Metadata
Metadata
Assignees
Labels
No labels

