Description Usage Arguments Value
View source: R/explore_biomarkers.R
explore_biomarkers
provides an overview of the mechanistic signatures features distribution in
the dataset (separating responders and non-responders if known) together with information on the
feature contribution to the model building.
1 2 3 4 5 6 7 8 9 10 11 12 | explore_biomarkers(
pathways,
immunecells,
lrpairs,
cytokinepairs,
tfs,
ccpairsgroupedscores,
ccpairsgroupedpval,
cancertype,
real_patient_response,
output_file_path
)
|
pathways |
numeric matrix with data |
immunecells |
numeric matrix with data |
lrpairs |
numeric matrix with data |
cytokinepairs |
numeric matrix with data |
tfs |
numeric matrix with data |
ccpairsgroupedscores |
numeric matrix with data |
ccpairsgroupedpval |
numeric matrix with data |
cancertype |
string character |
real_patient_response |
vector with two factors (NR,R) |
output_file_path |
string with a file name |
boxplot with features distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.