Hi,
Im using DESeq2 to analyse my data. When I am trying to run this:
> library('DESeq2')
Error: package or namespace load failed for ‘DESeq2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘glue’
I just went ahead and continued but when I ran this:
ddsHTSeq <- DESeqDataSetFromHTSeqCount(sampleTable=sampleTable, directory=directory,design=~condition)
The following error popped up:
Error in DESeqDataSetFromHTSeqCount(sampleTable = sampleTable, directory = directory, :
could not find function "DESeqDataSetFromHTSeqCount"
Im trying to figure out why this function is not available. Hoping for your help.
Thanks. -Adrienne
What command line did you use to install deseq2?
This is the one I used: if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("DESeq2")