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

                              • mylaser
                                Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                                by mylaser
                                Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
                                If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
                                This guide explains everything you need to know about...
                                Yesterday, 01:13 AM
                              • SEQadmin2
                                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                                by SEQadmin2



                                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                                ...
                                07-09-2026, 11:10 AM
                              • SEQadmin2
                                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                                by SEQadmin2



                                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                                07-08-2026, 05:17 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 07-09-2026, 10:04 AM
                              0 responses
                              21 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-08-2026, 10:08 AM
                              0 responses
                              13 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-07-2026, 11:05 AM
                              0 responses
                              31 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-02-2026, 11:08 AM
                              0 responses
                              31 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...