Error on Example Run
ONeillMB1 opened this issue · 3 comments
ONeillMB1 commented
I am following the ReadMe. When I run
dCell.exp <- dCell.expProcessing(count.table, trim = TRUE)
I get the following error: Error in calcNormFactors(D) : could not find function "calcNormFactors"
I see that the edgeR package has a calcNormFactors function, but loading that package does not solve the problem.
npklein commented
@ONeillMB1 Can you paste the code that you ran? After I do library(edgeR)
and then run the code from the README it works for me.
npklein commented
@ONeillMB1 Also, can you run sessionInfo()
before and after running library(DeconCell)
and post the results here?