saeyslab / FlowSOM

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

truncate_max_range in SaveClustersToFCS() #8

Closed KatrienQ closed 2 years ago

KatrienQ commented 3 years ago

If the channel values exceeds the $PnR value, the data will be truncated. Can be avoided by setting truncate_max_range = FALSE in read.FCS(), but is not yet possible in SaveClustersToFCS().

KatrienQ commented 2 years ago

Fixed in version 2.1.37