mlx
|
public |
An array framework for Apple silicon
|
2025-09-27 |
r-rly
|
public |
R implementation of the common parsing tools 'lex' and 'yacc'.
|
2025-09-27 |
r-raveio
|
public |
Includes multiple cross-platform read/write interfaces for 'RAVE' project. 'RAVE'
stands for "R analysis and visualization of human intracranial electroencephalography
data". The whole project aims at providing powerful free-source package that analyze
brain recordings from patients with electrodes placed on the cortical surface or
inserted into the brain. 'raveio' as part of this project provides tools to read/write
neurophysiology data from/to 'RAVE' file structure, as well as several popular formats
including 'EDF(+)', 'Matlab', 'BIDS-iEEG', and 'HDF5', etc. Documentation and examples
about 'RAVE' project are provided at <https://openwetware.org/wiki/RAVE>, and the
paper by John F. Magnotti, Zhengjia Wang, Michael S. Beauchamp (2020) <doi:10.1016/j.neuroimage.2020.117341>;
see 'citation("raveio")' for details.
|
2025-09-27 |
r-robcompositions
|
public |
Methods for analysis of compositional data including robust methods (<doi:10.1007/978-3-319-96422-5>), imputation of missing values (<doi:10.1016/j.csda.2009.11.023>), methods to replace rounded zeros (<doi:10.1080/02664763.2017.1410524>, <doi:10.1016/j.chemolab.2016.04.011>, <doi:10.1016/j.csda.2012.02.012>), count zeros (<doi:10.1177/1471082X14535524>), methods to deal with essential zeros (<doi:10.1080/02664763.2016.1182135>), (robust) outlier detection for compositional data, (robust) principal component analysis for compositional data, (robust) factor analysis for compositional data, (robust) discriminant analysis for compositional data (Fisher rule), robust regression with compositional predictors, functional data analysis and p-splines (<doi:10.1016/j.csda.2015.07.007>), contingency (<doi:10.1080/03610926.2013.824980>) and compositional tables (<doi:10.1111/sjos.12326>, <doi:10.1111/sjos.12223>, <doi:10.1080/02664763.2013.856871>) and (robust) Anderson-Darling normality tests for compositional data as well as popular log-ratio transformations (addLR, cenLR, isomLR, and their inverse transformations). In addition, visualisation and diagnostic tools are implemented as well as high and low-level plot functions for the ternary diagram.
|
2025-09-27 |
r-rselenium
|
public |
Provides a set of R bindings for the 'Selenium 2.0 WebDriver' (see <https://selenium.dev/documentation/en/> for more information) using the 'JsonWireProtocol' (see <https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> for more information). 'Selenium 2.0 WebDriver' allows driving a web browser natively as a user would either locally or on a remote machine using the Selenium server it marks a leap forward in terms of web browser automation. Selenium automates web browsers (commonly referred to as browsers). Using RSelenium you can automate browsers locally or remotely.
|
2025-09-27 |
mp-api
|
public |
API Client for the Materials Project
|
2025-09-27 |
r-rio
|
public |
Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types.
|
2025-09-27 |
r-climate4r.value
|
public |
Wrapper of package VALUE to compute several indices and perform climate data validation using the tools developed in the COST action VALUE <http://www.value-cost.eu/>.
|
2025-09-27 |
overturemaps
|
public |
Python tools for interacting with Overture Maps (overturemaps.org) data.
|
2025-09-27 |
r-candisc
|
public |
Functions for computing and visualizing generalized canonical discriminant analyses and canonical correlation analysis for a multivariate linear model. Traditional canonical discriminant analysis is restricted to a one-way 'MANOVA' design and is equivalent to canonical correlation analysis between a set of quantitative response variables and a set of dummy variables coded from the factor variable. The 'candisc' package generalizes this to higher-way 'MANOVA' designs for all factors in a multivariate linear model, computing canonical scores and vectors for each term. The graphic functions provide low-rank (1D, 2D, 3D) visualizations of terms in an 'mlm' via the 'plot.candisc' and 'heplot.candisc' methods. Related plots are now provided for canonical correlation analysis when all predictors are quantitative.
|
2025-09-27 |
r-ryacas
|
public |
Interface to the 'yacas' computer algebra system (<http://www.yacas.org/>).
|
2025-09-27 |
r-qpcr
|
public |
Model fitting, optimal model selection and calculation of various features that are essential in the analysis of quantitative real-time polymerase chain reaction (qPCR).
|
2025-09-27 |
ssm-simulators
|
public |
SSMS is a package collecting simulators and training data generators for a bunch of generative models of interest in the cognitive science / neuroscience and approximate bayesian computation communities
|
2025-09-27 |
r-kmlshape
|
public |
K-means for longitudinal data using shape-respecting distance and shape-respecting means.
|
2025-09-26 |
trimesh
|
public |
Import, export, process, analyze and view triangular meshes.
|
2025-09-26 |
gradio-client
|
public |
Python library for easily interacting with trained machine learning models
|
2025-09-26 |
google-genai
|
public |
GenAI Python SDK
|
2025-09-26 |
r-tsdist
|
public |
A set of commonly used distance measures and some additional functions which, although initially not designed for this purpose, can be used to measure the dissimilarity between time series. These measures can be used to perform clustering, classification or other data mining tasks which require the definition of a distance measure between time series.
|
2025-09-26 |
zizmor
|
public |
Static analysis for GitHub Actions
|
2025-09-26 |
r-clustcurv
|
public |
A method for determining groups in multiple curves with an automatic selection of their number based on k-means or k-medians algorithms. The selection of the optimal number is provided by bootstrap methods. The methodology can be applied both in regression and survival framework. Implemented methods are: Grouping multiple survival curves described by Villanueva et al. (2018) <doi:10.1002/sim.8016>.
|
2025-09-26 |
r-kml3d
|
public |
An implementation of k-means specifically design to cluster joint trajectories (longitudinal data on several variable-trajectories). Like 'kml', it provides facilities to deal with missing value, compute several quality criterion (Calinski and Harabatz, Ray and Turie, Davies and Bouldin, BIC,...) and propose a graphical interface for choosing the 'best' number of clusters. In addition, the 3D graph representing the mean joint-trajectories of each cluster can be exported through LaTeX in a 3D dynamic rotating PDF graph.
|
2025-09-26 |
r-threebrain
|
public |
A fast, interactive cross-platform, and easy to share
'WebGL'-based 3D brain viewer that visualizes 'FreeSurfer' and/or
'AFNI/SUMA' surfaces. The viewer widget can be either standalone or
embedded into 'R-shiny' applications. The standalone version only require
a web browser with 'WebGL2' support (for example, 'Chrome', 'Firefox',
'Safari'), and can be inserted into any websites. The 'R-shiny'
support allows the 3D viewer to be dynamically generated from reactive user
inputs. Please check the publication by Wang, Magnotti, Zhang,
and Beauchamp (2023, <doi:10.1523/ENEURO.0328-23.2023>) for electrode
localization. This viewer has been fully adopted by 'RAVE'
<https://openwetware.org/wiki/RAVE>, an interactive toolbox to
analyze 'iEEG' data by Magnotti, Wang, and Beauchamp (2020,
<doi:10.1016/j.neuroimage.2020.117341>). Please check
'citation("threeBrain")' for details.
|
2025-09-26 |
r-tigger
|
public |
Infers the V genotype of an individual from immunoglobulin (Ig) repertoire sequencing data (AIRR-Seq, Rep-Seq). Includes detection of any novel alleles. This information is then used to correct existing V allele calls from among the sample sequences. Citations: Gadala-Maria, et al (2015) <doi:10.1073/pnas.1417683112>. Gadala-Maria, et al (2019) <doi:10.3389/fimmu.2019.00129>.
|
2025-09-26 |
codex
|
public |
Lightweight coding agent that runs in your terminal
|
2025-09-26 |
ffmpeg
|
public |
Cross-platform solution to record, convert and stream audio and video.
|
2025-09-26 |