how to count the numbers of SNPs per sample?
1
0
Entering edit mode
4.0 years ago
nayeona.hi ▴ 60

Hello, this is my first data analysis with PED and MAP file.

I started on Plink, first with tutorials.
I generated bim, fam and bed files from PED and MAP files,
the total number of samples is 6674 and I checked in the fam file.
What I wonder is how can I check the SNPs per sample?
In the bim file, there are 352227 rows of SNPs, is it right those SNPs are all in one sample in common?

I also generated raw file through "-recodeAD" and the size is too big to read in R (on Ubuntu).
Is there any method to split the file or some other tips to make smaller from the first?

Help for the first step, please.
Or let me know where I can refer to.

Thank you


SNP plink bim_file • 1.6k views
ADD COMMENT
1
Entering edit mode
4.0 years ago
Sam ★ 4.7k

If you want to know the genotyping rate for each individual, then you can use plink --bfile <ped prefix> --missing

and the information can be found in the imiss file.

ADD COMMENT

Login before adding your answer.

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