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

txomics

Travis build status AppVeyor build status CRAN status Coverage status

Overview

Functional Analysis and Visualization of Transcriptomic Data

Installation

<!-- When available you will be able to install the released version of txomics from CRAN with:

## Not available yet
## install.packages("txomics")

And the development version from GitHub with: --> The development version can be installed from GitHub with:

# install.packages("remotes")
remotes::install_github("luciorq/txomics")
## To install the stable release of txomics:
remotes::install_github("luciorq/txomics@*release")
## For specific release versions use, changing v0.2.0 with the respective release:
remotes::install_github("luciorq/txomics@v0.2.0")

Analysis conventions


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



luciorq/txomics documentation built on Sept. 3, 2020, 5:36 a.m.