single-cell-3prime-paper icon indicating copy to clipboard operation
single-cell-3prime-paper copied to clipboard

downsample_gene_bc_mtx function error

Open chenlingantelope opened this issue 6 years ago • 3 comments

This might be a system incompatability, but when I try to ran the code, it gave me an error about bc_gene_umi_subsampled not being a data table. Adding the setDT function fixes it.

setDT(bc_gene_umi_subsampled) setkey(bc_gene_umi_subsampled, barcode, gene)

chenlingantelope avatar May 14 '18 22:05 chenlingantelope