SofieVG / FlowSOM

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

Release version out of date compared to Flowjo Plugin. #53

Closed AlexanderWMacFarlaneIV closed 1 year ago

AlexanderWMacFarlaneIV commented 2 years ago

Hello.

I am interested in running FlowSOM with custom code in R. I currently use the plugin version for Flowjo.

The Flowjo version is up to 3.0.18, and was released recently. The version available here is more than 5 years old.

Can I get a copy of the most recent release?

yuhuisunnyluo commented 2 years ago

I believe that you will need to pay for a Flowjo license that keeps the software up to date.

AlexanderWMacFarlaneIV commented 2 years ago

I have multiple Flowjo licences.

I don't want to run FlowSom in Flowjo, I want to run it in R.

What I am looking for is the most current non-proprietary version.

SofieVG commented 2 years ago

If you install the version from github with the following command, you will have the most recent version: devtools::install_github("saeyslab/FlowSOM", build_vignettes = TRUE)

On Thu, 14 Jul 2022 at 20:45, AlexanderWMacFarlaneIV < @.***> wrote:

I have multiple Flowjo licences.

I don't want to run FlowSom in Flowjo, I want to run it in R.

What I am looking for is the most current non-proprietary version.

— Reply to this email directly, view it on GitHub https://github.com/SofieVG/FlowSOM/issues/53#issuecomment-1184781449, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOS724PNGYSYVVQ6LYDTFDVUBN3NANCNFSM53TEKQWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AlexanderWMacFarlaneIV commented 2 years ago

Ok, thank you.

I'm not sure if I should close this since other people might have the same question.