You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Variant calling and output phased long reads](#variant-calling-and-output-phased-long-reads)
59
59
-[Variant calling from remote files](#variant-calling-from-remote-files)
@@ -66,6 +66,11 @@ LongcallD is a **local-haplotagging-based variant caller** designed for detectin
66
66
using long-read sequencing data. It supports both **PacBio HiFi** and **Oxford Nanopore** reads.
67
67
68
68
LongcallD phases long reads into haplotypes using SNPs and small indels before calling SVs. It outputs phased variant calls in VCF format, including SNPs, small indels, and large SVs (currently only supporting insertions and deletions).
69
+
70
+
LongcallD (≥v0.0.5) can also call low-allele-frequency mosaic variant when `-s/--mosaic` is used.
71
+
Currently, only SNVs and large indels are supported, no mosaic small indels will be called.
72
+
Specifically, longcallD can sensitively identify mosaic mobile element insertions (MEIs).
73
+
Providing the annotation sequence of common mobile elements, i.e., Alu/L1/SVA, using `-T` is highly recommanded, which is included [here](https://github.com/yangao07/longcallD/tree/main/anno);
0 commit comments