|
r-tableone
|
public |
Creates 'Table 1', i.e., description of baseline patient characteristics, which is essential in every medical research. Supports both continuous and categorical variables, as well as p-values and standardized mean differences. Weighted data are supported via the 'survey' package. See 'github' for a screen cast.
|
2025-03-25 |
|
r-dirichletreg
|
public |
Implements Dirichlet regression models in R.
|
2025-03-25 |
|
diffxpy
|
public |
Fast and scalable differential expression analysis on single-cell RNA-seq data
|
2025-03-25 |
|
batchglm
|
public |
Fast and scalable fitting of over-determined generalized-linear models (GLMs)
|
2025-03-25 |
|
cellbender
|
public |
CellBender is a software package for eliminating technical artifacts from high-throughput single-cell RNA sequencing (scRNA-seq) data.
|
2025-03-25 |
|
pyro-ppl
|
public |
A Python library for probabilistic modeling and inference
|
2025-03-25 |
|
pyro-api
|
public |
Generic API for dispatch to Pyro backends.
|
2025-03-25 |
|
glmpca
|
public |
Generalized PCA for dimension reduction of non-normally distributed data
|
2025-03-25 |
|
naivede
|
public |
The most trivial DE test based on likelihood ratio tests
|
2025-03-25 |
|
harmonypy
|
public |
A data integration algorithm.
|
2025-03-25 |
|
r-scfind
|
public |
Scfind.
|
2025-03-25 |
|
scanpy
|
public |
Single-Cell Analysis in Python. Scales to >1M cells.
|
2025-03-25 |
|
legacy-api-wrap
|
public |
Legacy API wrapper.
|
2025-03-25 |
|
r-harmony
|
public |
Scalable integration of single cell RNAseq data for batch correction and meta analysis.
|
2025-03-25 |
|
phenograph
|
public |
Subpopulation detection in high-dimensional single-cell data
|
2025-03-25 |
|
cget
|
public |
Cmake package retrieval
|
2025-03-25 |
|
pheweb
|
public |
A tool to build multi-phenotype GWAS browsers
|
2025-03-25 |
|
r-ff
|
public |
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.
|
2025-03-25 |
|
r-variantbedoverlap
|
public |
Calculates overlap of variants in LD with BED files.
|
2025-03-25 |
|
r-proxysnps
|
public |
Get proxy SNPs for a SNP in the 1000 Genomes Project.
|
2025-03-25 |
|
r-arrangements
|
public |
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>.
|
2025-03-25 |
|
r-iterpc
|
public |
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'.
|
2025-03-25 |
|
r-bioutils
|
public |
Useful functions for computational biology.
|
2025-03-25 |
|
r-searchable
|
public |
Provides functionality for searching / subsetting and slicing named objects using 'stringr/i'-style modifiers by case (in)sensitivity, regular expressions or fixed expressions; searches uses the standard '[' operator and allows specification of default search behavior to either the search target (named object) and/or the search pattern.
|
2025-03-25 |
|
r-quantpsyc
|
public |
Contains functions useful for data screening, testing moderation, mediation and estimating power.
|
2025-03-25 |