1.5.14版本变更o修改Main_mean_NB_spBay。1.5.13版本更改激活“允许稀疏矩阵作为输出(仅对平均版本过程有效)”。因此,您可以在整个过程中使用dgCMatrix。不是dgCMatrix类型的输入将首先转换为dgCMatrix。版本1.5.12 o更改:允许稀疏矩阵作为输出(仅对平均版本过程有效)。因为只有当矩阵是稀疏的时候,稀疏矩阵才有用。o校正文件。版本1.5.11 o的更改允许稀疏矩阵作为输出(仅对平均版本过程有效)。o让RELEASE_3_10版本为1.4.11。版本1.5.10的变化o更新RELEASE_3_10 1.4.2到1.4.3。 Changes in version 1.5.9 o Change back to Rcpp EstPrior function (sp_mat version). o Use dgCMatrix instead of matrix in R. o define ARMA\_64BIT\_WORD 1 and so on allows for big sparse matrix (learn from the liger R package). Changes in version 1.5.8 o Change back to rowSums instead of using Rcpp EstPrior function. Changes in version 1.5.7 o Add useful function file. o Use Rcpp EstPrior function. Changes in version 1.5.6 o as_matrix for transforming sparse matrix to matrix in R efficiently than as.matrix. Changes in version 1.5.5 o Make BB_fun faster: speed up the access of row of dgCMatrix object. o Modify EstPrior, using rowSums from Matrix package to calculated variance. Hence no need for Rcpp EstPrior function. Changes in version 1.5.4 o Support sparse matrix: dgTMatrix and dgCMatrix. Changes in version 1.5.3 o Add Rcpp EstPrior function. Changes in version 1.5.2 o Vectorize computation in EstPrior function. Changes in version 1.5.0 o Set default setting of BETA_vec=NULL. o Update citation. Changes in version 1.1.6 o Suppress warning message came from BiocParallel. Changes in version 1.1.4 o For a smoother progress bar, use foreach instead of BiocParallel. Changes in version 0.99.19 o Replacing foreach with BiocParallel o Fix some errors in BB_fun Changes in version 0.99.9 o Let more examples to be runnable; Updated vignette; Including SingleCellExperiment Class. Changes in version 0.99.8 o Fix some errors. Changes in version 0.99.4 o Apply corrections proposed by the reviewer, for more details please see 0.99.1 o版本的更改修复了Bioconductor报告的两个警告:使用TRUE/FALSE而不是T/F,在文件:tests/testthat/test-bayNorm中找到。r•警告:使用is()或!is()在0.99.0版本的变化o通过所有检查r CMD构建和r CMD BiocCheck。o未来工作:•小插图需要进一步改进。•需要改进手册页。•提交给Bioconductor。