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

Possible to merge TE sites and do genotyping in each sample? #104

Closed
dr-ashu-geno opened this issue Apr 18, 2024 · 1 comment
Closed

Possible to merge TE sites and do genotyping in each sample? #104

dr-ashu-geno opened this issue Apr 18, 2024 · 1 comment

Comments

@dr-ashu-geno
Copy link

Hi.

Thank you for developing xTea.

A short question: any programs you recommend for merging TE sites in all samples and genotype the sites in each sample after merging step?
In addition, I have SV data from other programs like Manta, DELLY, etc., do you know how I can merge xTea output with outputs from those programs? (and a program to genotype each sample for list of SVs after merge?).

Thank you in advance,

@dr-ashu-geno dr-ashu-geno changed the title Possible to merge TE sites and do genotyping in each sample Possible to merge TE sites and do genotyping in each sample? Apr 18, 2024
@simoncchu
Copy link
Collaborator

I have this script to merge vcfs to one: https://github.com/parklab/xTea/blob/master/xtea/x_vcf_merger.py, but it's not like the standard "genotyping" module, and just merge the vcfs. You can also do this using other tools like bedtoos/vcftools.

It's not straightforward to merge with Manta/DELLY output, as they also report some TE insertions in their output. I think the easiest way is to write your own scripts.

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