Teichlab / celltypist

A tool for semi-automatic cell type classification
https://www.celltypist.org/
MIT License
278 stars 44 forks source link

sequencing protocol requirements? #12

Closed nrosed closed 2 years ago

nrosed commented 2 years ago

This is more of a question than an issue, but do the trained models only work on samples sequenced on a 10x platform, or can we expect it to also work well for smart-seq2?

If we are not using 10x data, can we simply build a new model, or are there some assumptions in the model that would lead to performance differences?

ChuanXu1 commented 2 years ago

@nrosed , several optimizations are applied during CellTypist model training to accommodate predictions for datasets with different batches/protocols. 10x is preferable, but others (e.g., SS2) should also work well. Please let us know if you find a bad performance in predicting your data.

nrosed commented 2 years ago

Thanks for your reply! I didn't notice a performance drop on two SS2 datasets and was surprised, because I thought it would only work for 10x. Happy to know it was intentional in the method design!