Name Mode Size
R 040000
data-raw 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 2 kb
NEWS.md 100644 1 kb
README.md 100644 1 kb
TODO.md 100644 0 kb
_pkgdown.yml 100644 1 kb
README.md
# transmogR <img id="transmogr_logo" src="man/figures/transmogR.png" align="right" width = "125" /> <!-- badges: start --> [![Build Status](https://github.com/smped/transmogR/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/smped/transmogR/actions) [![Repo Status](https://img.shields.io/badge/repo%20status-Active-green.svg)](https://shields.io/) [![Codecov test coverage](https://codecov.io/gh/smped/transmogR/branch/gh-actions/graph/badge.svg)](https://codecov.io/gh/smped/transmogR?branch=gh-actions) <!-- badges: end --> 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. ```r if (!require("BiocManager")) { install.packages("BiocManager") } BiocManager::install("transmogR") ``` Alternatively, the latest build can be installed using ```r if (!require("BiocManager")) { install.packages("BiocManager") } BiocManager::install("smped/transmogR") ```