This is a test version of Biostars. For the public version, visit https://www.biostars.org.
immuCell Abundance infiltrate
# Appeler la fonction ImmuCellAI_new
result <- ImmuCellAI_new(
  countData = expr_data_log2,
  data_type = "microarray",  # ou "rnaseq" selon vos données
  group_tag = 1,  # ou 0 selon votre besoin
  response_tag = 1,  # ou 0 selon votre besoin
  customer = 0  # ou 1 si vous fournissez un fichier de référence personnalisé
)
Error in `rownames<-`(`*tmp*`, value = colnames(countData)) : 
  attempt to set 'rownames' on an object with no dimensions
Called from: `rownames<-`(`*tmp*`, value = colnames(countData))

The countdata is normalized by DESeq2

immucell

0 answers

No answers yet.

Log in to answer this question.