Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ronaldrcutler
    Member
    • May 2016
    • 80

    Output count table in DESeq 2

    Hello all,

    I am trying to output the count table that is created to be used for differential expression analysis in DESeq. I'm just having trouble on what code to use to get a tab-delimited text file with Gene_ID as row headers and replicates as column headers.
    This is what I have so far. Could this be done in HTSeq-count?
    Code:
    library("DESeq2")
    
    files = c("merged_sample_2.bam_htseq_out.txt","merged_sample_11.bam_htseq_out.txt","merged_sample_20.bam_htseq_out.txt","merged_sample_3.bam_htseq_out.txt","merged_sample_12.bam_htseq_out.txt","merged_sample_21.bam_htseq_out.txt")
    
    cond = c("GFP","GFP","GFP","DBM","DBM","DBM")
    
    sTable = data.frame(sampleName = files, fileName = files, condition = cond)
    
    dds <-DESeqDataSetFromHTSeqCount(sampleTable=sTable, directory = "/Volumes/cachannel/RNA_SEQ/Notch_RNASeq/in_silico_test/DESeq", design = ~condition)
    I am planning on using this count table with a tool called Scotty - "a tool to assist in the designing of RNA Seq experiments that have adequate power to detect differential expression at the level required to achieve experimental aims" Check it out here: http://scotty.genetics.utah.edu/

    Thanks
  • wdecoster
    Member
    • Oct 2015
    • 97

    #2
    Do I understand it correctly that you haven't used htseq-count up to this point?

    Comment

    • ronaldrcutler
      Member
      • May 2016
      • 80

      #3
      I have used htseq-count, I even have the count files from that but I would like to put that in a tab delimited text file.

      Comment

      • wdecoster
        Member
        • Oct 2015
        • 97

        #4
        The function DESeqDataSetFromHTSeqCount should be perfectly able to read in the separate htseq-count files. Using this link you can find some pointers: http://rpackages.ianhowson.com/bioc/...eqDataSet.html

        Comment

        • ronaldrcutler
          Member
          • May 2016
          • 80

          #5
          Thanks! I understand how this works - just having trouble outputting the table in a tab delimited text file. Any help on that? I even have tried to output the count table in a csv format using write.csv(), but ran into an error.

          Comment

          • wdecoster
            Member
            • Oct 2015
            • 97

            #6
            you can access the counts from the dds object by using the counts <- assay(dds) function if I'm not terribly mistaken

            Comment

            • ronaldrcutler
              Member
              • May 2016
              • 80

              #7
              Okay, I think i've got it. Thank you very much!

              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
              • 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
              21 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-09-2026, 11:58 AM
              0 responses
              40 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-05-2026, 10:09 AM
              0 responses
              46 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...