morris-lab / CellOracle

This is the alpha version of the CellOracle package
Other
306 stars 53 forks source link

Is CellOracle only suitable for analysing longitudinal datasets? #103

Closed JiaGuangshuai closed 1 year ago

JiaGuangshuai commented 1 year ago

Hi,

Is it only suitable for analysing datasets sampled at different time points or developmental dataset that contains cells at different development stages?

Can CellOracle be used to analyse 'static' scRNA-seq dataset, such as data from only one time point, like tumour-profiling scRNA-seq dataset?

For example, I would like to assess whether a certain transcription factor is important in a certain tumour, and could I verify this by in silicon perturbing this TF and inferring whether it has an effect on the whole dataset? If I use CellOracle in this scenario, does the result make sense?

Thank you!

Best regards, Guangshuai

KenjiKamimoto-ac commented 1 year ago

@JiaGuangshuai

Thank you for the question! I'm Kenji, a developer of CellOracle. That is a really important question, and happy to clarify that!

In your case, I assume you make scRNA-seq data in tumor tissue. I think CellOracle analysis results make sense if the data include heterogeneous cell states, such as tumor cell type, and non-tumor cell type, and intermediate cell type between them. As a practical viewpoint, please check the cell trajectory structure. If you can make continuous dimensional reduction embedding that nicely represents the biological transition events of your interest, CellOracle works well.

Your question here is critical. Thank you for the question. I will also add this explanation to the CellOracle documentation for other users.

Best, Kenji

JiaGuangshuai commented 1 year ago

Hi Kenji,

Thank you for your prompt reply and comprehensive clarification!

May I present another example, in the case of scRNA-seq profiling of a mature organ, such as the adult brain or heart, is it accurate to say that CellOracle may not be the most appropriate approach due to the post-mitotic and mature status of the dominant cell populations, resulting in a lack of intermediate or transitory states? Additionally, despite the presence of multiple cell subpopulations within these organs, each subpopulation is homogeneous in nature.

Is my understanding correct?

Best, Guangshuai

KenjiKamimoto-ac commented 1 year ago

@JiaGuangshuai

Yes, I think you are right. As you say, CellOracle may not be applicable for mature organs that do not contain intermediate states, such as the brain and heart. If you want to analyze their development, I recommend taking scRNA-seq data from earlier stages.

However, there are also some exceptions to this. Some mature organs are still suited for CellOracle analysis; If the tissue contains tissue stem cells and continues to undergo cellular differentiation in the adult, such as the small intestine or the regenerative state, there should be a stem cell state or intermediate state, which would be worth applying CellOracle.

Best, Kenji