The code here is not robust. The helper function expects two inputs every time.
Please fix this and create a pull request. I will apply this to both devel and release
so please do not bump the version on the commit.
> mse <- CITEseq(modes = "scADT*", dry.run=FALSE)
snapshotDate(): 2020-10-02
Working on: scADT_Counts
see ?SingleCellMultiModal and browseVignettes('SingleCellMultiModal') for docume
ntation
loading from cache
Error in names(x@listData) <- value :
'names' attribute [2] must be the same length as the vector [1]
Hi Dario, @drighelli
The code here is not robust. The helper function expects two inputs every time. Please fix this and create a pull request. I will apply this to both
devel
andrelease
so please do not bump the version on the commit.Offending code:
Example code that should work:
Thank you!