JhuangLab / CytoTree

A Toolkit for Construct Tree-shaped Trajectory for Flow and Mass Cytometry data
24 stars 10 forks source link

Error - I can´t run CytoTree in R Studio #4

Open ElsaCardoso opened 2 years ago

ElsaCardoso commented 2 years ago

Hi, I would like to run CytoTree which seems to me very complete. I´ve installed the Package into RStudio. However when I run > library(CytoTree), it gives the following error Error: package or namespace load failed for ‘CytoTree’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘destiny’

Sorry, I am immunologist not bioinformatician. Thanks Elsa

sparktx-james-evans commented 2 years ago

I have the same problem installing CytoTree: https://support.bioconductor.org/p/9137989/

ElsaCardoso commented 2 years ago

Hi, I could install this way:

First install the package CRAN “devtools” from CRAN

library(devtools) install_github("https://github.com/theislab/destiny", build_vignettes = FALSE, dependencies = TRUE)