You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register your new method so FastProject knows to call it when it next runs.
At the bottom of the file, add the method to the _proj_methods dictionary
_proj_methods['MyMethodName'] =mynewmethodname;
Additionally, you may want to add the method to the _proj_methods_pca dictionary. These methods are also run on data which has been pre-processed by PCA. This may or may not make sense for the dimensionality reduction method you are adding.
References
Pierson, E., Yau, C.: ZIFA: Dimensionality reduction for zero-inflated single-cell gene expression analysis.
Genome Biology 16(1), 241 (2015). doi:10.1186/s13059-015-0805-z