View source: R/CommPath-main.R
compareMarker | R Documentation |
To conduct defferential expression test in select.ident between two CommPath objects
compareMarker(
object.1,
object.2,
select.ident,
method = "wilcox.test",
p.adjust = "BH",
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 'wilcox.test' or 't.test' |
p.adjust |
Method used for p value correction for multiple differential expression test; see p.adjust function for more information |
only.posi |
only logFC > 0 |
only.sig |
only p_val_adj < 0.05 |
Data frame of differentially expressed geens 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.