View source: R/CommPath-main.R
comparePath | R Documentation |
To conduct defferential activation test in select.ident between two CommPath objects
comparePath(
object.1,
object.2,
select.ident,
method = "t.test",
p.adjust = "BH",
min.size = 10,
only.posi = FALSE,
only.sig = TRUE,
...
)
object.1 |
CommPath object 1 |
object.2 |
CommPath object 2 for comparison |
select.ident |
Identity class of interest |
method |
Method used for differential expression test, either 't.test' or 'wilcox.test' |
p.adjust |
Method used for p value correction for multiple differential expression test; see p.adjust function for more information |
min.size |
Minimum size of overlaping genes between candidate pathways and the expression matrix |
only.posi |
only logFC > 0 |
only.sig |
only p_val_adj < 0.05 |
... |
Extra parameters passed to GSVA::gsvaParam |
Data frame of differentially activated pathways between the same clusters in two CommPath object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.