Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • DunningL
    Junior Member
    • May 2010
    • 4

    baySeq

    I was wondering if anyone else gets the error:

    Error in validObject(.Object) :
    invalid class "countData" object: invalid object for slot "data" in class "countData": got class "data.frame", should be or extend class "matrix"

    when trying to import data into baySeq. I am using a simlar spreadsheet which worked for DESeq, DEGseq and edgeR but it doesnt work for baySeq. I have tried playing around with removing the labels etc but to no avail.

    any help would be greatly appreciated
  • DunningL
    Junior Member
    • May 2010
    • 4

    #2
    The problem appears to be that the 'raw.data' object is of class 'data.frame' rather than class 'matrix'. If you try the following:

    > raw.data <- as.matrix(raw.data)

    before the command

    > CD <- new("countData", data = raw.data, replicates = replicates,
    + libsizes = libsizes, groups = groups)

    then this should succeed.

    Comment

    • DunningL
      Junior Member
      • May 2010
      • 4

      #3
      Also, if anyone else is using the programme what number of iterations and bootstraps are you using for your data set?

      Comment

      • sunkorner
        Member
        • Jan 2011
        • 15

        #4
        Can anyone please let me know why I am encountering this problem in baySeq. Thank you.
        > CDP.NBML <- getPriors.NB(CD, samplesize = 1000, estimation = "QL", cl = cl) > CDPost.NBML@estProps
        Finding priors...Error in quantile.default(nzSD, 1:sqnum/sqnum) :
        missing values and NaN's not allowed if 'na.rm' is FALSE

        Comment

        • unidodo
          Junior Member
          • Jul 2010
          • 8

          #5
          I installed the latest version 1.8.3 and followed the manual, got the following error:

          replicates <- c("simA", "simA", "simA", "simA", "simA", "simB", "simB", "simB", "simB","simB")

          Error in validObject(.Object) :
          invalid class "countData" object: invalid object for slot "replicates" in class "countData": got class "character", should be or extend class "numeric"

          But they are characters in the manual as well.

          Anyone experienced it? Tia.

          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
          11 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-04-2026, 08:59 AM
          0 responses
          23 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...