Description Usage Arguments Value Examples
This function generates a customized shiny app for interactive exploration of the processed and annotated screen data
1 | makeShiny(screenData, sampleAnnotations = c("sampleID", "patientID"))
|
screenData |
a data frame that contains the processed screen data generated by |
sampleAnnotations |
a vector of character strings, specifying the columns that should be used as sample annotations. The information in those columns can be used to label samples in visualization or to perform association test. |
This function creates a folder named 'shiny' in the working direction. In the 'shiny' folder, 'app.R' is the R script for the shiny app and 'shinyData.RData' contains the processed data for the shiny app.
1 2 3 4 5 | # load processed data
data(screenData_normalized)
# make html report
makeShiny(screenData_normalized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.