Description Usage Arguments Author(s)
PFAM Enrichment analysis function based on ensemble annotation data
1 2 3 4 5 6 7 8 9 10 11 | PE.ensemble(
df,
PO_FILE,
gene.cutoff = 0.01,
padj.method = "BH",
minSize = 2,
maxSize = 500,
keepRich = TRUE,
filename = NULL,
cutoff = 0.05
)
|
df: |
DGE files (DESeq2 result files) or vector contains gene names |
PO_FILE: |
PFAM annotation data, you can get the data by using makeesanno function |
filename: |
output filename |
gene.cutoff: |
DGE singificant cutoff value |
Kai Guo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.