stuart-lab / signac

R toolkit for the analysis of single-cell chromatin data
https://stuartlab.org/signac/
Other
302 stars 84 forks source link

result <- ImmuCellAI_new( expr_data_log2, microarray,1,1) Error in `rownames<-`(`*tmp*`, value = colnames(countData)) : attempt to set 'rownames' on an object with no dimensions Called from: `rownames<-`(`*tmp*`, value = colnames(countData)) #1704

Closed elbakrifz closed 1 month ago

elbakrifz commented 1 month ago

I am using a normalize data with package affy to have log2 format data for being input to immucellAI, but I get this error message, result <- ImmuCellAI_new( expr_data_log2, microarray,1,1) Error in rownames<-(*tmp*, value = colnames(countData)) : attempt to set 'rownames' on an object with no dimensions Called from: rownames<-(*tmp*, value = colnames(countData))

timoast commented 1 month ago

Hi, I'm not sure what package this function is from but it's not part of Signac. Please open an issue in the repository for the package you're using.