Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help Using DESeq without replicates

    Hello,

    I'm working with a data set that we have yet to replicate. I'm trying to take a cursory look at the differential expression, but I keep getting an error I don't understand. I don't know if it matters but I'm generating my count tables with HTSeq. Here is the error:

    > table = read.delim(file="~/neuron_rna_seq/hypodermis_table.txt", header=FALSE, stringsAsFactors=TRUE)
    > cds = newCountDataSetFromHTSeqCount(table, directory="~/neuron_rna_seq")
    > cds = estimateSizeFactors( cds )
    > sizeFactors( cds )
    hypodermis hypodermis_unfiltered
    0.3333333 3.0000000
    > cds = estimateDispersions(cds, method="blind", sharingMode="fit-only")
    Error in parametricDispersionFit(means, disps) :
    Parametric dispersion fit failed. Try a local fit and/or a pooled estimation. (See '?estimateDispersions')
    In addition: Warning message:
    glm.fit: algorithm did not converge
    #Because of this I use the local fit
    > cds = estimateDispersions(cds, method="blind", sharingMode="fit-only", fitType="local")
    > results = nbinomTest(cds, "hypodermis", "hypodermis_unfiltered")
    #Error in question
    Error in if (dispTable(cds)[condA] == "blind" || dispTable(cds)[condB] == :
    missing value where TRUE/FALSE needed


    I apologize if this is a basic question, I'm not an experienced user.

    Thanks!
    April

  • #2
    Answer to my own question

    Hi All,

    Figures the first time I post a question I end up answering it myself.

    My conditions were not named what I thought they were. I solved this by using dispTable(cds)[CondA]. With the incorrect condition name this evaluated to NA, thus causing the error.

    Sorry for the stupid question, maybe this will help a similarly misguided person!

    Comment


    • #3
      It was useful, thanks!

      Comment


      • #4
        raju

        Originally posted by aprilw View Post
        Hello,

        I'm working with a data set that we have yet to replicate. I'm trying to take a cursory look at the differential expression, but I keep getting an error I don't understand. I don't know if it matters but I'm generating my count tables with HTSeq. Here is the error:

        > table = read.delim(file="~/neuron_rna_seq/hypodermis_table.txt", header=FALSE, stringsAsFactors=TRUE)
        > cds = newCountDataSetFromHTSeqCount(table, directory="~/neuron_rna_seq")
        > cds = estimateSizeFactors( cds )
        > sizeFactors( cds )
        hypodermis hypodermis_unfiltered
        0.3333333 3.0000000
        > cds = estimateDispersions(cds, method="blind", sharingMode="fit-only")
        Error in parametricDispersionFit(means, disps) :
        Parametric dispersion fit failed. Try a local fit and/or a pooled estimation. (See '?estimateDispersions')
        In addition: Warning message:
        glm.fit: algorithm did not converge
        #Because of this I use the local fit
        > cds = estimateDispersions(cds, method="blind", sharingMode="fit-only", fitType="local")
        > results = nbinomTest(cds, "hypodermis", "hypodermis_unfiltered")
        #Error in question
        Error in if (dispTable(cds)[condA] == "blind" || dispTable(cds)[condB] == :
        missing value where TRUE/FALSE needed


        I apologize if this is a basic question, I'm not an experienced user.

        Thanks!
        April
        Useful
        Thank you

        Comment


        • #5
          I have the same error … but I did not understand how solve it, can you help me?

          Comment


          • #6
            My pipeline in DEseq using data without replicates and 2 conditions is not working either. I thought that something was wrong with the dispersion. But no dispersion method works, so...maybe there's a problem with the preprocessing? Anybody got the same problem with DESeq?

            Comment


            • #7
              Hi April,

              What exactly did you do with dispTable(cds)[CondA]?

              Thanks.

              Originally posted by aprilw View Post
              Hi All,

              Figures the first time I post a question I end up answering it myself.

              My conditions were not named what I thought they were. I solved this by using dispTable(cds)[CondA]. With the incorrect condition name this evaluated to NA, thus causing the error.

              Sorry for the stupid question, maybe this will help a similarly misguided person!

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin


                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
                Yesterday, 07:01 AM
              • seqadmin
                Current Approaches to Protein Sequencing
                by seqadmin


                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                04-04-2024, 04:25 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              52 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              45 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Working...
              X