stuchly / Rphenoannoy

Optimised version of Rphenograph with annoy KNN - modified https://github.com/JinmiaoChenLab/Rphenograph
4 stars 1 forks source link

Set seed for reproducibility #1

Closed LazDaria closed 1 year ago

LazDaria commented 1 year ago

Hi,

thanks for the great work! Does the function recognize a set seed?

Thanks in advance!

stuchly commented 1 year ago

I think it should. It uses Rcpp for the C++ code integration and the seed should be preserved seamlessly. I made some quick tests and it seems to be reproducible.

LazDaria commented 1 year ago

Perfect, thank you so much for the prompt reply!