Description Usage Arguments Value Author(s)
This function is used to combine the results of differential expression anlaysis and obtain an uniform result.
1 | lancaster.combination(Pvals, weight = TRUE, trimmed = 0.2)
|
Pvals |
a p-value matrix. The rows represent genes and the columns correspond to the individual DE analysis methods. |
weight |
a boolean variable that defines whether to use spearman correlation measure the similarity between different DE analysis methods. Default is "TRUE". |
trimmed |
a real number between 0 and 0.5 to trim p-values. Default value is 0.2. |
a vector represents the combined p-value for each gene.
Huisheng, Li, <lihs@mails.ccnu.edu.cn>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.