Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any possibility to have this tool work with scRNA-seq data? #3

Open
GilbertHan1011 opened this issue Jun 4, 2022 · 1 comment

Comments

@GilbertHan1011
Copy link

Hello, thanks for providing such an amazing tools!

I noticed this tool is available for bulk RNA data. But since the scRNA-seq data is much more large and sparse, I don't know whether it can work with scRNA-seq data. And for a more complex situation, I identify differential genes with trajectory inference method, which means there is no literally group/condition at all, what should I do to deal with this situation.

I'd be more than grateful if you can answer my question!

@noriakis
Copy link
Owner

Dear @GilbertHan1011,

Thank you very much for your important suggestion. I apologize for the delayed response.

As you stated, scRNA-seq data is currently not supported, but need to be supported. The consideration for sparsity and high dimensionality is indeed necessary I think, and some packages performing the inference of Bayesian network for this specific purpose are developed. I will try to implement this feature by piping these packages in the future.

Regarding the differential genes identified by the trajectory inference method, I don't have a lot of experience with this type of analysis, but one option would be performing enrichment analysis (EA) by differential genes that change along the trajectory, and subsequently performing inference of dynamic GRN by like DBN, based on the ordering of clusters and EA result, although this would be computationally intensive.

I will try to see if such an implementation is possible and would appreciate it if you could share any ideas you come up with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants