Paul Hoffman
Paul Hoffman
We currently don't have that functionality. At the moment, you would need to subset your loom file down to only the cells you want.
Hi Combiz, Could you update to the latest development version of loomR and try again? If it's still not working, then it's likely a bug that I haven't caught yet.
I would use [`Matrix::readMM`](https://www.rdocumentation.org/packages/Matrix/versions/1.2-16/topics/externalFormats) to read in the mtx file into R, add the row and column names from the tsv files, then use `loomR::create` to make your loom file.
Hi Joshua, Thanks for catching this! For a number of reasons, we try to have everything merge first into the develop branch before eventually rolling into master. I changed the...
I'll create a new, valid regions file this weekend.
Thanks for reporting. This should be fixed as of 8e0f54f
This is something that we'd like to do, but have put lower on our to-do list as we're still working on getting loomR stable and submitted to CRAN. We also...
Try passing the two loom objects as a list instead of a vector: ```R test.combined
 [Combine looms](https://trello.com/c/OHkPvrf8/6-combine-looms)
Whoops, sorry about that. I found the error and pushed a fix to the `develop` branch. Can you install that and give it a try? ```R devtools::install_github(repo = 'mojaveazure/loomR', ref...