Seurat.utils
Seurat.utils copied to clipboard
Various utility functions for Seurat single-cell analysis
- Therefore downsampling is a weird hybrid, atm, and misleading. ```r > scBarplot.CellFractions(fill.by = "Major_Celltypes", obj = combined.obj, group.by = "1", downsample = T) The size of the smallest group...
**Description** .parseKeyParams should be tolerant to missing p variable and jsut return NULL **Expected Behavior** No error, silent NULL **Buggy Behavior** ```r > clUMAP(ident = "integrated_snn_res.0.5", obj = combined.obj) Error...
- [ ] qUMAP should have auto-suffixing by splitby - [ ] rename splitby to split.by if does not break
SEO/standalone/ https://github.com/vertesy/SEO/issues/118

**Describe the bug** ` AutoLabelTop.logFC(res = res) : Not all clusters returned DE-genes!`  **Expected behavior** Make up names for missing **Additional context** ```r > combined.obj combined.obj
- It seems that quantile cutoff in `DimPlot()` works nicer ` than in plot3D.umap.gene()`. - I assume it's because they cutoff differently: probably only on the non-zero values - Not...