I want to annotation my clusters by Azimuth package.... I tried to install 'Azimuth' packages several code but it didn't work. If you know, please teach how to install Azimuth. Or If you know another tip to annotation please tell me. Thank you so much!! fist tried code is
devtools::install_github("satijalab/azimuth", "seurat5")
devtools::install_github("satijalab/azimuth")
second tried code is
if (!requireNamespace('remotes', quietly = TRUE) {
install.packages('remotes')
}
remotes::install_github('satijalab/azimuth', ref = 'master')
It is difficult to help without seeing the error messages. Also set
quietly=FALSE
to see what is happening in the console.ERROR: dependency ‘BSgenome.Hsapiens.UCSC.hg38’ is not available for package ‘Azimuth’
. did you installed it? Also check ifigraph
can be laoded.Then I should download all annotation files before install 'Azimuth'? Thanks for help!
Yes, you need to have installed all packages azimuth depends on.