Author: Matthew T. Warketin
Email: warkentin@lunenfeld.ca
The goal of genetools
is to provide a high-level API to some commonly
used genomics tools. Typically, these are command-line tools that are
developed and optimized for high-dimensional genomics analysis. As an
avid R
user, I find that creating wrappers around these tools can
allow me to keep much of my workflow contained in the RStudio
IDE.
NOTE: This is a personal repository under heavy development. This repository is liable to change drastically without notice. Use functions at your own risk!
Please feel free to contribute code via a pull request, or post an issue if you would like to request a feature or if you need help troubleshooting an issue.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("mattwarkentin/genetools")
Please note that the ‘genetools’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.