knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

genetools

Lifecycle: experimental

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.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mattwarkentin/genetools")

Code of Conduct

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.



mattwarkentin/genetools documentation built on Nov. 4, 2019, 6:19 p.m.