Detecting compound heterozygous
I'd like to know if my variants are in cis or trans. How can I detect these compound heterozygous individuals? Which tools do you recommend?
haplotype
heterozygous
• 939 views
•
link
written
by
_quantum_girl_ •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Multi allelic variants extraction with plink
written by _quantum_girl_ •I have a few variants with same rsid but multiallelic variants: 1 10690948 rs17035482 C G 1 10690948 rs17035482 C T How can I use …
-
Regenie to get burden
written by _quantum_girl_ •Hi I'd like to compute the burden, meaning the number of SNPs with MAF<0.01 within a gene using Regenie. I AM NOT interested in doing …
-
How to find variants in a specific gene in a cohort of 500k+ individuals?
written by _quantum_girl_ •Hi, I'm using the UKB DNAnexus platform and I want to find if there exist variants (SNPs, CNVs) at specific genes across all individuals. Can …
-
How do you know if a variant is in cis or trans when looking at it with IGV
written by ManuelDBHow can we know if a variant is in trans or cis when analysing a BAM file by IGV. In this example, the author says …
-
How to detect cis and trans protein coding genes of interested lncRNAs?
written by newbieHello Everyone, I have 10 tumor samples and I'm interested in identifying lncRNA function. I see that for WGCNA, minimum sample size should be 20. …
-
Genotype phasing with lack of parental information - compound heterozygous
written by vntt2407 •Hi, I have a question regarding genotype phasing from exome sequencing results. So the thing is I've found two heterozygous variants (likely pathogenic) in two …
-
Gene to pathway analysis
written by gladyHello friends, I have some genes which I do know that they code for Rhamnolipid compound but I do not know how these genes are …
-
Limiting variants from WGS to GWAS regions to get more significant cis/trans eQTLs
written by Milos Pjanic •I have ~60 WGS and RNA-Seq samples which should be sufficient to analyze cis-eQTLs, however not sufficient for the trans-eQTLs. I am wondering would it …
-
How To Identify Cis And Trans Conformation Of Proline?
written by aleeha •<p>How can I find a proline is in cis and trans conformations? Is it possible to find from pdb files? or any tools available to …
-
Tools To Identify Compound Heterozygous Variants?
written by Ahdf-Lell-Kocks •<p>Are there any tools to identify compound heterozygous variants in resequencing data? By compound heterozygosity I mean a catalog of multiple deleterious mutations (PolyPhen? or …
you need a phased VCF.
if your vcf is not phased there are some tools that can be of help: SHAPEIT, Beagle, etc...
I already have phased VCF. I guess my question was how to narrow them down to a list of variants. And then obtain haplotypes like this:
Where 0 is ref and 1 is alt.
I've recently read you can do these with bcftools, just wanted to know if there were other tools out there.