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
                Genetic Variation in Immunogenetics and Antibody Diversity
                by seqadmin



                The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
                11-06-2024, 07:24 PM
              • seqadmin
                Choosing Between NGS and qPCR
                by seqadmin



                Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
                10-18-2024, 07:11 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 11:09 AM
              0 responses
              22 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Today, 06:13 AM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 11-01-2024, 06:09 AM
              0 responses
              30 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-30-2024, 05:31 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Working...
              X