-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
41 lines (29 loc) · 1.2 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# NMDtxDB
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![License](https://img.shields.io/github/license/dieterich-lab/nmdtxdb)](LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/dieterich-lab/nmdtxdb)](https://github.com/dieterich-lab/nmdtxdb/issues)
<!-- badges: end -->
Source code and data for [NMDtxDB]( https://shiny.dieterichlab.org/app/NMDtxDB).
## Installation
You can install the development version of nmdtxdb like so:
``` r
devtools::install_github("https://github.com/dieterich-lab/nmdtxdb")
```
## Dev
For instruction on how to run the development version see [run_dev.R](dev/run_dev.R)
## Deployment
For instruction on how to deploy the app with the check-point restore with ShinyProxy see: [run_app.R](For instruction on how to run the development version see [deploy/README.md](deploy/README.md).
)