Replies: 1 comment 4 replies
-
Hi@rcorces, Still having issues with import10xFeatureMatrix() function when trying to load multiple files. Error persists. Can you point me towards a possible fix? Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @rcorces ,
Trying to integrate 3 multiome datasets. Having problems with running the import10xFeatureMatrix command:
seRNA <- import10xFeatureMatrix(
input = c("filePATH/rheMac10_LBN/628/outs/filtered_feature_bc_matrix.h5", "filePATH/rheMac10_LBN/623/outs/filtered_feature_bc_matrix.h5","filePATH/rheMac10_LBN/627/outs/filtered_feature_bc_matrix.h5"),names = c("L105", "L108", "L129"),strictMatch = TRUE
)
Importing Feature Matrix 1 of 3
Importing Feature Matrix 2 of 3
Importing Feature Matrix 3 of 3
Re-ordering RNA matricies for consistency.
Merging individual RNA objects...
Merging L108
Error in import10xFeatureMatrix(input = c("/Volumes/BKUP2/rheMac10_LBN/628/outs/filtered_feature_bc_matrix.h5", :
Error - rownames (genes) of individual RNA objects are not equivalent.
ArchR-createArrows-1649b689979d6-Date-2023-11-21_Time-10-19-22.383064.log.
Any suggestion would be much appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions