This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ImmuCellAI

Hello everyone, I'm trying to use the code for ImmuCellAI (the old version)

Here is my code:

install.packages("tidyverse")
library(tidyverse)
library(lubridate)
install.packages("BiocManager")
BiocManager::install("usethis")
install.packages("devtools")
library(devtools)
library(usethis)
install_github("lydiaMyr/ImmuCellAI@main",force = TRUE)
library(ImmuCellAI)
data <- read.csv("C:/Users/Hp/Desktop/base/ImmuCellAI.csv", header = TRUE, sep = ";")
data <- as.matrix(data)
test<-ImmuCellAI(sample = data,
                 data_type = "microarray",
                 group_tag = 1,
                 customer = FALSE)

Once I run the test function; this error occurs

Error in quadprog::solve.QP(Dmat, dvec, t(Amat), bvec, meq = meq) : 
 NA/NaN/Inf in a call to an external function (argument 2)
Additionally: There were 50 or more warnings (use warnings() to see the first 50)
"In apply(sample, 2, as.numeric):
NAs introduced during automatic conversion

Can someone help me please? Thanks for the help.

rstudio immucellai

0 answers

No answers yet.

Log in to answer this question.