Check for duplicates and determine sex from the VCF in a cohort of about 110 patients
0
3
Entering edit mode
3.1 years ago
Gl_14 ▴ 20

Hello,

I have the VCF of about 110 patients and I would like to:

  • check for duplicates
  • determine their sex

Is there someone who knows how to use KING (https://people.virginia.edu/~wc9c/KING/) that could help me with the correct commands?

We tried to use it, but we got stuck at the conversion .vcf-->.bed files.

Or are there other software to do this?

Thank you

NGS quality-control KING • 910 views
ADD COMMENT
0
Entering edit mode

AFAIK, KING does kinship analyses. Have you tried using plink --check-sex? There are other plink commands that can help you find duplicates (although KING might be useful here - you are, after all, looking for predictions for identical twins that are in reality duplicates)

ADD REPLY
0
Entering edit mode

For determining the sex: We tried to use plink --check-sex, but it did not give us an output (Determine the sex of a sample from a .vcf this was me), could you please tell me what to write in the terminal to use this command?

To check for duplicates: which are the other plink commands, if you know any? (yes they suggested us to use KING for this reason)

Thanks

ADD REPLY
1
Entering edit mode

You misconfigured your system PATH relative to where you placed the plink 1.9 binary, and some other binary also named "plink". When you have fixed this, plink --version will tell you that you are running plink 1.9.

ADD REPLY
0
Entering edit mode

From your previous post, it looks like you may not have plink installed properly. Try the steps from the Getting Started section and ensure the right version of plink is installed properly.

it did not give us output

Something smells fishy. Tools will either error out or give some sort of output.

ADD REPLY

Login before adding your answer.

Traffic: 2704 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