cuteSV
cuteSV copied to clipboard
Call SV in multiple sample
Hi, Thanks for your helpful tools of cuteSV. I am wondering how I can use the cuteSV to call SV in multiple sample. It seems only can call SV in one sample at same time.
Hi, @lg10is1
cuteSV calls SV in one sample at one time. To call SV in multiple sample, you can follow this step-by-step procedure:
- Run cuteSV for each sample to generate sample specific SV callsets.
- Perform SV merging tools (such as SURVIVOR) to merge every single vcf into merged.vcf.
- Rerun cuteSV for each sample with -Ivcf merged.vcf (force calling step).
- Perform SV merging tools (such as SURVIVOR) again to merge every force called single vcf into final_merged.vcf.
Hope it will help!
Best, Shuqi