HI , I am thinking these three questions: 1. what's the detailed relationship between the breakpoint and gene fusion in WGS data,not RNA-seq data ?
How to judge the breakpoint via soft-clipped reads ?
3, How to know which gene included at a breakpoint in the gene fusion ?\
I am new guy to gene fusion ,hope get your help!
thank you very much!
I must remark that for complex structural variants like translocations, I have not yet tested an automated annotation pipeline. SnpEff page says it has limited capabilities and Variant Effect Predictor doesn't list translocations as supported. But I am finding filtering out true calls from all the predictions (from any SV caller) is a bigger challenge. Just my experience..
HI, thank you for your reply! The breakpoint mapping is the one of way to detect gene fusion,but I have another quesion now: if I got the location of two breakpoints, such as one point is chr1:172599726, another point is chr4:96089478, Next how to konw which gene happened at this kind of gene fusion ??
Thank you !
hi, assuming that the caller hasn't given the gene information already, you can simply put those coordinates in UCSC genome browser or Ensembl, to know the gene those coordinates might be in. If you have more than a few coordinates to do such checks then I suggest that you download gene coordinates in BED file format and use bedtools to annotate. Alternatively, you could feed your coordinates to Ensembl BioMart, or UCSC Table Browser to get gene annotations.