Can I get SNP information by individual from dbSNP
2
0
Entering edit mode
9.4 years ago
Chen Sun ★ 1.1k

Hi all,

I download the dbSNP data, both all and common SNP information, which is produced by 1000G project.

But I do not want to use all the information. I want to use just one individual's SNP information, but I did not find the relation between each SNP ID and individual ID.

Is there a way I can extract or acquire just one individual's SNP information for analysis?

SNP dbSNP • 2.4k views
ADD COMMENT
1
Entering edit mode
9.4 years ago
Chen Sun ★ 1.1k

For those who concerned, there is a website that can get at least Venter's SNP information, please refer to this: http://huref.jcvi.org/

ADD COMMENT
0
Entering edit mode
9.4 years ago

For a VCF use bcftools with option

-s, --samples [^]LIST

Comma-separated list of samples to include or exclude if prefixed with "^".

-S, --samples-file [^]FILE

File of sample names to include or exclude if prefixed with "^". One sample per line. The command bcftools call accepts an optional second column indicating ploidy (0, 1 or 2) and can parse also PED files. With bcftools call -C trio, PED file is expected.

ADD COMMENT
0
Entering edit mode

The Impute2 website offers phased haplotype files of the 1000G samples:

https://mathgen.stats.ox.ac.uk/impute/impute_v2.html#reference

ADD REPLY
0
Entering edit mode

I mean, all I get is mixed SNP information, there is no column indicate which individual it come from

ADD REPLY

Login before adding your answer.

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