Matt Regner

Results 4 comments of Matt Regner

@aina91 you change the dimension reduction slot as well as the clustering slot to store the original information from Seurat (writing to loom files seems to work well): ```` from...

Yes, DiagMultiKPlot() prints the optimal k values to the console. However, I am trying to implement MultiK in a pipeline context (non-interactively on a remote compute cluster). I will be...

Hi @siyao-liu I figured out how to store the optimal k as a new variable! I reconstruct the `tog` object for input into `findOptK()` using the following: ``` tog 1])...

No rush at all! The code above should suffice for my specific case. I appreciate your help. Thanks!