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

Genotyping for the inversions #39

Open
shehongbing opened this issue Jul 21, 2021 · 2 comments
Open

Genotyping for the inversions #39

shehongbing opened this issue Jul 21, 2021 · 2 comments

Comments

@shehongbing
Copy link

Hi,
it's a powerful tool I used. So could the tool genotype for the inversions?

@jonassibbesen
Copy link
Contributor

Yes, if you have a set of candidate inversions, BayesTyper should be able to genotype those.

@shehongbing
Copy link
Author

Hi,
I have another question. I want to genotype population on custom VCF file.

As for the insertion or deletion, it is easy to generate the VCF. A deletion is as an example.
#CHROM POS ID REF ALT QUAL FILTER INFO
chr4 106924192 . TGCCCAGGAAATTGAAG T . . .

it means a deletion occur in query.

However, what about the inversion. For example, there is a inversion between ref and query.

ref, start - end (10 -20) VS. query, start - end (20 - 30). Which is the correct format as follows:

(1)
#CHROM POS ID REF ALT QUAL FILTER INFO
chr4 10 . AAGGCCTTCC AAGGCCTTCC . . .

or (2)
#CHROM POS ID REF ALT QUAL FILTER INFO
chr4 10 . AAGGCCTTCC CCTTCCGGAA . . .

Thx

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