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

A question about simulating multi-omic data from single-omic data #23

Open
HelloWorldLTY opened this issue Jan 2, 2024 · 2 comments
Open

Comments

@HelloWorldLTY
Copy link

Hi, I intend to clarify my understanding about this function, shown in this tutorial:

https://songdongyuan1994.github.io/scDesign3/docs/articles/scDesign3-multiomics-vignette.html

It seems that we still need paired multi-omic data to estimate two sets of parameters, and then we can simulate arbitary omic data based on the joint parameters. Is my understanding correct? Is it possible for me to directly simulate one omic data from the other omic (say, based on scRNA-seq data to simualte scATAC-seq data)? Thanks.

@SONGDONGYUAN1994
Copy link
Owner

Hi,
Yes, I think your understanding is correct. Simulating one omic data from the other comic is not doable in scDesign3 --- that is almost like predicting one omic from another omic, which is not that easy. One idea is that you get the parameters from your scRNA-seq data (gene mean/variance/correlation in each cell type) and convert it into the parameters of scATAC (by gene - regulatory element relationship, I guess?) and use different distribution (ATAC is much more sparse). I haven't investigated this before and I would like to listen to your idea.

Best,
Dongyuan

@HelloWorldLTY
Copy link
Author

Ok, I see, thanks.

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