Description Usage Arguments Value Examples
CombP
returns ranks of the genes based on p-values combined using
the famous 'fisher' or 'z-transform' methods.
1 2 |
file |
A tab-delimited text file with a minimum of 3 columns. First column should contain gene names, second column should indicate the evidence type and third column should contain non-negative numeric values (p-values). |
weight |
A numeric vector containing weights of evidence types. For example, sample sizes of various evidence types. If not provided, equal weight is given to all evidence types. |
method |
A character string among 'fisher', 'z.transform' or 'logit'. |
na.remove |
An optional argument, defaults to FALSE. Set this argument to TRUE if all the genes were not detected across all evidence types. |
If all the inputs are in the correct format as suggested, then the output will be a dataframe containg genes, their combined p-values and corresponding ranks.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.