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
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            Yesterday, 07:01 AM
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          57 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          53 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          45 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          55 views
          0 likes
          Last Post seqadmin  
          Working...
          X