bigsnpr - Analysis of Massive SNP Arrays
Easy-to-use, efficient, flexible and scalable tools for analyzing massive SNP arrays. Privé et al. (2018) <doi:10.1093/bioinformatics/bty185>.
Last updated 2 months ago
big-databioinformaticsmemory-mapped-fileparallel-computingpolygenic-scorespopulation-structure-inferencesnp-datastatistical-methods
11.41 score 187 stars 3 packages 1.3k scripts 1.7k downloadsbigstatsr - Statistical Tools for Filebacked Big Matrices
Easy-to-use, efficient, flexible and scalable statistical tools. Package bigstatsr provides and uses Filebacked Big Matrices via memory-mapping. It provides for instance matrix operations, Principal Component Analysis, sparse linear supervised models, utility functions and more <doi:10.1093/bioinformatics/bty185>.
Last updated 2 months ago
big-datalarge-matricesmemory-mapped-fileparallel-computingstatistical-methods
10.57 score 179 stars 16 packages 367 scripts 2.8k downloadspcadapt - Fast Principal Component Analysis for Outlier Detection
Methods to detect genetic markers involved in biological adaptation. 'pcadapt' provides statistical tools for outlier detection based on Principal Component Analysis. Implements the method described in (Luu, 2016) <DOI:10.1111/1755-0998.12592> and later revised in (Privé, 2020) <DOI:10.1093/molbev/msaa053>.
Last updated 2 months ago
7.76 score 39 stars 293 scripts 1.1k downloadsbigreadr - Read Large Text Files
Read large text files by splitting them in smaller files. Package 'bigreadr' also provides some convenient wrappers around fread() and fwrite() from package 'data.table'.
Last updated 2 years ago
large-datasetread-csv
7.76 score 42 stars 4 packages 660 scripts 1.7k downloadsbigparallelr - Easy Parallel Tools
Utility functions for easy parallelism in R. Include some reexports from other packages, utility functions for splitting and parallelizing over blocks, and choosing and setting the number of cores used.
Last updated 1 months ago
6.26 score 3 stars 19 packages 75 scripts 2.8k downloadsbigutilsr - Utility Functions for Large-scale Data
Utility functions for large-scale data. For now, package 'bigutilsr' mainly includes functions for outlier detection and unbiased PCA projection.
Last updated 1 months ago
6.14 score 10 stars 5 packages 33 scripts 2.8k downloadsbigsparser - Sparse Matrix Format with Data on Disk
Provide a sparse matrix format with data stored on disk, to be used in both R and C++. This is intended for more efficient use of sparse data in C++ and also when parallelizing, since data on disk does not need copying. Only a limited number of features will be implemented. For now, conversion can be performed from a 'dgCMatrix' or a 'dsCMatrix' from R package 'Matrix'. A new compact format is also now available.
Last updated 3 months ago
5.53 score 10 stars 4 packages 9 scripts 1.4k downloadsbigassertr - Assertion and Message Functions
Enhanced message functions (cat() / message() / warning() / error()) using wrappers around sprintf(). Also, multiple assertion functions (e.g. to check class, length, values, files, arguments, etc.).
Last updated 2 years ago
5.46 score 3 stars 24 packages 3 scripts 2.7k downloadsrmio - Provides 'mio' C++11 Header Files
Provides header files of 'mio', a cross-platform C++11 header-only library for memory mapped file IO <https://github.com/mandreyel/mio>.
Last updated 3 years ago
5.45 score 5 stars 20 packages 1 scripts 1.9k downloadsrunonce - Run Once and Save Result
Package 'runonce' helps automating the saving of long-running code to help running the same code multiple times. If you run some long-running code once, it saves the result in a file on disk. Then, if the result already exists, i.e. if the code has already been run and its output has already been saved, it just reads the result from the stored file instead of running the code again.
Last updated 2 years ago
4.49 score 3 stars 4 packages 17 scripts 867 downloadsmmapcharr - Memory-Map Character Files
Uses memory-mapping to enable the random access of elements of a text file of characters separated by characters as if it were a simple R(cpp) matrix.
Last updated 6 years ago
3.95 score 6 stars 1 packages 7 scripts 678 downloadsinplace - In-place Operators for R
It provides in-place operators for R that are equivalent to '+=', '-=', '*=', '/=' in C++. Those can be applied on integer|double vectors|matrices. You have also access to sweep operations (in-place).
Last updated 4 years ago
3.60 score 8 stars 9 scripts 178 downloadsprimefactr - Use Prime Factorization for Computations
Use Prime Factorization for simplifying computations, for instance for ratios of large factorials.
Last updated 7 years ago
2.70 score 6 scripts 164 downloads