This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error related to DESeq2 package
Error in DESeqDataSetFromMatrix(countData = just.raw.counts, colData = meta.data,  :    could not find function "DESeqDataSetFromMatrix"
rna-seq

Please post complete set of commands. Posting a standalone error provides no context.

Are you loading DESeq2 library?

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().

you should load deseq2 library

Log in to answer this question.