Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mtiwaridros
    Member
    • Feb 2014
    • 20

    could not find function "DESeqDataSetFromMatrix"

    Hi

    I am trying to use DESeq2 for differential expression analysis.
    Everything goes fine:
    DESeq2 is installed in R-

    Code:
    .......
    installing to /usr/local/lib/R/site-library/DESeq2/libs
    ** R
    ** inst
    ** preparing package for lazy loading
    ** help
    *** installing help indices
    ** building package indices
    ** testing if installed package can be loaded
    * DONE (DESeq2)
    but upon using DESeqDataSetFromMatrix, I get the error:

    Code:
    Error: could not find function "DESeqDataSetFromMatrix"
    The command that I am giving is:

    Code:
    Data1<-DESeqDataSetFromMatrix(countData=countData,colData=colData, design=~condition)
    Any clues/help shall be much appreciated.

    Thanks.
    M
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    You forgot to:

    Code:
    library(DESeq2)
    Just because it's installed doesn't mean it's loaded.

    Comment

    • mtiwaridros
      Member
      • Feb 2014
      • 20

      #3
      Hi dpryan

      Yes, I already did library(DESeq2).
      But now I figured out the problem, which was due to RStudio.
      It is working fine in the shell.
      However, I thank you very much for taking time out and pointing out these noob mistakes.

      Best
      M

      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
      29 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      23 views
      0 reactions
      Last Post SEQadmin2  
      Working...