Description Usage Arguments Value Author(s) Examples
View source: R/visualizationBox.R
Generate a boxplot to compare a specific phenotype for a set of samples.
1 2 3 4 5 6 7 8 | visualizationBox(
object,
cancer_type = NULL,
patients = NULL,
phenotype,
metadata_col,
metadata_levels
)
|
object |
|
cancer_type |
|
patients |
|
phenotype |
|
metadata_col |
|
metadata_levels |
|
None/plot a box plot
Heewon Seo, Heewon.Seo@uhnresearch.ca
1 2 3 4 5 6 7 8 9 10 11 | tcga <- downloadData()
visualizationBox(tcga, cancer_type = c("BLCA", "BRCA"),
phenotype = "age_at_initial_pathologic_diagnosis",
metadata_col = "race",
metadata_levels = c("WHITE", "ASIAN"))
visualizationBox(tcga, cancer_type = c("BLCA", "BRCA"),
phenotype = "age_at_initial_pathologic_diagnosis",
metadata_col = "race",
metadata_levels = c("WHITE", "ASIAN", "BLACK OR AFRICAN AMERICAN"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.