Releases: xiaolei-lab/rMVP
Releases · xiaolei-lab/rMVP
rMVP 1.0.4
rMVP 0.99.14.1
Bug fix
- Fixed an issue where workdir could not contain non-ASCII characters
- Fixed an issue where matrix dimensions mismatch caused by adding SE output in the FarmCPU model
- Fixed an issue where Windows could not overwrite bigmatrix due to file occupancy
rMVP 0.99.14
New features
- Added Brent method as default variance component estimation method.
- Output logs to disk by default.
- Hapmap2MVP now supports single-letter encoding and parallel format conversion.
- Added marker SE output.
Adjustment
- SNP map suffix changed from ".map" to ".geno.map"
- The strategy for computing PCs has been updated.
- Speed mode and memory mode in the priority parameter are now only used to construct the kinship matrix.
- Imputation in data format conversion does not generate intermediate files now.
- Data format conversion now no longer generates PC and K by default.
Bug fix
- !!! Fixed bug where SNP location was misaligned in multi-thread Bfile2MVP.
- Fixed multithreading error caused by VECLIB on Microsoft R Open for macOS
- replace mclapply with lapply on windows
rMVP 0.99 Version build 13
In order to submit to Bioconductor, MVP is now renamed to rMVP and the version number is reset. In this version, MVP.Data
is fully refactored in C++ and fixes several issues.
- Unified installation package for Windows platform and Linux platform.
- The 3D PCA map has been temporarily disabled, and we will improve this feature in subsequent versions.
- Significantly reduced project size with Git LFS.
- Add automatic tests.
- MVP.Data update:
- true NA support
- rewrite by c++, faster
- Provides some convenient functions
- MVP.Data.VCF2MVP
- MVP.Data.Bfile2MVP
- MVP.Data.Hapmap2MVP
- MVP.Data.Numeric2MVP
- MVP.Data.Pheno
- MVP.Data.Map
- MVP.Data.PC
- MVP.Data.Kin
- MVP.Data.impute (beta)
- MVP.Data.QC (beta)
- remove bigpca, rfunctions