You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for creating this tool, it is extremely useful. And, congratulations on your recent publication.
I keep getting this error when I try to add gene expression from a paired multi-omics project. I am not sure what is causing it, or how to fix it. Error: invalid subscript happened when I used the addGeneExpressionMatrix function. Can you help?
My log file is attached.
ArchR logging to : ArchRLogs/ArchR-addGeneExpressionMatrix-220b5bf3dac0-Date-2024-02-20_Time-22-02-21.09538.log
If there is an issue, please report to github with logFile!
2024-02-20 22:02:28.794287 : Overlap w/ scATAC = 1
2024-02-20 22:02:28.863532 : Overlap Per Sample w/ scATAC : testis01=399,testis02=68,testis03=182
Error: invalid subscript
Hi @YesseniaCQ! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
It is worth noting that there are very few actual bugs in ArchR. If you are getting an error, it is probably something specific to your dataset, usage, or computational environment, all of which are extremely challenging to troubleshoot. As such, we require reproducible examples (preferably using the tutorial dataset) from users who want assistance. If you cannot reproduce your error, we will not be able to help.
Before going through the work of making a reproducible example, search the previous Issues, Discussions, function definitions, or the ArchR manual and you will likely find the answers you are looking for.
If your post does not contain a reproducible example, it is unlikely to receive a response.
__In addition to a reproducible example, you must do the following things before we help you, unless your original post already contained this information: 1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved? 2. Did you post your log file? If not, add it now. 3. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.
I had this error when trying to run addGeneExpressionMatrix using seRNA = as.SingleCellExperiment(seurat_obj). In case this helps anyone, turns out my converted object was missing rowRanges. I fixed this by running import10xFeatureMatrix -- see multiome_tutorial and subsetting to ensure I only kept cells in common between my archR project and seRNA
Hello,
Thank you for creating this tool, it is extremely useful. And, congratulations on your recent publication.
I keep getting this error when I try to add gene expression from a paired multi-omics project. I am not sure what is causing it, or how to fix it.
Error: invalid subscript
happened when I used the addGeneExpressionMatrix function. Can you help?My log file is attached.
My code:
The error I get:
the
atac_proj
the
seRNA2
ArchR-addGeneExpressionMatrix-220b5bf3dac0-Date-2024-02-20_Time-22-02-21.09538.log
And this is my sessionInfo
The text was updated successfully, but these errors were encountered: