Description Usage Arguments Value Author(s) Examples
View source: R/compareTMBdistributions.R
This function generates applies the unpaired Mann-Whitney test to compare the distribution of TMB values between immunotherapy responders and nonresponders.
1 | compareTMBdistribution(dataset, TMB)
|
dataset |
a |
TMB |
name of the |
Returns the statistics from Wilcoxon test
Laura Fancello
1 2 3 4 5 6 7 8 | ## Compare TMB distribution between immunotherapy responders and nonresponders
## using the unpaired Mann-Whitney test
# Read TMB values and response to immunotherapy
data(Hellman_SimulatedFM1Panel_WES)
# Compare TMB distribtions by Wilcoxon test
compareTMBdistribution(dataset = Hellman_SimulatedFM1Panel_WES, TMB = "WES.NumMuts")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.