digitalcytometry / ecotyper

EcoTyper is a machine learning framework for large-scale identification of cell states and cellular ecosystems from gene expression data.
Other
177 stars 41 forks source link

Can't align to any ecotype #75

Closed WangKang-Leo closed 10 months ago

WangKang-Leo commented 1 year ago

Dear

Thanks for this very brilliant tool, which enables us to do more specific immune deconvolution! After I successfully running EcoTyper_discovery_scRNA.R for the public breast cancer single cell atlas dataset, I failed to run EcoTyper_recovery_bulk.R using above self-defined discovery. It showed "Error: No samples were assigned to ecotypes! Execution halted". However, I can run EcoTyper_recovery_bulk.R for my bulk RNA-seq using Mydiscovery_scRNA_CRC that I generated based on your tutorial. Do you have any suggestions?

Thanks in advance! Kang

BALuca commented 11 months ago

Hi Kang,

The error suggests that the ecotypes derived in your data are not robust enough. Therefore, they are not recoverable in external data. Increasing the sample size, or evaluating the parameters used for discovery (e.g. the Cophenetic coefficient cutoff, gene selection strategy in field "Filter genes") might help.

Best, The EcoTyper team