Filter variants based on multiple condition
I have four vcf files (two patient and two control samples). I want to select variants present in either one of the patient and not in controls samples.
snp
variant filtering
next-gen
• 967 views
•
link
written
by
ifudontmind_plzz
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
bcftools isec output for multiple vcf files interpretations
written by minoo •I have four vcf files resulting from mutect2 function. There is one treatment and three control samples. I need to get **variants that are unique …
-
How to add phenotypic data to .fam in plink (specifically, assign 1 and 2 to case and control sampl…
written by Michelle •I have a large vcf file with both case and control samples in the file. I am planning to input the vcf into the --assoc …
-
variant filtering based on high quality reference - removing false positives
written by nobody •Hello Wonderful people !!! I'm new to the world of bio-informatics and this is my first post, so please forgive me for any unintended mistake …
-
Representing several BAM files into one?
written by compuTEHello, I have four samples from the same condition (BAM files) and two controls (also BAM files). I want to eventually use plotHeatmap and plotProfile …
-
How to intersect data from four different annotated files using ubuntu commands?
written by otokha •I have three affected and one unaffected VCF and annotated files from exome analysis. I want to compare the variants present in the affecteds and …
-
How to intersect data from four different annotated files using ubuntu commands?
written by otokha •I have three affected and one unaffected VCF and annotated files from exome analysis. I want to compare the variants present in the affecteds and …
-
extract SNPs present only in one individual and not in all the others from a multisample vcf file
written by elena.paesini •Hi, I have a multi-samples vcf file with four samples. I want to extract the variants present only in one specific individual but not present …
-
Population stratification in targeted sequencing?
written by perisIn my targeted sequencing of ~500 case and ~500 controls (same population) I have identified a some rare variants which are present in higher density …
-
what does rsem.genesnormalised_result files in tcga database suggest
written by bt11d001 •I have downloaded BRCA patient data from TCGA. There is `rsem.genes.normalised_result` file associated with each patient id (TCGA barcode). The data that I have downloaded …
-
small case-control exome sequencing study
written by User6891Hi everyone, I have exome data of 25 unrelated patients and 40 unrelated control samples. I'm looking for rare variants associated with the disease. I've …
Hello ifudontmind_plzz!
Questions similar to yours can already be found at:
We have closed your question to allow us to keep similar content in the same thread.
If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.
Cheers!
@Pierre, i assume bcftools isec -c all A.vcf.gz B.vcf.gz C.vcf.gz D.vcf.gz, gives variants in A and B but not in C and D. But i would like to have variants in A OR B but not in C & D. Any suggestions?
do multiple calls to bcftools.