ArchR icon indicating copy to clipboard operation
ArchR copied to clipboard

issue with integrating scRNAseq with ArchR using 'addGeneIntegrationMatrix( )

Open BartBryant opened this issue 1 year ago • 3 comments
trafficstars

My error comes from step 8.1 from 'Full Manual', specifically I am getting the error <simpleError in dimnames(x) <- dn: length of 'dimnames' [1] not equal to array extent> after running projAVF <- addGeneIntegrationMatrix( ArchRProj = projAVF, useMatrix = "GeneScoreMatrix", matrixName = "GeneIntegrationMatrix", reducedDims = "IterativeLSI", seRNA = avfSham.combined, addToArrow = FALSE, groupRNA = "celltype.AVF", nameCell = "predictedCell_Un", nameGroup = "predictedGroup_Un", nameScore = "predictedScore_Un" ) Screenshot 2024-02-20 at 2 00 18 PM

I looked at ArchR's 'Issues' and found others resolved the issue with remove.packages("SeuratObject") packageurl <- "http://cran.r-project.org/src/contrib/Archive/SeuratObject/SeuratObject_4.1.3.tar.gz" install.packages(packageurl, repos=NULL, type="source")

but I still got the same error message when trying to integrate my scATACseq and scRNAseq data with ArchR

any advice? Thanks bart

BartBryant avatar Feb 20 '24 19:02 BartBryant