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…
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")library(Rtoolset)
# Example: Create an animated Christmas tree
draw_xmas_tree_gif_panel()-
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
Contributions are welcome! Please feel free to submit a Pull Request.
This package is licensed under the MIT License. See the LICENSE file for details.
For more information, visit the GitHub repository.

