变化在1.5版本中BUG修复阿珠与负面坐标现在可以包含在bab文件o如果找到重叠段警告印刷和使用完整的loc指数。o readCompressedData返回的坐标值()现在的匹配精度的原始文本文件。1.3版本的BUG修复o提高性能的变化readCompressedData提取所有probeIDs时()。o固定误差矢量的文件传递给decompressBeadData时()。以前,如果arrayMask零每个输出文件使用相同的名称,创建覆盖前一个。包结构变化o示例数据转移到本月按照R / extdata pacakge指南。删除警告从R CMD检查。1.1版本新特性的变化o添加函数extractLocsFile () o添加函数readCompressedData decompressBeadData阿()()将一个向量的输入文件,而不需要一个循环。o解压时间减少了约50%通过打电话给()()而不是适用BUG修复o固定错误当提取红色通道信息使用readCompressedData ()。感谢教授Tim Triche识别和修补。 o Fixed rounding errors when dealing with very small and/or negative coordinates. o Check indices are now employed correctly. o If any beads can't be positioned using the reduced index compression halts and the user is informed. o Fixed a major bug that resulted in the .locs file being randomly ordered on reconstruction if the full index was used. o Now stops and informs the user if there are negative coordinates in the .locs file. CHANGES IN VERSION 0.99 NEW FEATURES o Improved speed when using lossy compression by switcing some code from apply() to .Call() o Progress bar is now optional o Package created BUG FIXES o Fixed bug which put red channel out by 1 pixel when using offset coordinates o Now works correctly in the case where an array consists of a single segment, e.g. Human 1M o Fixed bug in creating full index o Fixed bug in combining .txt and .locs files due to duplicate entries o Fixed bug in writing intensity flags. Introduced when switching from calloc() to R_alloc(). o Set a default file name for output from compressBeadData if left blank o Compression progress bar no longer stops at 70% o Set limits on the number of bytes for storing the fractional part o Replaced calloc() with R_alloc() in C code o Registered C functions