Stepwise models for the optimal linear combination of continuous variables in binary classification problems under Youden Index optimisation. Information on the models implemented can be found at Aznar-Gimeno et al. (2021) <doi:10.3390/math9192497>.
This package provides the filtering algorithms for the state space models on the Stiefel manifold as well as the corresponding sampling algorithms for uniform, vector Langevin-Bingham and matrix Langevin-Bingham distributions on the Stiefel manifold.
This package provides methods for statistical disclosure control in tabular data such as primary and secondary cell suppression as described for example in Hundepol et al. (2012) <doi:10.1002/9781118348239> are covered in this package.
Analyze lines of R code using tidy principles. This allows you to input lines of R code and output a data frame with one row per function included. Additionally, it facilitates code classification via included lexicons.
This package provides a set of tools for descriptive and predictive analysis of time series data. That includes functions for interactive visualization of time series objects and as well utility functions for automation time series forecasting.
This package provides functions for finding and pulling data from the Wisconsin Department of Natural Resources ArcGIS
REST APIs <https://dnrmaps.wi.gov/arcgis/rest/services> and <https://dnrmaps.wi.gov/arcgis2/rest/services>.
Supplies AnnotationHub
with EnsDb
Ensembl-based annotation databases for all species. EnsDb
SQLite databases are generated separately from Ensembl MySQL
databases using functions from the ensembldb package employing the Ensembl Perl API.
This package contains several sets of omics data including Gene Expression (ExpressionSet
), Methylation (GenomicRatioSet
), Proteome and Exposome (ExposomeSet
). This data is used in vignettes and exaples at MEAL, MultiDataSet
and omicRexposome
.
This package implements the cn.FARMS algorithm for copy number variation (CNV) analysis. cn.FARMS allows to analyze the most common Affymetrix (250K-SNP6.0) array types, supports high-performance computing using snow and ff.
Full 64-bit resolution date and time functionality with nanosecond granularity is provided, with easy transition to and from the standard POSIXct type. Three additional classes offer interval, period and duration functionality for nanosecond-resolution timestamps.
This package is a r-ggplot2
extension that provides flipped components:
horizontal versions of
r-ggplot2
stats andr-ggplot2
geoms;vertical versions of
r-ggplot2
positions.
This package provides a pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy.
This library implements the CESU-8 compatibility encoding scheme. This is a non-standard variant of UTF-8 that is used internally by some systems that need to represent UTF-16 data as 8-bit characters.
This package provides integration of the Google Repo tool with emacs. It displays the output of the repo status
command in a buffer and launches Magit from the status buffer for the project at point.
This package contains a MonadRef
type class that abstracts over the details of manipulating references, allowing one to write code that can operate in either the ST
monad or the IO
monad.
This package provides distance-based parametric bootstrap tests for clustering with spatial neighborhood information. It implements some distance measures, clustering of presence-absence, abundance and multilocus genetical data for species delimitation, nearest neighbor based noise detection.
Retrieves open source airport data and provides tools to look up information, translate names into codes and vice-verse, as well as some basic calculation functions for measuring distances. Data is licensed under the Open Database License.
Fits a Bayesian zero-inflated Bernoulli regression model handling (potentially) different covariates for the zero-inflated and non zero-inflated parts. See Moriña D, Puig P, Navarro A. (2021) <doi:10.1186/s12874-021-01427-2>.
Different adjustment methods for batch effects in biomarker data, such as from tissue microarrays. Some methods attempt to retain differences between batches that may be due to between-batch differences in "biological" factors that influence biomarker values.
This package provides a set of R functions and data sets for the book "Understanding Computational Bayesian Statistics." This book was written by Bill (WM) Bolstad and published in 2009 by John Wiley & Sons (ISBN 978-0470046098).
Utilities dedicated to the analysis of biological sequences by metric MultiDimensional
Scaling with projection of supplementary data. It contains functions for reading multiple sequence alignment files, calculating distance matrices, performing metric multidimensional scaling and visualizing results.
Routines doing cone projection and quadratic programming, as well as doing estimation and inference for constrained parametric regression and shape-restricted regression problems. See Mary C. Meyer (2013)<doi:10.1080/03610918.2012.659820> for more details.
Calculate confidence and consistency that measure the goodness-of-fit and transferability of predictive/potential distribution models (including species distribution models) as described by Somodi & Bede-Fazekas et al. (2024) <doi:10.1016/j.ecolmodel.2024.110667>.
Aims to provide simple intuitive functions to create quick prototypes of artificial neural network or deep learning models. In addition novel ensemble models like deeptree and deepforest has been included which combines decision trees and neural network.