separate meta-population data from VCF
Hi everyone,
I have a meta-population data in vcf file. Is there a way to separate them according to their population/country and the outcome would be countryname.vcf?
Thanks, Paolo
vcf
• 1,044 views
•
link
updated
by
iraun
•
written
by
paolobareng •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Merging VCF files from different populations
written by Armin •Hi Everyone, I have multiple vcf files from different plant populations, when it comes do doing a STRUCTURE analysis I need to have all the …
-
How to compare SNPs in different population
written by Elisa •Hi everyone, I am doing a study and I would like to cross methylation data (coming from Reduced representation bisulfite sequencing for now, but we …
-
How does 23andme store and analyze SNP array data of 12M humans?
written by WilliamAccording to their website they have 12M customers. Number of SNPs on SNParray is less than WGS, but still c.a. 600,000 SNPs according to their …
-
combining overlapping vcf's into one
written by erl1977 •Hi all, I have a question as to how to combine two separate VCFs into one large one. For example, say I have a dbSNP …
-
Calculate the genotype frequency
written by SOHAILHi everyone: I have a VCF file having multiple population samples. Is there any way to calculate the observed counts of genotypes called and observed …
-
How to find variants that are common in one population but rare in others (population differentiati…
written by SOHAILHi Everyone, I have two VCF files: 1) VCF file containing SNPs from my population 2) Another VCF file with 1000 Genome SNPs data set …
-
Splitting vcf files to individual samples
written by Hadeel •Hi everyone. I have a vcf file ( .vcf.gz format) containing variants for multiple samples and I would like to split them to individual vcf …
-
Haplotype Phasing with Shapeit2
written by SOHAILHi everyone, I am anew in haplotype phasing. I have 14 WGS individuals data from one human population and i want to perform Haplotype phasing …
-
Is it possible to perform meta-analysis of gene-based LMM tests for a binary trait?
written by Nick •Hi everyone, We have exome-chip data (disease cases and healthy controls) from three different studies. Currently, for each study I have performed group-based tests (CMC …
-
Filtering Vcf File For Fixed Substitutions
written by Rubal7<p>Hello Everyone,</p> <p>I have 2 VCF files for 2 separate populations and I would like to look for candidate functional sites that are fixed in …
Can you provide an example of the VCF?
Hi Iraun -- Here's an example of my vcf. I'm trying to separate VCF based on their countries (Brazil, Colombia, etc):
fileformat=
fileDate=
source=
ALT=<ID=NON_REF,Description=
contig=<ID=CHR1,length=1021664>
INFO=<ID=AC,Number=A,Type=Integer,Description="
FILTER=<ID=PASS,Description="All filters passed">
FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
GATKCommandLine=""
CHROM POS ID REF ALT QUAL FILTER INFO FORMAT Brazil01 Colombia01 ...
CHR1 1459366 . A G 634.58 PASS
Maybe you can use any of the solutions suggested in Individual VCF files from main VCF file?