https://github.com/facilebio/FacileShine
Shiny modules for FacileData
https://github.com/facilebio/FacileShine
bioinformatics eda
Last synced: 2 months ago
JSON representation
Shiny modules for FacileData
- Host: GitHub
- URL: https://github.com/facilebio/FacileShine
- Owner: facilebio
- Created: 2018-05-31T06:39:13.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:00:28.000Z (10 months ago)
- Last Synced: 2024-12-04T00:18:00.152Z (10 months ago)
- Topics: bioinformatics, eda
- Language: R
- Size: 419 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - facilebio/FacileShine - Shiny modules for FacileData (R)
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
echo = TRUE,
message = FALSE,
error = FALSE,
comment = "#>",
fig.path = "man/figures/"
)
```# FacileShine
[](https://www.repostatus.org/#active)
[](https://www.tidyverse.org/lifecycle/#maturing)The FacileShine package provides shiny modules to interactively query and
visualize data in a FacileDataStore object.Documentation and a coherent user stories for the modules within this package
are on their way. To get an idea of how they are used, look to the shiny bits
within the [FacileAnalysis] package.[FacileAnalysis]: https://facilebio.github.io/FacileAnalysis