Description Usage Arguments Value
This function computes p-values for each gene set and output the list of differentially expressed genes within the gene set. The user can select serveral statistical methods for computing p-values
1 2 3 | pathwaysplice(pwf, genome, id, gene.model, gene2cat = NULL,
test.cats = c("GO:CC", "GO:BP", "GO:MF"), method = "Wallenius",
repcnt = 2000, use_genes_without_cat = FALSE)
|
pwf |
probability weight function |
genome |
genome you will use |
id |
which gene id |
gene.model |
which gene model |
gene2cat |
a list with gene as name and category as value |
test.cats |
the category you choose |
method |
which method for calculting overpresentation p-value |
repcnt |
the number of replications |
use_genes_without_cat |
whether using genes without category or not |
The gene set enrichment results for gene sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.