Description Usage Arguments Value Examples
Add a new column to the dataframe with the clinical outcome
1 | annotateTMB(TMB_df, ClinicalData)
|
TMB_df |
output from applyTMB() |
ClinicalData |
Simple dataframe with at least two columns, a Sample column and a ClinicalResponder colum |
annotate dataframe which combines both TMB and clinical responders
1 2 3 4 5 | # Import datasets
data(TMB_VanAllen)
data("VanAllen_Clinical")
# Annotate TMB with clinical reponse
TMB_clincal_response <- annotateTMB(TMB_df = TMB_VanAllen, ClinicalData = VanAllen_Clinical )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.