Replies: 1 comment 4 replies
-
This is certainly not a bug. I dont have much to add beyond the very detailed warning messages that I coded for this. |
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.
-
How can I address the mismatch error shown below when I run import10xFeatureMatrix()for Multiome datasets. Not sure if it is a bug. The log file just shows the creation of arrow files or the previous step log.
ArchR-createArrows-b08021299c32-Date-2022-07-13_Time-17-13-28.log
Importing Feature Matrix 1 of 2
Importing Feature Matrix 2 of 2
Re-ordering RNA matricies for consistency.
Merging individual RNA objects...
Merging LPD2
Warning! Some values within column "id" of the rowData (gene metadata) of your objects do not precisely match!
This is often caused by slight variations in Ensembl IDs and gene locations used by cellranger across different samples. ArchR will ignore these mismatches and allow merging to proceed but you should check to make sure that these are ok for your data.
Mismatch in column "id" row 17711 for LPD2: ENSMUSG00000112189 does not exactly match ENSMUSG00000112366!
strictMatch = TRUE so the corresponding gene entry with mismatching information will be removed.
Mismatch in column "id" row 26278 for LPD2: ENSMUSG00000116197 does not exactly match ENSMUSG00000115968!
strictMatch = TRUE so the corresponding gene entry with mismatching information will be removed.
Beta Was this translation helpful? Give feedback.
All reactions