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

sigtools - An R package to Extract, Analyze and Visualize Signatures for Genomic Variations

Lifecycle: experimental AppVeyor build status Travis build status

This package is under development, don't use it for now. An option is sigminer package.

The goal of sigtools is to ...

Installation

You can install the released version of sigtools from GitHub with:

devtools::install_github("ShixiangWang/sigtools")

~~You can install the released version of sigtools from CRAN with:~~

install.packages("sigtools")

Example

This is a basic example which shows you how to solve a common problem:

library(sigtools)
## basic example code


ShixiangWang/sigtools documentation built on July 17, 2019, 9:54 p.m.