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,489 views
•
link
written
by
Abdul Rafay Khan
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Using COUNT with bcftools filter
written by mykle hoban •I'm trying to track down some issues in a few VCF files I have where there is only one ALT allele listed, but there are …
-
How to remove homozygous reference genotypes from multi-sample vcf file based on a threshold
written by kk.mahsaI 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 沛煒 •Hello, 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 •I 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 •Hey! 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 KhanIs 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 KhanI 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.bhattacharyaI 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 akangI 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 ARichDear 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'