Closed 1onic closed 2 years ago
Thanks for the suggestion. I think this is a good idea. I went ahead and made the update you suggested, adding data.table as a package dependency. I pushed the update to Github, so it should be available for download now.
I am closing this PR.
Thanks for the suggestion. I think this is a good idea. I went ahead and made the update you suggested, adding data.table as a package dependency. I pushed the update to Github, so it should be available for download now.
I am closing this PR.
I found that using rbindlist(...) over rbind within the
run_gRNA_gene_pair_analysis_at_scale()
func (and alsocollect_results
) had performance improvements for testing large amounts of pairs in speed and memory usage.I also found this useful/reference: https://stackoverflow.com/questions/15673550/why-is-rbindlist-better-than-rbind