版本1.15.2变更-------------------------修改了逻辑变换和逆逻辑变换,以利用Wayne Moore等人提供的c++库。添加了一个estimateLogicle函数来自动估计给定的流帧和要转换为输入的通道的逻辑转换参数。修改了inverselogicletransform函数,将logicleTransform函数的输出作为输入。版本1.21.1更改-------------------------在FCS3的readFCStext函数中增加了TEXT段解析器,当分隔符存在于关键字值中。注意,这个解析器要求所有关键字及其值都非空,这符合FCS3标准CHANGES IN VERSION 1.21.5 ------------------------- add . readfcsdataraw例程来读取包含位打包整数数据的FCS(奇数位宽如9,11,而不是8,16,32,64)。目前,逐位操作是在R中完成的,如果将来速度问题成为问题,它可以移动到C。在版本1.23.3的变化-------------------------添加新的类“filters”,“filtersList”,以允许flowViz绘制多个过滤器/门为一个流帧变化-------------------------增加参数“emptyValue”读取。FCS API使解析器仍然可以正确工作时,发生以下任何一种情况:关键字值中有双分隔符(有时像\\c:\\path\\…)有一个空的关键字值(\\keyword1\\value1\\keyword2\\\\keyword3) CHANGES IN VERSION 1.23.7 -------------------------修复错误的溢出矩阵写入。FCS更改版本1.29.25 --------------------------从'feature'包复制'featureSignif'和其他所需的函数到'flowCore',以删除对tcltk的不希望的依赖(从'feature'捕获依赖链)。这些函数已被整理为'feature.R'。弃用+ 'filterSet'和'workFlow'被'flowWorkspace::GatingSet'弃用+使用'GatingSet'增强+支持'SPILLOVER '在' read。FCS’除了现有的关键字(“SPILL”、“spillover”)+支持读取(“read”)。FCS` ) bad FCS files exported by flowJo that do not follow standards strictly + support 'ncdfFlowList' in 'findTimeChannel' function CHANGES IN VERSION 1.37.6 read.FCS + supports FCS that has diverse bit widths across parameters/channels + supports FCS that uses big integer (i.e. uint32 > R's integer.max) write.FCS + Fixes several bugs so that this API is now more usable CHANGES IN VERSION 1.47.10 + All documentation converted converted to roxygen2 with some additions and reorganization