MarioniLab / scran

Clone of the Bioconductor repository for the scran package.
https://bioconductor.org/packages/devel/bioc/html/scran.html
40 stars 22 forks source link

Finding C++ code for cxx_smooth_gaussian_kernel #33

Closed dylkot closed 5 years ago

dylkot commented 5 years ago

Apologies as I am not a regular R user. But I am having a hard time finding the code for cxx_smooth_gaussian_kernel which you use in the compute.correction.vectors function of mnnCorrect.R. It seems that it may be registered in the init.cpp file:

./src/init.cpp:57: REGISTER(smooth_gaussian_kernel, 4), but that still doesn't help me find the actual code. Thanks!

LTLA commented 5 years ago

find_mutual_nns.cpp.