sunduanchen / Scissor

Scissor package
GNU General Public License v3.0
179 stars 31 forks source link

Can Scissor used for multiple subgroup ? #43

Closed Phoenix12580 closed 1 year ago

Phoenix12580 commented 1 year ago

Thank you very much for your elegant tool! I have a multiple subgroup and want to use Scissor for identifing different groups related cells, how should I use this tool?

Thank you again!

sunduanchen commented 1 year ago

Hi

This is a multi-classification. Since Scissor implemented logistic regression for classification, you can use any multi-classification strategies (such as one-vs-rest, one-vs-one) in supervised learning to achieve your goal.

Best, Duanchen

On Thu, 9 Mar 2023 at 00:36, Phoenix12580 @.***> wrote:

Thank you very much for your elegant tool! I have a multiple subgroup and want to use Scissor for identifing different groups related cells, how should I use this tool?

Thank you again!

— Reply to this email directly, view it on GitHub https://github.com/sunduanchen/Scissor/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYQWDA32GZSCIWJIQOSNL3W3CYRBANCNFSM6AAAAAAVT7T5VA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Phoenix12580 commented 1 year ago

Thank you for your reply, i will try it