README.md

R package: 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!):

Installation

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.



bryancquach/omixjutsu documentation built on Jan. 29, 2023, 3:47 p.m.