Description Usage Arguments Value
Creates a shiny server for the interactive view of Collateral Vulnerability pipeline results
1 | shinyVisServer(input, output, con, table_name = "tcga_rnaseq_data")
|
input |
Shiny input list |
output |
Shiny output list |
con |
A |
table_name |
The table in the SQLite database containing the expression data. The table should have fields named patient_id, gene_id and value where gene_id is an ensembl id. Default tcga_rnaseq_data |
A shiny server
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.