single-cell-3prime-paper
single-cell-3prime-paper copied to clipboard
downsample_gene_bc_mtx function error
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)