Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

  • #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


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

      Comment


      • #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


        • #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

          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM
          • seqadmin
            Techniques and Challenges in Conservation Genomics
            by seqadmin



            The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

            Avian Conservation
            Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
            03-08-2024, 10:41 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:37 PM
          0 responses
          10 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 06:07 PM
          0 responses
          9 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 03-22-2024, 10:03 AM
          0 responses
          49 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 03-21-2024, 07:32 AM
          0 responses
          67 views
          0 likes
          Last Post seqadmin  
          Working...
          X