r-lestat
|
public |
Some simple objects and functions to do statistics using linear models and a Bayesian framework.
|
2025-04-22 |
r-lest
|
public |
Functions for vectorised conditional recoding of variables. case_when() enables you to vectorise multiple if and else statements (like 'CASE WHEN' in 'SQL'). if_else() is a stricter and more predictable version of ifelse() in 'base' that preserves attributes. These functions are forked from 'dplyr' with all package dependencies removed and behave identically to the originals.
|
2025-04-22 |
r-lero.lero
|
public |
Generates quotes from 'Lero Lero', a database for meaningless sentences filled with corporate buzzwords, intended to be used as corporate lorem ipsum (see <http://www.lerolero.com/> for more information). Unfortunately, quotes are currently portuguese-only.
|
2025-04-22 |
r-lenses
|
public |
Provides tools for creating and using lenses to simplify data manipulation. Lenses are composable getter/setter pairs for working with data in a purely functional way. Inspired by the 'Haskell' library 'lens' (Kmett, 2012) <https://hackage.haskell.org/package/lens>. For a fairly comprehensive (and highly technical) history of lenses please see the 'lens' wiki <https://github.com/ekmett/lens/wiki/History-of-Lenses>.
|
2025-04-22 |
r-leiv
|
public |
Estimate the slope and intercept of a bivariate linear relationship by calculating a posterior density that is invariant to interchange and scaling of the coordinates.
|
2025-04-22 |
r-leiden
|
public |
Implements the 'Python leidenalg' module to be called in R. Enables clustering using the leiden algorithm for partition a graph into communities. See the 'Python' repository for more details: <https://github.com/vtraag/leidenalg> Traag et al (2018) From Louvain to Leiden: guaranteeing well-connected communities. <arXiv:1810.08473>.
|
2025-04-22 |
r-legocolors
|
public |
Provides a dataset containing several color naming conventions established by multiple sources, along with associated color metadata. The package also provides related helper functions for mapping among the different Lego color naming conventions and between Lego colors, hex colors, and 'R' color names, making it easy to convert any color palette to one based on existing Lego colors while keeping as close to the original color palette as possible. The functions use nearest color matching based on Euclidean distance in RGB space. Naming conventions for color mapping include those from 'BrickLink' (<https://www.bricklink.com>), 'The Lego Group' (<https://www.lego.com>), 'LDraw' (<https://www.ldraw.org/>), and 'Peeron' (<http://www.peeron.com/>).
|
2025-04-22 |
r-leersiecyl
|
public |
Functions to download data from the SIE, which is the Statistical Information System (Sistema de Información Estadística) in the Statistical Portal of the Government of Castilla y León (Spain) <https://estadistica.jcyl.es>.
|
2025-04-22 |
r-learnrbook
|
public |
Datasets used in the book "Learn R ...as you learnt your mother tongue" by Pedro J. Aphalo (2017) <https://leanpub.com/learnr>.
|
2025-04-22 |
r-learnr
|
public |
Create interactive tutorials using R Markdown. Use a combination of narrative, figures, videos, exercises, and quizzes to create self-paced tutorials for learning about R and R packages.
|
2025-04-22 |
r-learnn
|
public |
Implementations of several basic neural network concepts in R, as based on posts on \url{http://qua.st/}.
|
2025-04-22 |
r-learningr
|
public |
Crabs in the English channel, deer skulls, English monarchs, half-caste Manga characters, Jamaican cities, Shakespeare's The Tempest, drugged up cyclists and sexually transmitted diseases.
|
2025-04-22 |
r-learngeom
|
public |
Contains some functions to learn and teach basic plane Geometry at undergraduate level with the aim of being helpful to young students with little programming skills.
|
2025-04-22 |
r-learnbayes
|
public |
A collection of functions helpful in learning the basic tenets of Bayesian statistical inference. It contains functions for summarizing basic one and two parameter posterior distributions and predictive distributions. It contains MCMC algorithms for summarizing posterior distributions defined by the user. It also contains functions for regression models, hierarchical models, Bayesian tests, and illustrations of Gibbs sampling.
|
2025-04-22 |
r-leapfrog
|
public |
Contains LEAPFrOG Gradient Optimisation and Expectation Maximisation functions for inferring parental admixture proportions from an offspring with SNP genotypes.
|
2025-04-22 |
r-leap
|
public |
Advances in sequencing technology now allow researchers to capture the expression profiles of individual cells. Several algorithms have been developed to attempt to account for these effects by determining a cell's so-called `pseudotime', or relative biological state of transition. By applying these algorithms to single-cell sequencing data, we can sort cells into their pseudotemporal ordering based on gene expression. LEAP (Lag-based Expression Association for Pseudotime-series) then applies a time-series inspired lag-based correlation analysis to reveal linearly dependent genetic associations.
|
2025-04-22 |
r-leanr
|
public |
Implements the method described in "Network-based analysis of omics data: The LEAN method" [Gwinner Boulday (2016) <DOI:10.1093/bioinformatics/btw676>] Given a protein interaction network and a list of p-values describing a measure of interest (as e.g. differential gene expression) this method computes an enrichment p-value for the protein neighborhood of each gene and compares it to a background distribution of randomly drawn p-values. The resulting scores are corrected for multiple testing and significant hits are returned in tabular format.
|
2025-04-22 |
r-leanpubr
|
public |
Provides access to the 'Leanpub' API <https://leanpub.com/help/api> for gathering information about publications and submissions to the 'Leanpub' platform.
|
2025-04-22 |
r-leafstar
|
public |
Implementation of trigonometric functions to calculate the exposure of flat, tilted surfaces, such as leaves and slopes, to direct solar radiation. It implements the equations in A.G. Escribano-Rocafort, A. Ventre-Lespiaucq, C. Granado-Yela, et al. (2014) <doi:10.1111/2041-210X.12141> in a few user-friendly R functions. All functions handle data obtained with 'Ahmes' 1.0 for Android, as well as more traditional data sources (compass, protractor, inclinometer). The main function (star()) calculates the potential exposure of flat, tilted surfaces to direct solar radiation (silhouette to area ratio, STAR). It is equivalent to the ratio of the leaf projected area to total leaf area, but instead of using area data it uses spatial position angles, such as pitch, roll and course, and information on the geographical coordinates, hour, and date. The package includes additional functions to recalculate STAR with custom settings of location and time, to calculate the tilt angle of a surface, and the minimum angle between two non-orthogonal planes.
|
2025-04-22 |
r-leafletr
|
public |
Display your spatial data on interactive web-maps using the open-source JavaScript library Leaflet. 'leafletR' provides basic web-mapping functionality to combine vector data and online map tiles from different sources. See <http://leafletjs.com> for more information on Leaflet.
|
2025-04-22 |
r-leaflet.providers
|
public |
Contains third-party map tile provider information from 'Leaflet.js', <https://github.com/leaflet-extras/leaflet-providers>, to be used with the 'leaflet' R package. Additionally, 'leaflet.providers' enables users to retrieve up-to-date provider information between package updates.
|
2025-04-22 |
r-leaflet.opacity
|
public |
Extends the 'leaflet' R package with the 'Leaflet.OpacityControls' JavaScript plugin. Adds controls to the leaflet map for adjusting the opacity of a layer.
|
2025-04-22 |
r-leafarea
|
public |
An interface for the image processing program 'ImageJ', which allows a rapid digital image analysis for particle sizes. This package includes function to write an 'ImageJ' macro which is optimized for a leaf area analysis by default.
|
2025-04-22 |
r-leabra
|
public |
The algorithm Leabra (local error driven and associative biologically realistic algorithm) allows for the construction of artificial neural networks that are biologically realistic and balance supervised and unsupervised learning within a single framework. This package is based on the 'MATLAB' version by Sergio Verduzco-Flores, which in turn was based on the description of the algorithm by Randall O'Reilly (1996) <ftp://grey.colorado.edu/pub/oreilly/thesis/oreilly_thesis.all.pdf>. For more general (not 'R' specific) information on the algorithm Leabra see <https://grey.colorado.edu/emergent/index.php/Leabra>.
|
2025-04-22 |
r-ldtests
|
public |
Exact tests for Linkage Disequilibrium (LD) and Hardy-Weinberg Equilibrium (HWE). - 2-sided LD tests based on different measures of LD (Kulinskaya and Lewin 2008) - 1-sided Fisher's exact test for LD - 2-sided Haldane test for HWE (Wiggington 2005) - 1-sided test for inbreeding - conditional p-values proposed in Kulinskaya (2008) to overcome the problems of asymetric distributions (for both LD and HWE)
|
2025-04-22 |