Replies: 1 comment 1 reply
-
|
Thank you for using SigBridgeR. We have benchmarked all algorithms except SIDISH on datasets with >100k cells and found that none of them ran properly—this may be a performance limitation of such algorithms. Therefore, we recommend splitting large datasets into smaller subsets for screening. SIDISH was only recently added to the package, and we are still tuning its parameters, so I apologize for not being able to answer your questions about it. You may want to consult the original author of SIDISH for more insights. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi SigBridgeR team,
I’m currently developing a similar tool, and I’m very lucky I found your project. Faced with such a perfect tool, I simply chose to give up, hahaha. The Tutorial and documentation are extremely clear and well organized, and I learned a lot from reading them. I also appreciate that the whole workflow is implemented directly in R—overall it’s much more complete than what I have built so far.
I have a few questions about Scissor and SIDISH and would really appreciate your advice:
For the Scissor implementation, when working with very large scRNA-seq datasets (e.g., >100k cells), have you ever encountered repeated errors? If so, do you have any suggestions on how to run it more stably?
For SIDISH, in the Phase 2 training step: according to the original deepcox description, phase2_lr should give higher precision, but I noticed the original author still keeps it at 1e-4. Is 1e-4 the recommended choice in practice?
SIDISH also seems not to output fitted-parameter or model-fit indicators. I made a small patch and found that without dropout it seems to overfit consistently. How do you usually handle this (e.g., dropout/regularization/early stopping), and what settings do you recommend?
Thank you again for your excellent work. I’m excited to start using SigBridgeR.
Beta Was this translation helpful? Give feedback.
All reactions