View source: R/differential_analysis.R
exposure_differential_analysis | R Documentation |
exposure_differential_analysis
is used to run
differential analysis on the signature exposures of annotated samples.
exposure_differential_analysis(
musica,
model_name,
annotation,
modality = "SBS96",
result_name = "result",
method = c("wilcox", "kruskal", "glm.nb"),
group1 = NULL,
group2 = NULL,
...
)
musica |
A |
model_name |
The name of the model. |
annotation |
Column in the sample_annotations table of the
|
modality |
The modality. Must be "SBS96", "DBS78", or "IND83". Default
|
result_name |
Name of the result list entry. Default |
method |
Any method in |
group1 |
character vector used in the Wilcox test. Elements in
|
group2 |
character vector used in the Wilcox test. Elements in
|
... |
Additional arguments to be passed to the chosen method |
A matrix containing statistics summarizing the analysis dependent on the chosen method
data("res_annot")
exposure_differential_analysis(res_annot,
model_name = "res_annot",
annotation = "Tumor_Subtypes", method = "wilcox"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.