missing calls for a vcf file
Hello,
I have a multiple sample vcf file made using freebayes. I noticed that there are missing calls ./.:.:.:.:.:.:.:. for first few samples for all the SNPs called. I wanted to know if it is normal?
Thank you!
snp
• 670 views
•
link
written
by
evafinegan •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
bcftools merge
written by evafinegan •Hello, I am trying to merge multiple vcf files. I have seven vcf files with 50-60 samples each. I tried: bcftools merge file_1.vcf.gz file_2.vcf.gz file_3.vcf.gz …
-
how to manage missing data in vcf file
written by evafinegan •Hello, I have a multi sample vcf file made by using freebayes: freebayes -f transcripts.fasta \ -L list.txt \ --targets bed.list > out.vcf I have …
-
converting vcf into simpler version for downstream analysis
written by evafinegan •Hello, I have made a multi sample vcf file using freebayes. I want to use it for downstream association analysis. I have calls like: 0/0:37:37,0:37:1499:0:0:0,-11.1381,-135.125 …
-
freebayes not reading the chunks of regions file
written by evafinegan •Hello, I am using freebayes for SNP calling using: RUN=${SLURM_ARRAY_TASK_ID} INPUT_DIR=/path/ OUTPUT_DIR=/path/ INPUT=$(ls $INPUT_DIR/*.txt | sed -n ${RUN}p) SAMPLE=$(basename "$INPUT" .txt) freebayes -f genome.fasta \ …
-
freebayes error for SNP calling
written by evafinegan •Hello, I am using freebayes for SNP calling using multiple input bam files: fasta_generate_regions.py genome.fasta.fai 100000 > genome.txt export TMPDIR=. freebayes-parallel genome.txt 8 \ -f …
-
freebayes for variant calling too slow
written by evafinegan •Hi All, I am using `freebayes` to call variants mainly SNPs from 200 samples. I have created bam files by aligning RNA-seq fastq files to …
-
Filter SNPs in multiple-sample vcf based on the snps of two samples
written by QPaps04 •Hello all, I have a `.vcf` file with ~96 samples which were called using `freebayes`. This `.vcf` file contains a **family**, i.e. a mother, father …
-
Find common SNPs between high and low depth sequence data
written by evelynHello All, I have a vcf file for multiple samples made using `bcftools` with joint variant calling for high depth dataset. And another similar vcf …
-
Tools to filter Mutect2 output
written by nananaI've followed the GATK best practices for tumour normal somatic mutation calling with Mutect2: 1. Run Mutect2 using `--artifact_detection_mode` on each normal sample from the …
-
How to compare a tumour sample to multiple normal samples in Freebayes
written by nananaI'm currently running Freebayes on tumour normal pairs to detect somatic SNPs in the tumour sample: #### Raw germline calls: freebayes -f genome.fa --pooled-discrete --genotype-qualities …