Closed mbassalbioinformatics closed 1 year ago
I believe this is showing that cellranger was run in a mode that stores the gene expression, hashing, etc. together. See that message here:
You can also see it from ?Seurat::Read10X. I think I have a fix for this here: https://github.com/BimberLab/cellhashR/pull/115/files
Would you mind installing this version and seeing if it fixes your problem? Note, when you run this version it should detect that the incoming data are multi-assay. It will report the names of those assays and then stop. You can provide the datatypeName argument to ProcessCountMatrix(), and I think it will then work fine.
devtools::install_github(repo = 'bimberlab/cellhashR', ref = 'multiassay')
Yep! For now seems to be sorted.
Very much appreciated to see bioinformatics tools that are being well supported. Also, very much appreciated how quickly you dealt with this issue!
No problem. This is merged into the main branch so you or anyone who reads this in the future can use that.
Hello, thanks for this very useful tool! I was wondering if you can release a new package version of this (1.0.4 maybe?) with this update. Would be great to keep track what version we have installed on our server.
Thanks
sure, done
hi, im trying to run the processCountMatrix function but keep coming up with the following error
Ive tried running the following commands, all result in exactly the same error
Any suggestions/ideas as to what im doing wrong?
The current path (./) contains the following files
Much appreciated!