More posts like this
-
Is there anyone who downloaded Azimuth packges?
written by kayah •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 …
-
ImmuCellAI
written by sana •Hello everyone, I'm trying to use the code for ImmuCellAI (the old version) Here is my code: ```r install.packages("tidyverse") library(tidyverse) library(lubridate) install.packages("BiocManager") BiocManager::install("usethis") install.packages("devtools") library(devtools) …
-
I am trying to install TCGAbiolinks package in both google colab with r runtime and new version of …
written by Salsabil •**Code in google colab:** if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("TCGAbiolinks") **Error message:** Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) 'getOption("repos")' replaces Bioconductor standard …
-
Download MuSiC RNAseq analysis program
written by - •I have been trying to download the to MuSiC to analyze RNAseq data. The code I am working is from the tutorial page: # install …
-
I install the "devtools" package, but when I call it there is no such package
written by jabbari.parnian •Hi all, I'm trying to install SINCERA package in R, I follow their instructions in github: install.packages("devtools") > library(devtools) Error in library(devtools) : there is …
-
DADA2 install help
written by cmines98 •Hello, I am having trouble downloading DADA2 onto R studio Version 1.1.463 I have tried just about every option on this link: https://benjjneb.github.io/dada2/dada-installation.html when using …
-
devtools Installation error in R (version 3.5.3)?
written by KumarI am trying to install devtools in R (R version=3.5.3, OS= Ubuntu 18.04.2 LTS) by using following commands, ```r install.packages("devtools") install.packages("devtools") devtools::install_github("r-lib/devtools") ``` Its getting …
-
seqlm installation error
written by niutsterHi, I am installing "seqlm" package in R 3.2.1 in windows OS, by these commands: library(devtools) install_github("raivokolde/seqlm") but i get this error: Error in curl::curl_fetch_disk(url, …
-
Help! install methylkit package
written by wql_zcq •hello, today I failed to installed methylkit package. > install.packages("methylKit_0.9.2.tar.gz",repos=NULL,type="source") * installing *source* package 'methylKit' ... ** R ** data ** exec ** inst ** …
-
Errors about ggplot2 packages of R language install in Ubuntu server
written by Ginsea ChenHello everyone I tried to install ggplots packages of R in Ubuntu server, but there were some errors which displayed as follows: Warning messages: 1:In …