Seurat.utils icon indicating copy to clipboard operation
Seurat.utils copied to clipboard

.parseKeyParams should be tolerant to missing p variable and just return NULL

Open vertesy opened this issue 2 years ago • 0 comments

Description .parseKeyParams should be tolerant to missing p variable and jsut return NULL

Expected Behavior No error, silent NULL

Buggy Behavior

> clUMAP(ident = "integrated_snn_res.0.5", obj = combined.obj)
Error in .parseKeyParams(obj) : object 'p' not found

vertesy avatar Mar 26 '24 14:03 vertesy