buildRawDiagShinyApp | R Documentation |
Build the rawDiag shiny application
buildRawDiagShinyApp(rawDir = (dirname(rawrr::sampleFilePath())))
rawDir |
A directory containing the input raw files,
default is set to the |
returns the rawDiag shiny apps
launch the shiny application by embracing your command line while
expecting the raw file in $HOME/Downloads
MacOSX and Linux: R -q -e "library(rawDiag); buildRawDiagShinyApp() |> shiny::runApp(launch.browser = TRUE)"
Microsoft Windows: R.exe -e "library(rawDiag); buildRawDiagShinyApp() |> shiny::runApp(launch.browser = TRUE)"
Christian Trachsel (2017), Christian Panse (2023)
rawDiag: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1021/acs.jproteome.8b00173")},
rawrr: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1021/acs.jproteome.0c00866")}
rawrr::sampleFilePath() |>
dirname() |>
rawDiag::buildRawDiagShinyApp() |>
shiny::runApp()
# or use your 'Download' folder
(Sys.getenv('HOME') |>
file.path("Downloads")) |>
rawDiag::buildRawDiagShinyApp() |>
shiny::runApp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.