Closed KatrienQ closed 2 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().
$PnR
truncate_max_range = FALSE
read.FCS()
SaveClustersToFCS()
Fixed in version 2.1.37
If the channel values exceeds the
$PnR
value, the data will be truncated. Can be avoided by settingtruncate_max_range = FALSE
inread.FCS()
, but is not yet possible inSaveClustersToFCS()
.