Unconfigured Ad

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

    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
                                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                by SEQadmin2


                                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                                Here are nine questions we think about, in roughly the order they matter, before...
                                06-18-2026, 07:11 AM
                              • SEQadmin2
                                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                                by SEQadmin2


                                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                                ...
                                06-02-2026, 10:05 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 06-26-2026, 11:10 AM
                              0 responses
                              12 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-17-2026, 06:09 AM
                              0 responses
                              46 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-09-2026, 11:58 AM
                              0 responses
                              106 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-05-2026, 10:09 AM
                              0 responses
                              125 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...