Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 312 packages in 0.02 seconds

tidyrates — by Raphael Saldanha, 2 years ago

Tidy Epidemiological Rates

Compute age-adjusted rates by direct and indirect methods and other epidemiological indicators in a tidy way, wrapping functions from the 'epitools' package.

tidyHeatmap — by Stefano Mangiola, 2 months ago

A Tidy Implementation of Heatmap

This is a tidy implementation for heatmap. At the moment it is based on the (great) package 'ComplexHeatmap'. The goal of this package is to interface a tidy data frame with this powerful tool. Some of the advantages are: Row and/or columns colour annotations are easy to integrate just specifying one parameter (column names). Custom grouping of rows is easy to specify providing a grouped tbl. For example: df %>% group_by(...). Labels size adjusted by row and column total number. Default use of Brewer and Viridis palettes.

wikkitidy — by Michael Falk, 10 months ago

Tidy Analysis of Wikipedia

Access 'Wikipedia' through the several 'MediaWiki' APIs (< https://www.mediawiki.org/wiki/API>), as well as through the 'XTools' API (< https://www.mediawiki.org/wiki/XTools/API>). Ensure your API calls are correct, and receive results in tidy tibbles.

tidybins — by Harrison Tietze, 2 years ago

Make Tidy Bins

Multiple ways to bin numeric columns with a tidy output. Wraps a variety of existing binning methods into one function, and includes a new method for binning by equal value, which is useful for sales data. Provides a function to automatically summarize the properties of the binned columns.

TidyConsultant — by Harrison Tietze, 2 years ago

Tidy Consultant Universe

Loads the 5 packages in the Tidy Consultant Universe. This collection of packages is useful for anyone doing data science, data analysis, or quantitative consulting. The functions in these packages range from data cleaning, data validation, data binning, statistical modeling, and file exporting.

tidyestimate — by Kai Aragaki, 2 years ago

A Tidy Implementation of 'ESTIMATE'

The 'ESTIMATE' package infers tumor purity from expression data as a function of immune and stromal infiltrate, but requires writing of intermediate files, is un-pipeable, and performs poorly when presented with modern datasets with current gene symbols. 'tidyestimate' a fast, tidy, modern reimagination of 'ESTIMATE' (2013) .

tidypopgen — by Andrea Manica, 2 months ago

Tidy Population Genetics

We provide a tidy grammar of population genetics, facilitating the manipulation and analysis of data on biallelic single nucleotide polymorphisms (SNPs). 'tidypopgen' scales to very large genetic datasets by storing genotypes on disk, and performing operations on them in chunks, without ever loading all data in memory. The full functionalities of the package are described in Carter et al. (2025) .

tidydp — by Thomas Tarler, 22 days ago

Tidy Differential Privacy

A tidy-style interface for applying differential privacy to data frames. Provides pipe-friendly functions to add calibrated noise, compute private statistics, and track privacy budgets using the epsilon-delta differential privacy framework. Implements the Laplace mechanism (Dwork et al. 2006 ) and the Gaussian mechanism for achieving differential privacy as described in Dwork and Roth (2014) .

tune — by Max Kuhn, 2 months ago

Tidy Tuning Tools

The ability to tune models is important. 'tune' contains functions and classes to be used in conjunction with other 'tidymodels' packages for finding reasonable values of hyper-parameters in models, pre-processing methods, and post-processing steps.

flowchart — by Pau Satorra, 23 days ago

Tidy Flowchart Generator

Creates participant flow diagrams directly from a dataframe. Representing the flow of participants through each stage of a study, especially in clinical trials, is essential to assess the generalisability and validity of the results. This package provides a set of functions that can be combined with a pipe operator to create all kinds of flowcharts from a data frame in an easy way.