2.0.0版本的变化-关键字<-行为现在是正常的替换方法,即关键字(fr) <- list(name = value)将替换整个关键字列表,而不是部分更新/插入,要实现后者,使用关键字(fr)["name"] <- value -[方法(例如fr[,1:4])不再自动删除$PnX关键字,以便它与cytoframe兼容。1.53版更改- 'workFlow'类和相关类和方法现在不再功能#148 -被flowWorkspace取代-在'read '中添加对多个数据段的支持。修复了一些带read的边缘情况。FCS '与列。添加'transform_gate'方法用于门的几何转换-添加'collapse_desc'用于强制关键字列表到字符- 'spillover'方法用于计算补偿矩阵从'flowSet'控件移动到'flowStats' -添加'filter_keywords'用于过滤关键字列表-弃用描述和描述<-用于关键字和关键字<-以减少冗余并为细胞帧RGLab/flowWorkspace提供一致的行为#311更改版本1.47.10 -所有文档转换为roxygen2,并添加了一些内容和重组。FCS -支持跨参数/通道具有不同位宽的FCS -支持使用大整数(即uint32 > R's integer.max)写入的FCS。1.31.15版本的更改-弃用- 'filterSet'和'workFlow'已被'flowWorkspace::GatingSet'弃用-使用'GatingSet'更新小插曲-增强-支持'SPILLOVERinread '。FCS除了现有的关键字(“SPILL”,“spillover”)-支持读取(read。1.29.25版更改-从'feature'包中复制'featureSignif'和其他所需的函数到'flowCore',以删除对tcltk的不希望的依赖(在'feature'的依赖链中捕获)。这些函数已被整理为'feature.R'。1.23.7版的更改-修复了写入时溢出矩阵格式不正确的错误。FCS 1.23.3版更改-增加参数"emptyValue"为read。FCS API使解析器仍然可以正确工作时,发生以下任何一种情况: 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.2 - add new classes "filters", "filtersList" to allow flowViz to plot multiple filters/gates for one flowFrame Changes in version 1.21.5 - add .readFCSdataRaw routine to read FCS containing bit-packed integer data (with odd-bitwidth like 9,11 instead of 8,16,32,64) .Currently the bit-wise manipulation is done within R,it can be moved to C if speed issue becomes a problem in the future. Changes in version 1.21.1 - add TEXT segment parser in readFCStext function for FCS3 when the delimiter characters existing inside of keyword values. Note this parser require all keywords and their values to be non-empty, which conforms to FCS3 standard Changes in version 1.15.2 - Modified the logicle and the inverse logicle transformation to make use of the C++ library provided by Wayne Moore et al. - Added a function estimateLogicle to automatically estimate the logicle transformation parameters given a flowFrame and the channels to be transformed as input. - Modified the inverseLogicleTransfom function to take the output of a logicleTransform function as input.