Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.19 KB

transmogR

Build Status Repo Status Codecov test coverage

This package contains functions for creating a variant-modified reference genome or transcriptome. SNPs, Insertions and Deletions are all supported.

With a generous tip of the hat and deep appreciation to Bill Watterson. Results are expected to be more predictable than for prototype transmogrifiers.

To install the stable version of transmogR from Bioconductor please try the following.

if (!require("BiocManager")) {
  install.packages("BiocManager")
}
BiocManager::install("transmogR")

Alternatively, the latest build can be installed using

if (!require("BiocManager")) {
  install.packages("BiocManager")
}
BiocManager::install("smped/transmogR")