Kseniya Petrova
Kseniya Petrova
Hi! First of all, thank you very much for this beautiful tool! I was investigating how it works in detail while porting it to Python, and I wonder if it...
Hi! Thanks a lot for the SignacX package! I've just encountered a problem, trying to run it with the Seurat v4.3.0, where they [had changed column names of a dataframe,...
**Describe the bug** When using AlignmentChart with `showconservation=True` and `showgap=False`, the conservation axis label appears to be "Bar weight". **To Reproduce** Probably any alignment chart with `showconservation=True` and `showgap=False`? **Expected...
Running this code: ``` net_post.findModules( kwargs_function={ 'cutreeHybrid': { 'deepSplit': 3, 'pamRespectsDendro': True, }, "pickSoftThreshold": { "blockSize": 5000 }, } ) ``` results in: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call...