Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call SV in multiple sample #143

Open
lg10is1 opened this issue Mar 26, 2024 · 1 comment
Open

Call SV in multiple sample #143

lg10is1 opened this issue Mar 26, 2024 · 1 comment

Comments

@lg10is1
Copy link

lg10is1 commented Mar 26, 2024

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.

@Meltpinkg
Copy link
Collaborator

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:

  1. Run cuteSV for each sample to generate sample specific SV callsets.
  2. Perform SV merging tools (such as SURVIVOR) to merge every single vcf into merged.vcf.
  3. Rerun cuteSV for each sample with -Ivcf merged.vcf (force calling step).
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants