Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • baohua100
    Senior Member
    • Jun 2008
    • 103

    Transcriptome assembly using solexa reads

    species 1 : 10M 35bp reads
    species 2 : 12M 35bp reads

    de nove assembly:
    species 1: 4235 contigs
    species 2: 5863 contigs
    and we known the coverage of every site on each contig.

    How can we use coverage information for gene expression analysis of one species or comparative analysis between 2 species?
  • mchaisso
    Member
    • Apr 2008
    • 84

    #2
    Perhaps concatenate the two datasets into one, and then parse the reads mapped to each contig to determine the mix of reads mapped to the contig?

    Comment

    • jarret_glasscock
      Junior Member
      • Sep 2008
      • 2

      #3
      Hello baohua100,

      What did you use for your transcriptome assembly?
      I have been using velvet, however the need to put in the average coverage makes it appropriate for genomic assembly but not transcriptome (where gene to gene expression levels vary greatly).

      best.
      jarret

      Comment

      • baohua100
        Senior Member
        • Jun 2008
        • 103

        #4
        Originally posted by jarret_glasscock View Post
        Hello baohua100,

        What did you use for your transcriptome assembly?
        I have been using velvet, however the need to put in the average coverage makes it appropriate for genomic assembly but not transcriptome (where gene to gene expression levels vary greatly).

        best.
        jarret
        I want to see how solexa de nove transciptome sequencing to get ESTs of non-model plant. I use Edena to assembly.

        Comment

        • masterpiece
          Member
          • Mar 2009
          • 40

          #5
          Originally posted by baohua100 View Post
          I want to see how solexa de nove transciptome sequencing to get ESTs of non-model plant. I use Edena to assembly.
          hi boahua,

          I've found a paper published on transcriptome analysis using non-model plant. here s the url linked to the paper http://www.jsbi.org/modules/journal1....php/GI21.html

          Comment

          • masterpiece
            Member
            • Mar 2009
            • 40

            #6
            Originally posted by jarret_glasscock View Post
            Hello baohua100,

            What did you use for your transcriptome assembly?
            I have been using velvet, however the need to put in the average coverage makes it appropriate for genomic assembly but not transcriptome (where gene to gene expression levels vary greatly).

            best.
            jarret
            hi jarret

            how's your assembly? currently i also doing assembly using velvet, but having trouble on selecting hash length that give the best assembly result. do you have any idea?

            agreed with you about the average coverage is not appropriate for transcriptome analysis.

            going for Edena to see how's assembly looks like.
            Last edited by masterpiece; 03-25-2009, 06:35 PM.

            Comment

            • swbarnes2
              Senior Member
              • May 2008
              • 910

              #7
              Originally posted by masterpiece View Post
              hi jarret

              how's your assembly? currently i also doing assembly using velvet, but having trouble on selecting hash length that give the best assembly result. do you have any idea?

              agreed with you about the average coverage is not appropriate for transcriptome analysis.

              going for Edena to see how's assembly looks like.
              What if you tried a few rounds of:

              1) velvet up contigs with a pretty high depth threshold
              2) pull out those sequences, or the transcripts they represent
              3) align against those transcripts with a fairly low tolerance for errors
              4) velvet the reads that that are leftover with different settings
              5) pull out those transcripts align, etc

              It's just an idea, but the tiering might allow you to apply different settings to contigs with differnt depth.

              Comment

              • baohua100
                Senior Member
                • Jun 2008
                • 103

                #8
                Originally posted by masterpiece View Post
                hi jarret

                how's your assembly? currently i also doing assembly using velvet, but having trouble on selecting hash length that give the best assembly result. do you have any idea?

                agreed with you about the average coverage is not appropriate for transcriptome analysis.

                going for Edena to see how's assembly looks like.
                I am looking forword to hear your results from Edena.

                Comment

                • masterpiece
                  Member
                  • Mar 2009
                  • 40

                  #9
                  Originally posted by swbarnes2 View Post
                  What if you tried a few rounds of:

                  1) velvet up contigs with a pretty high depth threshold
                  2) pull out those sequences, or the transcripts they represent
                  3) align against those transcripts with a fairly low tolerance for errors
                  4) velvet the reads that that are leftover with different settings
                  5) pull out those transcripts align, etc

                  It's just an idea, but the tiering might allow you to apply different settings to contigs with differnt depth.

                  thanks 4 the idea,

                  correct me if I'm wrong. its possible to pull out contigs that have high depth threshold, but howbout those which are lowly trancript, I think those contigs will have low depth coverage.

                  Comment

                  • deks84
                    Junior Member
                    • Jun 2009
                    • 5

                    #10
                    Help me please..

                    I don't really get what all of you have been discussed here.

                    Recently I've being asked to do transcriptome assembly by my supervisor. But the thing is we don't have anyone here that can help me to do it. We only have those who know assemble genome data. I don't even have any idea of transcriptome assembly. Please tell me how to start, I mean which type of data I should work first? because we have outsourcing to do the RNA-seq for our samples. But in order to assemble that I don't know how. Please help me.

                    Comment

                    • strob
                      Member
                      • Nov 2008
                      • 84

                      #11


                      De novo transcriptome assembler for very short reads (the RNAseq variant of velvet)

                      Comment

                      • deks84
                        Junior Member
                        • Jun 2009
                        • 5

                        #12
                        Originally posted by strob View Post
                        http://www.ebi.ac.uk/~zerbino/oases/

                        De novo transcriptome assembler for very short reads (the RNAseq variant of velvet)
                        Thank you for the info. May I know what do you mean by very short reads? is it only for prokaryotic? How about eukaryotic like human?

                        Comment

                        • Linnea
                          Member
                          • Mar 2010
                          • 23

                          #13
                          "Very short reads" refers to the sequencing technique, not the organism. I would guess very short reads in this case are Illumina and SOLiD reads, up to ~75-100 bp.
                          Oases should be fine to use with eukaryotic data, but you might need a tremendous amount of RAM...

                          You could also use other software designed for assembling genomic data, like SOAP denovo or ABySS. ABySS has been used for assembling a human transcriptome (http://bioinformatics.oxfordjournals...ull/25/21/2872).
                          I'm trying both for assembly of a bird transcriptome, they seem to work (I'm not nearly finish though..)

                          Comment

                          • bioinfosm
                            Senior Member
                            • Jan 2008
                            • 483

                            #14
                            Hey that looks neat. Have you tried it at all? It would be interesting to compare it with tophat-cufflinks results of mapping to a reference!


                            Originally posted by swbarnes2 View Post
                            What if you tried a few rounds of:

                            1) velvet up contigs with a pretty high depth threshold
                            2) pull out those sequences, or the transcripts they represent
                            3) align against those transcripts with a fairly low tolerance for errors
                            4) velvet the reads that that are leftover with different settings
                            5) pull out those transcripts align, etc

                            It's just an idea, but the tiering might allow you to apply different settings to contigs with differnt depth.
                            --
                            bioinfosm

                            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...
                              Yesterday, 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
                            • SEQadmin2
                              Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                              by SEQadmin2


                              With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                              Introduction

                              Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                              05-22-2026, 06:42 AM

                            ad_right_rmr

                            Collapse

                            News

                            Collapse

                            Topics Statistics Last Post
                            Started by SEQadmin2, 06-17-2026, 06:09 AM
                            0 responses
                            19 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 06-09-2026, 11:58 AM
                            0 responses
                            38 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 06-05-2026, 10:09 AM
                            0 responses
                            43 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 06-04-2026, 08:59 AM
                            0 responses
                            49 views
                            0 reactions
                            Last Post SEQadmin2  
                            Working...