Skip to content

Commit

Permalink
refine doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gongyh committed Sep 19, 2024
1 parent 9132cec commit fcce260
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion inst/shinyapp/ui/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runtime: shiny

### Overview

`RamanD2O` is a web application developed using R Shiny to interactively analyze single cell Raman spectra data especially from different cells with different metabolic activities and incorporated heavy water.
`RamanD2O` is a web application developed using R/Shiny to interactively analyze single cell Raman spectra data especially from cells with different metabolic activities and incorporated heavy water.

### Load data

Expand Down Expand Up @@ -40,3 +40,8 @@ To try RamanD2O, you can load a small demo using the link in `Load data` tab.
1. `Ramanome & Transcriptome`: Integrate Ramanome and Transcriptome using O2PLS.
2. `Ramanome & Metabolome`: Integrate Ramanome and Metabolome, TBD.
3. `MultiOmics Integration`: Integrate Ramanome with multiple omics datasets, TBD.

### More documents
1. [Main documentation site](https://gongyh.github.io/RamanD2O/index.html)
2. [Function modules description](https://gongyh.github.io/RamanD2O/functions.html)
3. [Step-by-step use case](https://gongyh.github.io/RamanD2O/usage.html)
2 changes: 1 addition & 1 deletion vignettes/shinyApp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
```

```{r setup}
library(RamanD2O, quietly = TRUE)
library(RamanD2O)
```

# Run the shiny app
Expand Down

0 comments on commit fcce260

Please sign in to comment.