molgenis/systemsgenetics

Error on Example Run

ONeillMB1 opened this issue · 3 comments

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.

@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.

@ONeillMB1 Also, can you run sessionInfo() before and after running library(DeconCell) and post the results here?

@npklein - I had to restart my R session this morning, and when I run it now it is working! There must have been some other package interfering or something?!