Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tikacp
    Junior Member
    • Feb 2013
    • 2

    DESeq - Error: More than one fitInfo object available.

    hello,

    i was trying out different methods to estimate the dispersions in my data and ran into the following problem for the 'per-condition' method ('blind' and 'pooled' work fine):
    Code:
    > cds <- newCountDataSet(exprs(dataNormGC),data$virtual_conditions)
    > sizeFactors(cds) <- rep(1,18)
    > cds <- estimateDispersions(cds,method="per-condition",sharingMode="maximum")
    > plotDispEsts(cds)
    Error in fitInfo(cds, name = name) : 
      More than one fitInfo object available. Specify by name. (See 'ls(cds@fitInfo)' for a list.)
    Calls: plotDispEsts -> fitInfo
    as suggested, i looked into
    Code:
    > ls(cds@fitInfo)
    which only said
    Code:
    [1] "pooled"
    can anyone explain to me why that happens?
    in case it is important: my data contains replicates only for some conditions, not for all.

    thanks
    tim
  • mdarby
    Junior Member
    • Jun 2013
    • 1

    #2
    I am getting this same error. My data contains replicates for all conditions. Did you find an answer?

    Comment

    • tikacp
      Junior Member
      • Feb 2013
      • 2

      #3
      hi,

      unfortunately, i haven't found any solution, yet. i thought that maybe something attached to the workspace would cause the problem, but that wasn't it, either. i don't know where else to look currently, sorry.

      cheers
      tim

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      14 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      28 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      22 views
      0 reactions
      Last Post SEQadmin2  
      Working...