Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Azazel
    Member
    • Oct 2010
    • 52

    [DESeq] invalid class "CountDataSet" object

    I encountered problems after re-installing DESeq. I had DESeq 1.4.1 installed in R 2.13.0 (Win 7) for a couple of weeks now, running my scripts without problems. Today I re-installed DESeq (though it's still at 1.4.1) and now I run into problems. I am using exactly the same script which used to work previously:

    Code:
    > setwd("C:/Documents and Settings/azazel/Desktop/workspace")
    > library(DESeq)
    > countsTable <- read.table(file="DESeq.in", header=TRUE, stringsAsFactors=TRUE)
    > rownames(countsTable) <- countsTable$gindex
    > countsTable <- countsTable [,-1]
    > conds <- c("x1","x2","x3","x4","x5","x6","x7","x8")
    > cds <- newCountDataSet(countsTable,conds)
    Error in validObject(.Object) : 
      invalid class "CountDataSet" object: undefined class for slot "experimentData" ("MIAxE")
    I do not understand this error (the last two lines in above code-block).

    Does anyone know how I can fix this?
    Last edited by Azazel; 10-31-2011, 01:18 AM. Reason: clarification of current version actually installed
  • Wolfgang Huber
    Senior Member
    • Aug 2009
    • 109

    #2
    Azazel,

    thanks for the feedback. It is difficult to tell because you do not give enough detail (see below on how to fix that), but one reason could be that your versions of Bioconductor packages on which DESeq builds (e.g. Biobase) are out of sync.

    My recommendation would be to install R2.14 from http://cran.r-project.org and then follow the installation instructions at http://www.bioconductor.org/packages...tml/DESeq.html, i.e. run
    source("http://www.bioconductor.org/biocLite.R")
    biocLite("DESeq")
    There have been changes to DESeq in the newer version that you will get, and you may have to adapt some of your scripts. I find some of these changes quite important, they are worth the trouble.

    How to make an informative post (which increases the likelihood and speed of getting a good answer)? See http://www.bioconductor.org/help/mai...posting-guide/
    IMHO this is a useful posting guide also for posts to Seqanswers.

    Hope this helps
    Wolfgang
    Last edited by Wolfgang Huber; 11-01-2011, 02:19 AM.
    Wolfgang Huber
    EMBL

    Comment

    • Azazel
      Member
      • Oct 2010
      • 52

      #3
      Originally posted by Wolfgang Huber View Post
      It is difficult to tell because you do not give enough detail (see below on how to fix that)

      How to make an informative post (which increases the likelihood and speed of getting a good answer)? See http://www.bioconductor.org/help/mai...posting-guide/
      Thank you very much for your answer regarding my question. However, regarding your criticism of my original post: I have asked a well-formulated question including the relevant details, provided a proper subject, I have listed versions used, and provided sourcecode! Care to explain what you mean by "not enough detail"? Do you want a coredump of my machine or what. The link you mention is just superfluous bla-bla and does not contain anything which I have not done already. I am always thankful for the great information and help I receive through SEQanswers, and I am honestly thankful for your insightful posts at SEQanwers... but referring me to that link is simply patronizing and not helpful or productive at all.

      Comment

      • Wolfgang Huber
        Senior Member
        • Aug 2009
        • 109

        #4
        Azazel,

        you did not provide the output of sessionInfo(). This is relevant because one possible reason for the error that you got is that your packages are out sync. But as I said, it is difficult to tell.

        Did running source("http://www.bioconductor.org/biocLite.R"); biocLite("DESeq") solve the problem?

        Best wishes
        Wolfgang.
        Wolfgang Huber
        EMBL

        Comment

        • Azazel
          Member
          • Oct 2010
          • 52

          #5
          Originally posted by Wolfgang Huber View Post
          Azazel,

          Did running source("http://www.bioconductor.org/biocLite.R"); biocLite("DESeq") solve the problem?
          I managed to update by simply doing a fresh install of R version 2.14.0 (2011-10-31), and then DESeq 1.6.0. The problems were caused by bioconductor dependencies.

          Comment

          Latest Articles

          Collapse

          • mylaser
            Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by mylaser
            Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
            If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
            This guide explains everything you need to know about...
            Yesterday, 01:13 AM
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          19 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          11 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          31 views
          0 reactions
          Last Post SEQadmin2  
          Working...