Align plink to fasta
1
0
Entering edit mode
20 months ago
818fd56e • 0

Hello, I have genotyping data converted to plink files (binary files) that I want to merge. Before merging, I would like to align it to an human genome reference (that I have in fasta format) to avoid problems arising from incompatibility. Is it possible?

Plink alignment fasta • 699 views
ADD COMMENT
0
Entering edit mode

What do you mean by 'align'? Make sure the reference and alternate alleles are the same?

ADD REPLY
1
Entering edit mode
20 months ago

The plink file contains variants; you can't "align" those against any reference.

If you mean you want to validate that the variants were produced from a specific reference, then you could do so by converting your binary files to VCF files and then applying a variant normalization

For example, recode the plink file into VCF, then use bcftools norm to normalize the resulting variants.

Other validation methods may also exist.

ADD COMMENT

Login before adding your answer.

Traffic: 2620 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6