dviraran / SingleR

SingleR: Single-cell RNA-seq cell types Recognition (legacy version)
GNU General Public License v3.0
271 stars 98 forks source link

Fix bug of combining cor matrix (data.table 1.20.0) #17

Closed shenyang1981 closed 5 years ago

shenyang1981 commented 5 years ago

Hello Dvir,

There is a bug after upgrading data.table to 1.20.0. The cor matrix can't be properly combined if the col.name (cell type) is too long. And it can be simply fixed by disabling "use.names" in rbindlist function.

Best Regards, Yang