Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • choseqid
    replied
    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!

    Leave a comment:


  • IsBeth
    replied
    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?

    Leave a comment:


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

    Leave a comment:


  • indugun
    replied
    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

    Leave a comment:


  • Pseudoknot
    replied
    It was useful, thanks!

    Leave a comment:


  • aprilw
    replied
    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!

    Leave a comment:


  • aprilw
    started a topic Help Using DESeq without replicates

    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

Latest Articles

Collapse

  • seqadmin
    New Genomics Tools and Methods Shared at AGBT 2025
    by seqadmin


    This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

    The Headliner
    The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
    03-03-2025, 01:39 PM
  • seqadmin
    Investigating the Gut Microbiome Through Diet and Spatial Biology
    by seqadmin




    The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
    02-24-2025, 06:31 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 03-03-2025, 01:15 PM
0 responses
181 views
0 likes
Last Post seqadmin  
Started by seqadmin, 02-28-2025, 12:58 PM
0 responses
275 views
0 likes
Last Post seqadmin  
Started by seqadmin, 02-24-2025, 02:48 PM
0 responses
663 views
0 likes
Last Post seqadmin  
Started by seqadmin, 02-21-2025, 02:46 PM
0 responses
269 views
0 likes
Last Post seqadmin  
Working...
X