Skip to content
Discussion options

You must be logged in to vote

Figured this out. Here is the what happened.. I used this response #507 (comment)
However, i didn't realize that the updated version directly provides a Summarized Experiment for import10xFeature. You don't need to use seRNA2 <- summarizedExperiment ... and can directly run,

seRNA <- import10xFeatureMatrix(input = files, names = names) #Works!
ArchR_proj <- addGeneExpressionMatrix(input=ArchR_proj, seRNA=seRNA, force = TRUE)

running seRNA2 <- summarizedExperiment(seRNA) is basically squaring and creates issues in
assay(seRNA) <- Matrix::Matrix(assay(seRNA), sparse=TRUE)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hira-anis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant