I’ve been trying out the tutorials, and encountered an error when trying Differential Expression analysis. SCAPE::FindDE
This is the tutorial in questions:
https://github.com/LuChenLab/SCAPE/blob/main/tutorial/Tutorial.md
When I run this:
de_res <- SCAPE::FindDE(
gene_obj,
idents.1 = 'Erythroblast',
idents.2 = 'Myelinating_oligodendrocyte',
annot = annot_info,
assay = "apa",
cores = 20
)
The error message I get is:
converting counts to integer mode
Error in estimateExonFoldChanges(., BPPARAM = BPPARAM) :
could not find function "estimateExonFoldChanges"
In addition: Warning message:
In DESeqDataSet(rse, design, ignoreRank = TRUE) :
some variables in design formula are characters, converting to factors
I am running the software on a laptop (mac) using R studio.
I installed the R library SCAPE using devtools, install_local(“…/SCAPE.R”)
I see that estimateExonFoldChanges is a Dexseq. Perhaps the DifferentialTest.R file needs to be altered?
Thanks in advance for any help you can provide.
Best,
Pedro Miura
I’ve been trying out the tutorials, and encountered an error when trying Differential Expression analysis. SCAPE::FindDE
This is the tutorial in questions:
https://github.com/LuChenLab/SCAPE/blob/main/tutorial/Tutorial.md
When I run this:
de_res <- SCAPE::FindDE(
gene_obj,
idents.1 = 'Erythroblast',
idents.2 = 'Myelinating_oligodendrocyte',
annot = annot_info,
assay = "apa",
cores = 20
)
The error message I get is:
converting counts to integer mode
Error in estimateExonFoldChanges(., BPPARAM = BPPARAM) :
could not find function "estimateExonFoldChanges"
In addition: Warning message:
In DESeqDataSet(rse, design, ignoreRank = TRUE) :
some variables in design formula are characters, converting to factors
I am running the software on a laptop (mac) using R studio.
I installed the R library SCAPE using devtools, install_local(“…/SCAPE.R”)
I see that estimateExonFoldChanges is a Dexseq. Perhaps the DifferentialTest.R file needs to be altered?
Thanks in advance for any help you can provide.
Best,
Pedro Miura