How can I open .fusion file for fusion detection from RNA-seq analysis
I use STAR to detect the fusions from RNA-seq file, then I got .FUSION file, how can I open it?
rna-seq
• 1,844 views
•
link
written
by
shangqianwang •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Determing the effect of directionality on gene fusions
written by Ben •I am working with the output of STAR-Fusion, looking to define fusion events in a panel of cell lines. Genes are annotated as fused with …
-
Is it possible to detect fusion genes by either stranded or unstranded RNA-seq?
written by ApprenticeI am interested in detecting fusion genes in RNA-seq data. I'm going to use STAR-Fusion. There are two types of RNA-seq, stranded RNA-seq and unstranded …
-
Filtering out relevant Gene-fusions
written by soniabedi.07 •Hi. I performed STAR-fusion for obtaining Gene fusions from my sample (human). I got a high number of gene-fusions. I suspect there might be some …
-
Call fusion genes from WES data
written by Paso •Hi, which programs can I use to call gene fusions from WES data? I know about Comrad, CRAC and FusionMap whcih can be used for …
-
Visualize gene fusions in IGV
written by RonHi, I am trying to visualize gene fusions from RNAseq data in IGV, that is detected by gene fusion software STAR-fusion and Fusion catcher. Does …
-
Star-fusion not finding reference fusion genes
written by psaundphd •I am trying to qualify Star-fusion on Galaxy for doing cancer gene fusion studies. I downloaded a complete set of CTAT files for running it …
-
Fusion sequence matching
written by pennakizaHello everyone, I was wondering if it would make any sense to detect gene fusions in my RNA seq data by just matching the sequence …
-
Star-Fusion last-matching gene pairs file
written by genya35 •Hello, Could you please clarify the correct file to use as a last-matching gene pairs file for Star-Fusion. I ran human exome RNA-seq data through …
-
Tool: Arriba: Fast and accurate gene fusion detection from RNA-Seq data
written by uhrigs[Arriba][1] is a command-line tool for the detection of gene fusions from RNA-Seq data of tumor samples. It is based on the ultrafast [STAR][2] aligner …
-
How To Filter Fusions When Using Tophat2 In Galaxy
written by KS<p>Hi All,</p> <p>I am trying to detect fusions using tophat2 in Galaxy and tophat2 generated fusion file with out any errors. My question is how …
Try the following on the command line:
less [my_file.fusions]
If you see human-readable output, that means you should be able to open the file in a normal text editor.
If you see regular spacing or delimiters in the body of the text, you can probably open and view it with spreadsheets software.
Perfectly solved! Thank you Dan!