Is there anyone who downloaded Azimuth packges?
1
0
Entering edit mode
6 weeks ago
kayah • 0

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')

enter image description here enter image description here

Azimuth scRNAseq • 447 views
ADD COMMENT
0
Entering edit mode

It is difficult to help without seeing the error messages. Also set quietly=FALSE to see what is happening in the console.

ADD REPLY
0
Entering edit mode
Error in download.file(url, destfile, method, mode = "wb", ...) : 
   download from 'https://bioconductor.org/packages/3.18/data/annotation/src/contrib/BSgenome.Hsapiens.UCSC.hg38_1.4.5.tar.gz' failed
    ERROR: dependency ‘BSgenome.Hsapiens.UCSC.hg38’ is not available for package ‘Azimuth’
    * removing ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Azimuth’
    Warning messages:
    1: In i.p(...) : installation of package ‘igraph’ had non-zero exit status
    2: In i.p(...) :
      installation of package ‘/var/folders/sy/rt64kdpd5v172_6w54jnz_bh0000gn/T//RtmpM05ry5/fileaf997b03db36/Azimuth_0.5.0.tar.gz’ had non-zero exit status
ADD REPLY
1
Entering edit mode

ERROR: dependency ‘BSgenome.Hsapiens.UCSC.hg38’ is not available for package ‘Azimuth’. did you installed it? Also check if igraph can be laoded.

ADD REPLY
0
Entering edit mode

Then I should download all annotation files before install 'Azimuth'? Thanks for help!

ADD REPLY
0
Entering edit mode

Yes, you need to have installed all packages azimuth depends on.

ADD REPLY
1
Entering edit mode
6 weeks ago
Hatchet ▴ 10

igraph can't be loaded it's visible from the fact that azimuth needed igraph, so it automatically tried to install it but failed, and because it failed azimuth did not install either. Run the install command for igraph it will fail but it will tell you what are the dependencies for it. And also try to install it's dependencies one by one. Rinse and repeat. There will be dependencies that you have to install from the command line and not rStudio. Most likely it will be tedious.

ADD COMMENT

Login before adding your answer.

Traffic: 1709 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6