-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
89 lines (56 loc) · 1.95 KB
/
Copy pathREADME.Rmd
File metadata and controls
89 lines (56 loc) · 1.95 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
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%"
)
```
# FlowRepositoryQuery <img src="man/www/hex.png" align="right" width="120"/>
<!-- badges: start -->
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
<!-- badges: end -->
{FlowRepositoryQuery} is an R package providing comprehensive data on all public experiments from the FlowRepository database, updated as of August 1, 2024. It also includes a dedicated Shiny application for filtering experiments based on their marker panels, making it easier to explore relevant datasets.
### Access the Application via Shiny Server
You can directly use the web tool through the following Shiny Server link:
- [FlowRepositoryQuery on ShinyApps.io](https://i-cyto.shinyapps.io/FlowRepositoryQuery/)
### Installation Guide
To install the latest version of the `{FlowRepositoryQuery}` package from GitHub, use the following command:
```{r , eval=FALSE}
remotes::install_github("i-cyto/FlowRepositoryQuery")
```
### Launch the Application
Once installed, you can start the Shiny application by running:
```{r , eval=FALSE}
FlowRepositoryQuery::run_app()
```
<br/>
<center>

</center>
````{=html}
```{r, echo=FALSE, results='asis'}
xfun::file_string("inst/app/www/about.html")
```
```{r, echo=FALSE, results='asis'}
xfun::file_string("inst/app/www/context.html")
```
````
<br/>
### About
You are reading the doc about version : `r golem::pkg_version()`
This README has been compiled on the
```{r}
Sys.time()
```
Here are the tests results and package coverage:
```{r, error = TRUE}
devtools::check(quiet = TRUE)
```
```{r echo = FALSE}
unloadNamespace("FlowRepositoryQuery")
```