Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Hamid Reza
    Junior Member
    • Nov 2015
    • 3

    Conversion of .fastq to .txt RNA-seq files for EdgeR package

    Hi all,

    I want to do the TMM normalization on my RNA-seq data using EdgeR package in R and have two questions:

    1) How can I convert .fastq files to .txt files to be able to feed them into the EdgeR package?

    2) My RNA-seq data are paired sequence .fastq files. What quality control should I do on them and how should I merge them together prior to analysis?

    Thanks for the help,

    Hamid
  • blancha
    Senior Member
    • May 2013
    • 367

    #2
    1) Align them on your reference genome with a splice-junction aware aligner like TopHat or STAR. Count the aligned reads with htseq-count or featureCounts.

    2) Do the quality controls on the FASTQ files with FASTQC. Don't merge the paired FASTQ files. Give both files in input to your aligner.

    Comment

    • Hamid Reza
      Junior Member
      • Nov 2015
      • 3

      #3
      Thanks a a lot for the help blancha. I'm doing the analysis in windows-based R.

      I'm wondering if you know any package for windows-based R (or Mac-based R) for aligning the fastq files on my reference genome?

      Comment

      • blancha
        Senior Member
        • May 2013
        • 367

        #4
        R is really more useful at a later stage, when you already have the count matrices.
        There may be a way to do the alignment with an R package, but I've never done it with R.
        Even the official document on BioConductor for RNA-Seq analysis recommends using a command-line program, most of which are written in C++ or Java, to do the alignment first.
        Here we walk through an end-to-end gene-level RNA-seq differential expression workflow using Bioconductor packages. We will start from the FASTQ files, show how these were aligned to the reference genome, and prepare a count matrix which tallies the number of RNA-seq reads/fragments within each gene for each sample. We will perform exploratory data analysis (EDA) for quality assessment and to explore the relationship between samples, perform differential gene expression analysis, and visually explore the results.


        The aligner I use is TopHat, which is historically the most popular aligner.
        STAR is becoming increasingly popular due to its speed of execution.
        BBMap is also becoming more widely used, partly because of Brian Bushell's work on this forum, giving technical support.

        Most of these programs are Unix command line programs.
        BBMap is written in Java though, so it will run on Windows.
        Note that NGS data is generally requires quite significant computational resources, hence the reason the alignment is generally done on computing clusters.

        If you are unfamiliar with the Unix command line, you could do the alignment on the public server for Galaxy, but I don't know how long you would have to wait for the resource to be available on the public server for you to do your alignment.

        Comment

        • shi
          Wei Shi
          • Feb 2010
          • 236

          #5
          There is a Bioconductor package called Rsubread that can carry out read alignment. This package provides R wrapper functions for those programs (Subread aligner, Subjunc aligner, featureCounts ...) included in the Subread package, which is released via SourceForge.

          Subread and Subjunc are among the fastest aligners available so far, and they only use a moderate amount of memory.

          Here is a complete Bioconductor/R pipeline for RNA-seq analysis from read mapping to the discovery of differentially expressed genes:

          Comment

          • Hamid Reza
            Junior Member
            • Nov 2015
            • 3

            #6
            Thanks everyone for all the help.

            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, Yesterday, 10:26 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            27 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            16 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            33 views
            0 reactions
            Last Post SEQadmin2  
            Working...