I first ran the following command to haplotag the Iso-Seq alignment BAM:
longcallR -b input.sorted.bam -f Ref.genome.fa -p hifi-masseq -o haplotagged --input-vcf input.dip.vcf.gz --direct-haplotag -t 5
I observed many messages like the following in the log file:
Error: unknown genotype 4 at "chr06":51620118
However, the BAM file was still successfully generated. I then ran:
longcallR asj -a Ref.genome.gff3 -b haplotagged.phased.bam -f Ref.genome.fa -o test.ASJ -t 1
But the output was:
Total genes to be analyzed: 0
Total junctions: 0
number of junctions with at least 10 reads: 0
number of genes with allele-specific junctions: 0
Could you please provide some guidance on:
- What does the “unknown genotype 4” error indicate?
- Could this issue affect the haplotagging results?
- Why does the ASJ analysis return zero genes and junctions?
Any suggestions would be greatly appreciated. Thank you!
I first ran the following command to haplotag the Iso-Seq alignment BAM:
longcallR -b input.sorted.bam -f Ref.genome.fa -p hifi-masseq -o haplotagged --input-vcf input.dip.vcf.gz --direct-haplotag -t 5
I observed many messages like the following in the log file:
Error: unknown genotype 4 at "chr06":51620118
However, the BAM file was still successfully generated. I then ran:
longcallR asj -a Ref.genome.gff3 -b haplotagged.phased.bam -f Ref.genome.fa -o test.ASJ -t 1
But the output was:
Total genes to be analyzed: 0
Total junctions: 0
number of junctions with at least 10 reads: 0
number of genes with allele-specific junctions: 0
Could you please provide some guidance on:
Any suggestions would be greatly appreciated. Thank you!