Description Usage Arguments Value Examples
View source: R/generateBoxplot.R
This function generates boxplots representing the distribution of TMB values between immunotherapy responders and nonresponders.
1 | generateBoxplot(TMB_clinical)
|
TMB_clinical |
dataframe generated by annotateTMB() |
boxplot
1 2 3 4 5 6 7 8 | #' # Import datasets
data(TMB_VanAllen)
data("VanAllen_Clinical")
# Annotate TMB with clinical reponse
TMB_clincal_response <- annotateTMB(TMB_df = TMB_VanAllen, ClinicalData = VanAllen_Clinical )
# generate plot
generateBoxplot(TMB_clincal_response)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.