| batchglm | 0.7.4 | Fast and scalable fitting of over-determined generalized-linear models (GLMs) | Mar 25, 2025 | BSD-3 |
| bioconductor-rnbeads | 1.10.8 | RnBeads facilitates comprehensive analysis of various types of DNA methylation data at the genome scale. | Mar 25, 2025 | GPL-3 |
| bioconductor-rnbeads.hg19 | 1.10.0 | Automatically generated RnBeads annotation package for the assembly hg19. | Mar 25, 2025 | GPL-3 |
| bioconductor-rnbeads.hg38 | 1.10.0 | Automatically generated RnBeads annotation package for the assembly hg38. | Mar 25, 2025 | GPL-3 |
| bioconductor-rnbeads.mm10 | 1.10.0 | Automatically generated RnBeads annotation package for the assembly mm10. | Mar 25, 2025 | GPL-3 |
| cellbender | 0.1 | CellBender is a software package for eliminating technical artifacts from high-throughput single-cell RNA sequencing (scRNA-seq) data. | Mar 25, 2025 | BSD3 |
| cget | 0.1.8 | Cmake package retrieval | Mar 25, 2025 | boost |
| diffxpy | 0.7.4 | Fast and scalable differential expression analysis on single-cell RNA-seq data | Mar 25, 2025 | BSD-3 |
| glmpca | 0.1.0 | Generalized PCA for dimension reduction of non-normally distributed data | Mar 25, 2025 | GNU Lesser General Public v3 or later (LGPLv3+) |
| harmonypy | 0.0.4 | A data integration algorithm. | Mar 25, 2025 | GNU General Public v3 or later (GPLv3+) |
| legacy-api-wrap | 1.2 | Legacy API wrapper. | Mar 25, 2025 | GNU General Public v3 or later (GPLv3+) |
| naivede | 1.2.0 | The most trivial DE test based on likelihood ratio tests | Mar 25, 2025 | MIT |
| phenograph | 1.1.14 | Subpopulation detection in high-dimensional single-cell data | Mar 25, 2025 | MIT |
| pheweb | 1.1.14 | A tool to build multi-phenotype GWAS browsers | Mar 25, 2025 | AGPLv3 |
| pyro-api | 0.1.2 | Generic API for dispatch to Pyro backends. | Mar 25, 2025 | Apache Software |
| pyro-ppl | 1.3.1 | A Python library for probabilistic modeling and inference | Mar 25, 2025 | Apache 2.0 |
| r-arrangements | 1.1.5 | Fast generators and iterators for permutations, combinations and partitions. The iterators allow users to generate arrangements in a memory efficient manner and the generated arrangements are in lexicographical (dictionary) order. Permutations and combinations can be drawn with/without replacement and support multisets. It has been demonstrated that 'arrangements' outperforms most of the existing packages of similar kind. Some benchmarks could be found at <https://randy3k.github.io/arrangements/articles/benchmark.html>. | Mar 25, 2025 | MIT + file LICENSE |
| r-bioutils | 0.1.2 | Useful functions for computational biology. | Mar 25, 2025 | MIT |
| r-cit | 2.2 | A likelihood-based hypothesis testing approach is implemented for assessing causal mediation. For example, it could be used to test for mediation of a known causal association between a DNA variant, the 'instrumental variable', and a clinical outcome or phenotype by gene expression or DNA methylation, the potential mediator. Another example would be testing mediation of the effect of a drug on a clinical outcome by the molecular target. The hypothesis test generates a p-value or permutation-based FDR value with confidence intervals to quantify uncertainty in the causal inference. The outcome can be represented by either a continuous or binary variable, the potential mediator is continuous, and the instrumental variable can be continuous or binary and is not limited to a single variable but may be a design matrix representing multiple variables. | Mar 25, 2025 | Artistic-2.0 |
| r-dirichletreg | 0.7_0 | Implements Dirichlet regression models in R. | Mar 25, 2025 | GPL-2 |
| r-ff | 2.2_14 | The ff package provides data structures that are stored on disk but behave (almost) as if they were in RAM by transparently mapping only a section (pagesize) in main memory - the effective virtual memory consumption per ff object. ff supports R's standard atomic data types 'double', 'logical', 'raw' and 'integer' and non-standard atomic types boolean (1 bit), quad (2 bit unsigned), nibble (4 bit unsigned), byte (1 byte signed with NAs), ubyte (1 byte unsigned), short (2 byte signed with NAs), ushort (2 byte unsigned), single (4 byte float with NAs). For example 'quad' allows efficient storage of genomic data as an 'A','T','G','C' factor. The unsigned types support 'circular' arithmetic. There is also support for close-to-atomic types 'factor', 'ordered', 'POSIXct', 'Date' and custom close-to-atomic types. ff not only has native C-support for vectors, matrices and arrays with flexible dimorder (major column-order, major row-order and generalizations for arrays). There is also a ffdf class not unlike data.frames and import/export filters for csv files. ff objects store raw data in binary flat files in native encoding, and complement this with metadata stored in R as physical and virtual attributes. ff objects have well-defined hybrid copying semantics, which gives rise to certain performance improvements through virtualization. ff objects can be stored and reopened across R sessions. ff files can be shared by multiple ff R objects (using different data en/de-coding schemes) in the same process or from multiple R processes to exploit parallelism. A wide choice of finalizer options allows to work with 'permanent' files as well as creating/removing 'temporary' ff files completely transparent to the user. On certain OS/Filesystem combinations, creating the ff files works without notable delay thanks to using sparse file allocation. Several access optimization techniques such as Hybrid Index Preprocessing and Virtualization are implemented to achieve good performance even with large datasets, for example virtual matrix transpose without touching a single byte on disk. Further, to reduce disk I/O, 'logicals' and non-standard data types get stored native and compact on binary flat files i.e. logicals take up exactly 2 bits to represent TRUE, FALSE and NA. Beyond basic access functions, the ff package also provides compatibility functions that facilitate writing code for ff and ram objects and support for batch processing on ff objects (e.g. as.ram, as.ff, ffapply). ff interfaces closely with functionality from package 'bit': chunked looping, fast bit operations and coercions between different objects that can store subscript information ('bit', 'bitwhich', ff 'boolean', ri range index, hi hybrid index). This allows to work interactively with selections of large datasets and quickly modify selection criteria. Further high-performance enhancements can be made available upon request. | Mar 25, 2025 | GPL-2 | file LICENSE |
| r-googleauthr | 0.7.0 | Create R functions that interact with OAuth2 Google APIs <https://developers.google.com/apis-explorer/> easily, with auto-refresh and Shiny compatibility. | Mar 25, 2025 | MIT + file LICENSE |
| r-gtools | 3.5.0 | Functions to assist in R programming, including | Mar 25, 2025 | GPL-2 |
| r-harmony | 1.0 | Scalable integration of single cell RNAseq data for batch correction and meta analysis. | Mar 25, 2025 | MIT |
| r-iterpc | 0.4.1 | Iterator for generating permutations and combinations. They can be either drawn with or without replacement, or with distinct/ non-distinct items (multiset). The generated sequences are in lexicographical order (dictionary order). The algorithms to generate permutations and combinations are memory efficient. These iterative algorithms enable users to process all sequences without putting all results in the memory at the same time. The algorithms are written in C/C++ for faster performance. Note: 'iterpc' is no longer being maintained. Users are recommended to switch to 'arrangements'. | Mar 25, 2025 | GPL-2 |