digitalcytometry / cytotrace2

CytoTRACE 2 is an interpretable AI method for predicting cellular potency and absolute developmental potential from scRNA-seq data.
Other
85 stars 6 forks source link

Input data type of cytotrace2 #11

Closed LiuCanidk closed 5 months ago

LiuCanidk commented 5 months ago

Hi, thanks for this convinient tool!

I notice that the input type can be the "counts" slot or "data" slot. What kind of type does the development team recommend the user to input? And what is the difference between inputting the raw counts and the log-normalized data?

What's more, is there any other preprocessing step needed before input into the cytotrace2? e.g., filtering low quality cells based on min.cell, min.feature, percentage of mitochondrial genes, doublets, etc.

savagyan00 commented 5 months ago

Hi and thank you for using CytoTRACE 2!

Regarding your question about the type of input data, CytoTRACE 2 is designed to work with gene ranks, so the normalization method, as long as it maintains the gene rankings, should not influence the results. For more details, please refer to item 3 in our FAQ section.

As for the preprocessing steps, we recommend filtering out low-quality cells following the standard filtering protocols you would otherwise use in your single-cell analysis.

If you have any further questions, please do not hesitate to reach out.

LiuCanidk commented 5 months ago

Thank you for your detailed reply!