omixjutsu
The omixjutsu
R package is a suite of utility functions for munging, analyzing, and visualizing various omics data. The following types of tasks are currently supported (more to come!):
The most recent development version of this package can be installed using devtools
as follows:
devtools::install_github("bryancquach/omixjutsu")
To install a version from a specific commit or branch use the ref
option:
# Replace <id> with the desired commit ID (i.e., the SHA hash) or repository branch
devtools::install_github("bryancquach/omixjutsu", ref = "<id>")
# Example for a branch named 'example_branch'
devtools::install_github("bryancquach/omixjutsu", ref = "example_branch")
See this GitHub issue for troubleshooting common sources of installation failures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.