Multi-allelic sites in Identity-by-descent tract detection
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
long view SNPs in vcf file
written by young_bioinformaticianHello guys, I did run freebayes and performed some filtration on the output. - removing indels, and discardmulti-allelic sites. There were long-looking SNP sequences with …
-
Tool that can merge 2 VCF files while taking "representational ambiguity" of (multi-allelic) varian…
written by WilliamIs there a tool that can merge 2 VCF files while taking "representational ambiguity" of multi-allelic variants into account? By: * replaying all variant alleles …
-
Can you not phase exome data?
written by Joel WalleniusHello! I'm just getting acquainted with softwares that phase variant calls. I tried SHAPEIT2, and am planning to try Beagle and SHAPEIT4. I'm working with …
-
Retain non-variable sites after phasing with shapeit4
written by pabe •Hi, I noticed that after phasing with shapeit4, all homozygous reference sites present in my input (unphased) vcf were removed in the output vcf. Is …
-
Phasing a partly-phased VCF
written by Sarah •Hello, I am trying to phase a VCF file for a non-model organism that has no reference panel. I have a VCF file of genotypes …
-
Linkage_pruning in BCFtools+prune:phased or unphased VCF input file?
written by Phismil •Dear Colleagues, I am wondering if the LD pruning method applied in bcftools+prune plugin required the input VCF file to be phased or alternatively unphased …
-
bcftools merge fails: Only fixed-length vectors are supported
written by German.M.DemidovDear community members, I face a problem - I need to create a multi-sample VCF from thousands of VCF files, the problem is - they …
-
Criteria for merging multiple VCF files
written by setaDear all, I merged many single VCF files to produce a multi-sample VCF file (human) using bcftools (`bcftools merge -m non`). Before merging, I split …
-
filter vcf to include only sites which have at least one homozygous alt call
written by grey •Hi all, I am trying to extract a subset of sites from a multi-sample vcf file. I only want those sites with at least one …
-
Tool: Illumina BeadArray GTC to VCF conversion
written by KelleyRyanM •An open-source utility for converting Illumina bead array GTC files to VCF format is now available at https://github.com/Illumina/GTCtoVCF. Features include - Indel support - Multi-nucleotide …
that depends. are multiallelic sites irrelevant to your research question?
will they make implementation of IBD calculation harder? for some tools. but should you remove them? well depends on your research question.
if you are positive they dont add information to the analysis, you can drop them.
if they might add information to your analysis, you have to weigh how important they are versus how much they will complicate things. If you remove them, have to state that in any publication.
my general view is that bioinformatics should adapt to biology, biology should not be truncated for bioinformatics.
so i would favor finding an IBD metric that can account for these (and copy number variation!!!) not removing your own data!
Thank you for your reply. I am not interested in multi-alleles specifically but I am trying to identify IBD regions in familial variant data and using these regions to screen for rare causal variants. When performing IBD detection with IBIS, I receive multiple warnings about identical SNP positions pertaining to multiallelic sites, so was wondering whether to exclude these SNPs prior to running IBIS.