Skip to content

wbvguo/Rtoolset

Repository files navigation

Rtoolset Rtoolset website

R-CMD-check

Rtoolset is a miscellaneous tool set for R programming and data analysis. It provides functions for sample and feature-level operations, data transformation, R programming helpers, and visualizations.

The package currently provides utility functions for:

  • 📊 Sample Operations: Balanced partitioning of samples/observations
  • 🔬 Feature Operations: Selection and filtering of features/genes/variables
  • 🔄 Data Transformation: Matrix transformations for omics data (log transform, beta to M values)
  • 🔧 General Utilities: String matching, formatting, file management, package installation
  • 🎮 Visualization & Fun: Interactive 2048 game, animated GIFs

and more it to come…

Installation

You can install Rtoolset from GitHub with:

# Using pak (recommended)
install.packages("pak")
pak::pak("wbvguo/Rtoolset")

# Or using remotes
install.packages("remotes")
remotes::install_github("wbvguo/Rtoolset")

Quick Start

library(Rtoolset)

# Example: Create an animated Christmas tree
draw_xmas_tree_gif_panel()

Documentation

  • Full Documentation Website - Browse all functions and articles

  • Vignettes - Detailed tutorials (available after installation):

    browseVignettes("Rtoolset")
  • For function reference, use standard R help:

    ?draw_heart

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This package is licensed under the MIT License. See the LICENSE file for details.


For more information, visit the GitHub repository.

About

A miscellaneous set of functions for R programming and data analysis

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors