SofieVG / FlowSOM

Using self-organizing maps for visualization and interpretation of cytometry data
61 stars 26 forks source link

Query - FlowSOM #36

Closed santoshe1 closed 4 years ago

santoshe1 commented 4 years ago

Hi Sofie,

Thank you for developing flowSOM.

I had a question on how to find the number of cells within a particular cluster in a flowSOM object?

Thank you, Santosh

SofieVG commented 4 years ago

Dear Santosh,

The easiest way to get the number of cells in a cluster is probably table(GetClusters(fsom)) with fsom your flowSOM object.

All the best, Sofie

On Fri, 11 Sep 2020 at 14:10, santoshe1 notifications@github.com wrote:

Hi Sofie,

Thank you for developing flowSOM.

I had a question on how to find the number of cells within a particular cluster in a flowSOM object?

Thank you, Santosh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SofieVG/FlowSOM/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOS722WJ5UONYHKBW7GEALSFIHTLANCNFSM4RHKZ2MQ .

santoshe1 commented 4 years ago

Thank you Sofie