knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

microRNA.TEvMP

by John D. Gagnon
University of California, San Francisco

Table of Contents

Overview
Installation
Usage
Session info
License

Overview

A shinyapp-based GUI to visualize microRNA expression over time in response to infection with LCMV. Uses data from Khan, A.A., L.A. Penny, Y. Yuzefpolskiy, S. Sarkar, and V. Kalia. 2013. MicroRNA-17∼92 regulates effector and memory CD8 T-cell fates by modulating proliferation in response to infections. Blood. 121:4473–4483. doi:10.1182/blood-2012-06-435412.

Installation

  1. If you do not already have R installed, or your version is out of date, download and install the latest version.

  2. Optionally, install the latest version of RStudio Desktop.

  3. Download the package from GitHub

install.packages("devtools")
devtools::install_github("jdgagnon/microRNA.TEvMP")

Usage

  1. Load the package into the R session.

library(microRNA.TEvMP)

  1. To initialize the shiny app, paste the following code in your R console and run it.

microRNA.TEvMP()

  1. Select one or more microRNAs from the dropdown menu to be highlighted.

Session info

Here is the output of sessionInfo() on the system on which this package was developed:

sessionInfo()



License

GNU GPL-3.0-or-later



jdgagnon/microRNA.TEvMP documentation built on May 9, 2019, 5:06 a.m.