Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ketan_bnf
    Member
    • Oct 2010
    • 59

    #1

    How to find fusion genes using bioinformatics, Need help?

    Hi all,

    I am new to this forum, actually i have 454 sequences and want to find fusion genes (chromosomal translocation) may be causing cancer, right now i am using BLAT, collecting sequences having min. 100bp alignment and above 93% identity.

    1) Is there any tool or pipeline that directly predict fusion genes?

    2) Is there any perl script to extract result from BLAT output using my parameters?

    3) Am i going in right way?

    Regards.
  • malachig
    Senior Member
    • Aug 2010
    • 117

    #2
    Is your data from genomic DNA or RNA? There are probably others, but here are some possibilities off the top:

    DeFuse, BreakDancer, Trans-ABySS, NextGENe, some relevant papers here and here, and here.

    We have used DeFuse successfully at our center so that would be my first recommendation if you have RNA-seq data...

    Comment

    • ketan_bnf
      Member
      • Oct 2010
      • 59

      #3
      Thanks for your reply.


      My data is a transcriptome data. I didn't know about BFAST and SAM tools, i'll try it and confirm whether it's apporproate for my data.


      Regards,

      Comment

      • townway
        Member
        • May 2009
        • 41

        #4
        would you share some your experience of defuse?

        when I modified config.txt like
        # Directory where you have decompressed your dataset
        dataset_dir = /gs1/users/defuse-0.3.3/
        dataset_prefix = /gs1/users/defuse-0.3.3/Homo_sapiens.GRCh37.59

        it always showed the error "does not exist the file /gs1/users/tangwei/defuse-0.3.3/Homo_sapiens.GRCh37.59"


        Thank you

        Wei


        Originally posted by malachig View Post
        Is your data from genomic DNA or RNA? There are probably others, but here are some possibilities off the top:

        DeFuse, BreakDancer, Trans-ABySS, NextGENe, some relevant papers here and here, and here.

        We have used DeFuse successfully at our center so that would be my first recommendation if you have RNA-seq data...

        Comment

        • andrewm
          Junior Member
          • Nov 2010
          • 9

          #5
          Do you have a space after Homo_sapiens.GRCh37.59
          If you would like to email me the config file directly, i can take a look.

          Andrew

          amcphers
          at
          bccrc
          dot
          ca

          Comment

          • townway
            Member
            • May 2009
            • 41

            #6
            Thank you Andrew.
            The main problem for me as you said is the text editor messing everything up.
            now it is running.


            Originally posted by andrewm View Post
            Do you have a space after Homo_sapiens.GRCh37.59
            If you would like to email me the config file directly, i can take a look.

            Andrew

            amcphers
            at
            bccrc
            dot
            ca

            Comment

            • Brajbio
              Member
              • Jun 2010
              • 20

              #7
              Did some one has worked on FusionSeq or FusionHunter. How are these tools comparatively with DeFuse in terms of performance and usability???

              Comment

              • Brajbio
                Member
                • Jun 2010
                • 20

                #8
                can tophat be used for detection of gene fusion?

                Comment

                • jochensupper
                  Junior Member
                  • Nov 2009
                  • 7

                  #9
                  Brajbio,

                  most gene fusion tools use paired-end information to detect gene fusion candidates. So in principle you could map with tophat but depending on your downstream gene fusion detection tool, the "split" alignments might not be taken into account. Some tools, however, re-align reads to the detected breakpoint region to determine the exact breakpoint.

                  Originally posted by Brajbio View Post
                  can tophat be used for detection of gene fusion?
                  We (Genomatix) have a gene fusion detection tool that will use "split" reads to detect gene fusion candidates.

                  Comment

                  • kissthefuture
                    Junior Member
                    • Apr 2011
                    • 6

                    #10
                    Originally posted by townway View Post
                    would you share some your experience of defuse?

                    when I modified config.txt like
                    # Directory where you have decompressed your dataset
                    dataset_dir = /gs1/users/defuse-0.3.3/
                    dataset_prefix = /gs1/users/defuse-0.3.3/Homo_sapiens.GRCh37.59

                    it always showed the error "does not exist the file /gs1/users/tangwei/defuse-0.3.3/Homo_sapiens.GRCh37.59"


                    Thank you

                    Wei
                    hi, I find that your defuse version is so old.Please use 0.3.6 or 0.6.2

                    Comment

                    • malachig
                      Senior Member
                      • Aug 2010
                      • 117

                      #11
                      I would also suggest you update to 0.4.2. The way these things are specified in the config file have changed slightly. The new example may be more clear. After you have tried that, if you are still having difficulty, email your config file to the author or post it here and we can take a look....

                      Comment

                      • GenoMax
                        Senior Member
                        • Feb 2008
                        • 7142

                        #12
                        Mapsplice may also be an option you can try: http://www.netlab.uky.edu/p/bioinfo/MapSplice

                        Comment

                        • srividya
                          Junior Member
                          • Sep 2010
                          • 6

                          #13
                          deFuse error.

                          Hello,

                          I am trying to use defuse. I tried to create the 2bit reference genome file. I got some errors. Can anyone check if there is some mistake with the config file that i changed?

                          /Apps/serial/defuse/defuse-0.4.3/scripts/create_reference_dataset.pl -c config.txt

                          This is the error that I got when I ran the create_reference_dataset.pl,

                          Use of uninitialized value in concatenation (.) or string at /Apps/serial/defuse/defuse-0.4.3/scripts/cmdrunner.pm line 39.

                          Thanks,
                          Srividya
                          Attached Files

                          Comment

                          • andrewm
                            Junior Member
                            • Nov 2010
                            • 9

                            #14
                            Your config.txt appears to be fine. However, the perl function abs_path is returning null. What operating system are you using? And which version of perl?

                            If you want, you can reach me quicker by email at the address listed on this page:
                            Download deFuse for free. deFuse is a software package for gene fusion discovery using RNA-Seq data. deFuse .tar.gz bundles will be released periodically on the sourceforge site, see Files.


                            Originally posted by srividya View Post
                            Hello,

                            I am trying to use defuse. I tried to create the 2bit reference genome file. I got some errors. Can anyone check if there is some mistake with the config file that i changed?

                            /Apps/serial/defuse/defuse-0.4.3/scripts/create_reference_dataset.pl -c config.txt

                            This is the error that I got when I ran the create_reference_dataset.pl,

                            Use of uninitialized value in concatenation (.) or string at /Apps/serial/defuse/defuse-0.4.3/scripts/cmdrunner.pm line 39.

                            Thanks,
                            Srividya

                            Comment

                            • mjn138
                              Junior Member
                              • Apr 2011
                              • 3

                              #15
                              FusionMap

                              You may also try out FusionMap, from Omicsoft. http://omicsoft.com/fusionmap/

                              It works with single end reads as well. The paper is at http://bioinformatics.oxfordjournals...tr310.abstract

                              It runs on both windows and linux.

                              Comment

                              Latest Articles

                              Collapse

                              • SEQadmin2
                                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                                by SEQadmin2



                                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                                ...
                                07-31-2026, 11:01 AM
                              • SEQadmin2
                                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                                by SEQadmin2


                                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                                The systematic characterization of the human proteome has
                                ...
                                07-20-2026, 11:48 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 08-06-2026, 07:41 AM
                              0 responses
                              18 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-03-2026, 10:13 AM
                              0 responses
                              33 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-31-2026, 02:55 AM
                              0 responses
                              43 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-24-2026, 12:17 PM
                              0 responses
                              26 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...