Entering edit mode
@mrodriguezorejuela-11961
Last seen 7.9 years ago
Hi there,
I just installed destiny as instructed in the bioconductor page and tried to run the Guo et al dataset, but I got an error I could not get around:
> library("destiny")
> data(guo)
> dm_guo <- DiffusionMap(guo, verbose = FALSE, censor.val=15, censor.range=c(15,40))
Error in pr_DB$get_entry(method) : could not find function "f"
Any idea how to fix it? Is it a reported bug?
Thanks!
Marta