Description Usage Arguments Value
View source: R/utils-cluster-significance.R
Significance according to p-values of fold changes.
1 2 |
a |
matrix (vars. by. obs.) for which significance (of each obs.) is calculated |
b |
matrix (vars. by. obs.) for which significance (of each obs.) in matrix 'a' is calculated relative to. |
p.value |
arg to |
fc.value |
arg to |
fc.sort |
if TRUE, significantly differentially expressed genes are sorted by fold change (highest first). Default is TRUE. |
pval.sort |
if TRUE, significantly differentially expressed genes are sorted by p.value (highest first). pval.sort=TRUE overrides fc.sort=TRUE. Default is FALSE. |
adjust.method |
NULL or character string. If NULL, do not adjust p-values. If string, adjust p-values using the method specified. |
... |
other args passed to |
one of: i) all p-values for all fold changes (if fc.value == NULL & p.value == NULL) ii/iii) all/signifcant p-values for significant/all fold changes or iv) signifcant p-values for significant fold changes (if fc.value != NULL & p.value != NULL).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.