This package is a data visualization package for R providing an implementation of an interactive grammar of graphics, taking the best parts of ggplot2, combining them with the reactive framework of Shiny and drawing web graphics using Vega.
This package creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system, in-memory and DBI-based database stores.
This is a package for reading, manipulating, writing and plotting spatiotemporal arrays (raster and vector data cubes) in R, using GDAL bindings provided by sf, and NetCDF bindings by ncmeta and RNetCDF.
This is a package to compare sequence fragment lengths or molecular weights from pairs of lanes. The number of matching bands in the Restriction Fragment Length Polymorphism (RFLP) data is calculated using the align-and-count method.
It searches for relevant associations of transcription factors with a transcription factor target, in specific genomic regions. It also allows to evaluate the Importance Index distribution of transcription factors (and combinations of transcription factors) in association rules.
The package allows one to compose general HTTP requests and provides convenient functions to fetch URIs, GET and POST forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc.
This package provides implementations of the family of map() functions from the purrr package that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.
This package tracks reading and writing within R scripts that are organized into a directed acyclic graph. It contains an interactive Shiny application adaprApp(). It uses Git and file hashes to track version histories of inputs and outputs.
This package computes various confidence intervals (CI) for the Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by Nair and Hall and Wellner.
Iterated race is an extension of the Iterated F-race method for the automatic configuration of optimization algorithms, that is, (offline) tuning their parameters by finding the most appropriate settings given a set of instances of an optimization problem.
This package provides a framework for the quantification and analysis of short genomic reads. It covers a complete workflow starting from raw sequence reads, over creation of alignments and quality control plots, to the quantification of genomic regions of interest.
This is a deprecated package for calculating pairwise multiple comparisons of mean rank sums. This package is superseded by the novel PMCMRplus package. The PMCMR package is no longer maintained, but kept for compatibility of dependent packages for some time.
This package provides tools for multiple imputation of missing data in multilevel modeling. It includes a user-friendly interface to the packages pan and jomo, and several functions for visualization, data management and the analysis of multiply imputed data sets.
This package orders panels in scatterplot matrices and parallel coordinate displays by some merit index. It contains various indices of merit, ordering functions, and enhanced versions of pairs and parcoord which color panels according to their merit level.
This package simplifies custom CSS styling of both shiny and rmarkdown via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their various Bootswatch themes. An interactive widget is also provided for previewing themes in real time.
contains eight technical replicate data set and a three replicate dilution series of the MS Qual/Quant Quality Control Mix standard sample (Sigma-Aldrich, Buchs, Switzerland) measured on five different mass spectrometer platforms at the Functional Genomics Center Zurich.
scTHI is an R package to identify active pairs of ligand-receptors from single cells in order to study,among others, tumor-host interactions. scTHI contains a set of signatures to classify cells from the tumor microenvironment.
The topGO package provides tools for testing gene ontology (GO) terms while accounting for the topology of the GO graph. Different test statistics and different methods for eliminating local similarities and dependencies between GO terms can be implemented and applied.
This tool generates high number of both single- and multi-objective test functions. These functions are frequently used for the benchmarking of (numerical) optimization algorithms. Moreover, it offers a set of convenient functions to generate, plot and work with objective functions.
This package lets you build regression models using the techniques in Friedman's papers "Fast MARS" and "Multivariate Adaptive Regression Splines" <doi:10.1214/aos/1176347963>. The term "MARS" is trademarked and thus not used in the name of the package.
This package provides support for measurement units in R vectors, matrices and arrays: automatic propagation, conversion, derivation and simplification of units; raising errors in case of unit incompatibility. It is compatible with the POSIXct, Date and difftime classes.
The biglm package lets you create a linear model object that uses only codep^2 memory for p variables. It can be updated with more data using update. This allows linear regression on data sets larger than memory.
This package enables variogram modelling, including: simple, ordinary and universal point or block (co)kriging; spatio-temporal kriging; and sequential Gaussian or indicator (co)simulation. It includes variogram and variogram map plotting utility functions, and supports sf and stars.
This package provides R6 abstract classes for building machine learning models with a scikit-learn like API. Scikit-learn is a popular module for the Python programming language whose design became a de facto standard in industry for machine learning tasks.