Entering edit mode
dastjerdi1974
•
0
@dastjerdi1974-16288
Last seen 6.6 years ago
I installed DESeq packages, however when I try to to execute " cds <- DESeqDataSetFromMatrix(counts, colData, design=~group)" it says that " Error in DESeqDataSetFromMatrix(counts, colData, design = ~group) :
could not find function "DESeqDataSetFromMatrix". Could you please say what is the problem.
I installed the packages. after typing library ( DESeq2) , I see the following messages in the console;
Attaching package: ‘S4Vectors’
The following object is masked from ‘package:base’:
expand.grid
Loading required package: IRanges
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Error: package or namespace load failed for ‘GenomeInfoDb’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘GenomeInfoDbData’
Error: package ‘GenomeInfoDb’ could not be loaded
In addition: Warning message:
R graphics engine version 12 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
You will have to reinstall any pkg that it says cannot be loaded.