YMa-lab / CARD

GNU General Public License v3.0
80 stars 20 forks source link

The weight of genes in different clusters #45

Closed Qirongmao97 closed 1 year ago

Qirongmao97 commented 1 year ago

Hi, thanks for creating CARD! The tool is very amazing

Just wondering if it is possible to check the weight of marker genes for deconvoluting clusters in space.

YingMa0107 commented 1 year ago

Hi @Qirongmao97,

We appreciate your interest in our CARD package!

Currently, CARD is built upon the non-negative matrix factorization. Specifically, we implemented two versions, the marker gene list is only utilized in the reference-free version of CARD, CARDfree. However, the current version might not be able to extract the weight of marker genes. But you might be able to check some weighted least square based framework to see if you can extract the weight for these marker genes.

Hope this helps!

Best, Ying