-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
19 lines (14 loc) · 834 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Example ExploratorySummarizedExperimentList for Shinyngs
This package provides an `ExploratorySummarizedExperimentList` object and the component inputs, for use with [Shinyngs](https://github.com/pinin4fjords/shinyngs). See the [vignette]https://rawgit.com/pinin4fjords/zhangneurons/master/inst/doc/zhangneurons.html) for more info and a example of building an `ExploratorySummarizedExperimentList` object from scratch using a YAML-format description.
More examples of how to build your own objects and apps are in the [Shinyngs vignette](https://rawgit.com/pinin4fjords/shinyngs/master/inst/doc/shinyngs.html).