Error related to DESeq2 package
Error in DESeqDataSetFromMatrix(countData = just.raw.counts, colData = meta.data, : could not find function "DESeqDataSetFromMatrix"
• 1,592 views
•
link
2 answers
The exact same question has been asked before: DESeq2 "DESeqDataSetFromMatrix" error
I am pretty sure the solution there will work for you also.
Read the question carefully, as it is a very good example on how to ask good questions: it includes a lot of detail, shows the commands used, and - in the case of R questions - includes the output of sessionInfo().
• 0 views
•
link
you should load deseq2 library
• 0 views
•
link
Log in to answer this question.
Please post complete set of commands. Posting a standalone error provides no context.
Are you loading
DESeq2library?