Description Usage Arguments Examples
Enrichment of customrized pathway or annotation for any organism.
1 2 3 4 5 6 7 | enrichCustomizedPathway(
de_file,
anno_file,
output_prefix = NULL,
pvalueCutoff = 0.05,
qvalueCutoff = 0.2
)
|
de_file |
Two columns file with first column containing DE genes and second column with group names. |
anno_file |
Two columns file with first column of annotations or pathways and second columns of genes within this annotation or pathway. |
output_prefix |
Output prefix. |
pvalueCutoff |
Default 0.05 |
qvalueCutoff |
Default 0.2 |
setReadable |
Transfer gene ids to gene symbol. Default True. |
typeL |
A vector with default ad c("BP", "MF", "CC"). |
1 | enrichCustomizedPathway(de_file, output_prefix=output_prefix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.