版本1.15.2的更改--------------------------------------修改了日志和逆登录转换,以利用Wayne Moore提供的C ++库等。添加了一个函数估计值以自动估计给定流框和要转换为输入的通道的日志转换参数。修改了InverSeleOgeTlemletRansfom函数,以将LogicletRansform函数的输出作为输入。版本1.21.1的更改--------------------------------------添加FCS3中的readfcStext函数中的文本段解析器,当时关键字值的内部存在的定界符字符。请注意,该解析器要求所有关键字及其值是非空的,它符合FCS3版本1.21.5中的标准更改----------------------------------------------------------- 添加.ReadFcSdataraw例程读取包含位包装整数数据的FCS(带有奇怪的宽度,例如9,11而不是8,16,32,64)。目前,位于r的操作是在r中完成的,可以移动到c如果速度问题将来成为问题。版本1.23.2的更改-------------------------------添加新类“过滤器”,“ filtterslist”,以允许Flowviz绘制多个过滤器/门for one flowFrame CHANGES IN VERSION 1.23.3 ------------------------- add argument "emptyValue" to read.FCS API so that parser can still work correctly when either cases below occurs : 1.there is double-delimiter in keyword values (sometime like \\c:\\path\\...) 2.there is empty keyword value (\\keyword1\\value1\\keyword2\\\\keyword3) CHANGES IN VERSION 1.23.7 ------------------------- fix the bug that malformed spillover matrix in write.FCS CHANGES IN VERSION 1.29.25 -------------------------- Copied 'featureSignif' and other required functions from the 'feature' package into 'flowCore', to remove an undesired dependency on tcltk (caught in the dependency chain from 'feature'). These functions have been collated into 'feature.R'. CHANGES IN VERSION 1.31.15 Deprecation + 'filterSet' and 'workFlow' are deprecated by 'flowWorkspace::GatingSet' + update vignette by using 'GatingSet' Enhancement + support 'SPILLOVER` in `read.FCS` besides the existing keywords ("SPILL", "spillover") + support reading(`read.FCS` ) bad FCS files exported by flowJo that do not follow standards strictly + support 'ncdfFlowList' in 'findTimeChannel' function