Multi samples VCF file manipulation
I have VCF file with multiple samples. How to list down the SNP present in more than one sample with sample ids.
vcf
• 1,493 views
•
link
written
by
Abdul Rafay Khan
122
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
how to filter a multi-sample VCF file based on 0/0 genotype numbers
written by reza 30I created one multi-sample VCF file using CNVcaller program. When I checked VCF file, realized that some variants only have one 0/1 or 1/1 genotype …
-
How to remove homozygous reference genotypes from multi-sample vcf file based on a threshold
written by kk.mahsa 15I have two question about homozygous reference genotypes in multi-sample vcf file. 1. when I see 0/0 genotype for one or several samples in a …
-
How to add reference as new sample to vcf?
written by 沛煒 0Hello, Do anyone know how to make a vcf file with a new sample from reference genome? I have a vcf file with 200 samples …
-
How to filter VCF for only variants present in particular sample?
written by optimistsso4co3 14I would like to extract VCF subset with only those variants that are present in one particular sample. E.g. i have three sample VCF with …
-
Finding Variants Unique to a Subset of Samples in a Multi-Sample VCF File
written by Abhishek 1Hey! I am currently trying to filter a multi-sample VCF file containing data from 1035 samples. My aim is to identify variants that are present …
-
Add sample number/name column to VEP result
written by Abdul Rafay Khan 122Is there any way to add a sample number/name column to VEP result file when the merge vcf file of multiple samples is annotated with …
-
Calculate the allele frequency of specific sub-population using VEP
written by Abdul Rafay Khan 122I have more than 800 snps with rs ids, i want to calculate the allele frequency of these snps in British (GBR) population from 1000 …
-
Filter all the common SNP's in different vcf files(corresponding to different samples)
written by shubhra.bhattacharya 14I have 10 different vcf files which are of different samples. I want to find the SNPs common between all of them i.e the snp …
-
How to check and extract if a SNP is heterozygous or homozygous in a vcf file from the SNP ID
written by akang 12I have a vcf file and a list of SNP ids. I checked if SNPs are heterozygous/homozygous in my samples. > vcftools --vcf my vcf …
-
kmer for sample list
written by ARich 13Dear All, I am working with paired end metagenomic illumina data. I need to know that on providing list file with multiple sample entries does …
merge the vcf using , for example, 'bcftools merge'. Then filter using, for example, 'gatk SelectVariant' , or 'bcftools view -i'