ruthkr / greatR

An R package to register (align) different gene expression profiles.
https://ruthkr.github.io/greatR/
GNU General Public License v3.0
0 stars 0 forks source link

Full pipeline rewrite using data.table #1

Closed ruthkr closed 1 year ago

ruthkr commented 1 year ago

The pipeline has been rewritten from scratch to optimise computation time and to ensure no redundant calculations are done (multiple normalisation and scaling processes).

This also introduces correct logLikehood function to evaluate for the spline fit and objective function.