This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Biallelic inactivation detection

Hello everyone,

Is there any way to detect biallelic inactivation in certain genes?

Thanks in advance!

rna-seq genome gene

1 answer

  • get a phased VCF
  • annotate the variants (SnpeFF) and filter the variants breaking the protein
  • extract the gene names for both strands
  • get the common names in both lists.

Thank you for the answer. How to get phased VCF if I use Varscan? It it possible to get phased data from VCF after Varscan? Or I need to change my pipeline?

Log in to answer this question.