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

Found 260 packages in 0.03 seconds

hacksig — by Andrea Carenzo, 3 years ago

A Tidy Framework to Hack Gene Expression Signatures

A collection of cancer transcriptomics gene signatures as well as a simple and tidy interface to compute single sample enrichment scores either with the original procedure or with three alternatives: the "combined z-score" of Lee et al. (2008) , the "single sample GSEA" of Barbie et al. (2009) and the "singscore" of Foroutan et al. (2018) . The 'get_sig_info()' function can be used to retrieve information about each signature implemented.

crsra — by Aboozar Hadavand, 7 years ago

Tidying and Analyzing 'Coursera' Research Export Data

Tidies and performs preliminary analysis of 'Coursera' research export data. These export data can be downloaded by anyone who has classes on Coursera and wants to analyze the data. Coursera is one of the leading providers of MOOCs and was launched in January 2012. With over 25 million learners, Coursera is the most popular provider in the world being followed by EdX, the MOOC provider that was a result of a collaboration between Harvard University and MIT, with over 10 million users. Coursera has over 150 university partners from 29 countries and offers a total of 2000+ courses from computer science to philosophy. Besides, Coursera offers 180+ specialization, Coursera's credential system, and four fully online Masters degrees. For more information about Coursera check Coursera's About page on < https://blog.coursera.org/about/>.

tsibbledata — by Mitchell O'Hara-Wild, 2 years ago

Diverse Datasets for 'tsibble'

Provides diverse datasets in the 'tsibble' data structure. These datasets are useful for learning and demonstrating how tidy temporal data can tidied, visualised, and forecasted.

cleanNLP — by Taylor B. Arnold, 6 months ago

A Tidy Data Model for Natural Language Processing

Provides a set of fast tools for converting a textual corpus into a set of normalized tables. Users may make use of the 'udpipe' back end with no external dependencies, or a Python back ends with 'spaCy' < https://spacy.io>. Exposed annotation tasks include tokenization, part of speech tagging, named entity recognition, and dependency parsing.

spbabel — by Michael D. Sumner, 2 years ago

Convert Spatial Data Using Tidy Tables

Tools to convert from specific formats to more general forms of spatial data. Using tables to store the actual entities present in spatial data provides flexibility, and the functions here deliberately minimize the level of interpretation applied, leaving that for specific applications. Includes support for simple features, round-trip for 'Spatial' classes and long-form tables, analogous to 'ggplot2::fortify'. There is also a more 'normal form' representation that decomposes simple features and their kin to tables of objects, parts, and unique coordinates.

schrute — by Brad Lindblad, 2 years ago

The Entire Transcript from the Office in Tidy Format

The complete scripts from the American version of the Office television show in tibble format. Use this package to analyze and have fun with text from the best series of all time.

tidygam — by Stefano Coretta, 2 years ago

Tidy Prediction and Plotting of Generalised Additive Models

Provides functions that compute predictions from Generalised Additive Models (GAMs) fitted with 'mgcv' and return them as a tibble. These can be plotted with a generic plot()-method that uses 'ggplot2' or plotted as any other data frame. The main function is predict_gam().

studentlife — by Daniel Fryer, 4 years ago

Tidy Handling and Navigation of the Student-Life Dataset

Download, navigate and analyse the Student-Life dataset. The Student-Life dataset contains passive and automatic sensing data from the phones of a class of 48 Dartmouth college students. It was collected over a 10 week term. Additionally, the dataset contains ecological momentary assessment results along with pre-study and post-study mental health surveys. The intended use is to assess mental health, academic performance and behavioral trends. The raw dataset and additional information is available at < https://studentlife.cs.dartmouth.edu/>.

peruse — by Jacob Goldsmith, 4 years ago

A Tidy API for Sequence Iteration and Set Comprehension

A friendly API for sequence iteration and set comprehension.

tidyformula — by Damian Pavlyshyn, 2 years ago

Build Formulas Using Tidy Selection Helpers

Provides the function 'tidyformula()', which translates formulas containing 'tidyselect'-style selection helpers. It expands these helpers by evaluating 'dplyr::select()' with the relevant selection helper and a supplied data frame. The package contains methods for traversing abstract syntax trees from Wickham, Hadley (2019) .