Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • James
    Member
    • Mar 2010
    • 23

    Starting out with mRNA-seq analysis

    So I'm a newbie to this so have a few questions on what programs to use (just to get me started) that are good for the beginner, I've had a good look through the list of programs but I'd like some peoples opinions. For an average pipeline for illumina mRNA-seq data.

    Align to my cds/genome: I have used bowtie to do this easy to use.

    Count alignments in cds and create RPKM values: How can I do this?

    Compare RPKM values from different data sets: I guess you could use scatter graphs to compare, any other good ways?

    Visualization of the reads on the genome: The UCSC browser looks superb, however it doesn't have the genome of the critter I work on. What else is good for this?

    Sorry for the awful newbie questions. Thanks, J
  • Siva
    Member
    • Nov 2008
    • 57

    #2
    Originally posted by James View Post
    So I'm a newbie to this so have a few questions on what programs to use (just to get me started) that are good for the beginner, I've had a good look through the list of programs but I'd like some peoples opinions. For an average pipeline for illumina mRNA-seq data.

    Align to my cds/genome: I have used bowtie to do this easy to use.

    Count alignments in cds and create RPKM values: How can I do this?

    Compare RPKM values from different data sets: I guess you could use scatter graphs to compare, any other good ways?

    Visualization of the reads on the genome: The UCSC browser looks superb, however it doesn't have the genome of the critter I work on. What else is good for this?

    Sorry for the awful newbie questions. Thanks, J
    Hi
    To count alignments and create RPKM you could use Cufflinks it does transcript assembly: check out: http://cufflinks.cbcb.umd.edu/

    To get read counts per feature : You could use a script htseq-count (within http://www-huber.embl.de/users/ander.../overview.html). It takes a SAM output and compares it to a reference annotation (GFF and GTF) and assigns read counts per feature (exon by default).

    If your lab is willing to pay you could use a proprietary aligner/assembler like http://www.softgenetics.com/NextGENe.html

    and this forum will have many great suggestions so stay tuned

    Siva

    Comment

    • shurjo
      Senior Member
      • Jan 2009
      • 132

      #3
      Hi James,

      My two cents worth:

      I would use TopHat rather than Bowtie for the alignment so as to include reads mapping to splice junctions

      Cufflinks and ERANGE both calculate RPKMs (or FPKMs in the case of Cufflinks). For getting raw counts of reads mapping to transcripts, in addition to htseq-count, BedTools has an utility called coverageBed which I use.

      Comparing RPKMs may be as simple as a scatter plot, or if you need to do statistical tests, there are multiple R/Bioconductor packages designed for this purpose (DEGSeq/DEseq/edgeR/Bayseq).

      Best of luck,

      Shurjo

      Comment

      • James
        Member
        • Mar 2010
        • 23

        #4
        Thanks guys RPKM/FPKM is where I'm stumbling currently. Will try some of those out.

        Thanks, J

        Comment

        • Siva
          Member
          • Nov 2008
          • 57

          #5
          Originally posted by shurjo View Post
          For getting raw counts of reads mapping to transcripts, in addition to htseq-count, BedTools has an utility called coverageBed which I use.

          Shurjo
          Hi Shurjo
          In BEDTools, can I use coverageBed using a SAM file and GFF file as inputs or should I convert the SAM file to a bed file? What kind of output does this produce?

          thanks
          Siva

          Comment

          • shurjo
            Senior Member
            • Jan 2009
            • 132

            #6
            Hi Siva,

            You need to convert both your reads and the gene annotation file to BED format (the latter can be easily downloaded from UCSC). BEDTools has an utility called bam2bed that will convert bam to BED, and if you have samtools you can easily convert from sam to bam. The output format is explained in section 5.9 of the BEDTools manual.

            Regards,

            Shurjo

            Comment

            • ScottC
              Senior Member
              • Jan 2008
              • 244

              #7
              You might also find this review useful:

              Computation for ChIP-seq and RNA-seq studies
              Shirley Pepke et al.

              Comment

              • alaincoletta
                Junior Member
                • Oct 2012
                • 3

                #8
                At InSilico DB (https://insilicodb.org), we use the tophat-cufflinks-cummeRbund pipeline (www.nature.com/protocolexchange/protocols/2327)

                There is an example of some of the results here: https://insilicodb.org/differential-...ng-cummerbund/


                Align to my cds/genome: I have used bowtie to do this easy to use.
                We use Tophat with Bowtie2



                Count alignments in cds and create RPKM values: How can I do this?
                We use Cufflinks

                Compare RPKM values from different data sets: I guess you could use scatter graphs to compare, any other good ways?
                We use Cuffdiff for deifferential gene expression

                Visualization of the reads on the genome: The UCSC browser looks superb, however it doesn't have the genome of the critter I work on. What else is good for this?
                You can send your BAM file to GenomeSpace and visualie them with IGV (http://genomespace.org)


                Hope this helps

                Comment

                Latest Articles

                Collapse

                • 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
                • GATTACAT
                  Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by GATTACAT
                  Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                  07-01-2026, 11:43 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 07-13-2026, 10:26 AM
                0 responses
                26 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-09-2026, 10:04 AM
                0 responses
                37 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-08-2026, 10:08 AM
                0 responses
                23 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-07-2026, 11:05 AM
                0 responses
                34 views
                0 reactions
                Last Post SEQadmin2  
                Working...