Description Usage Arguments Value References
Calculate pathway scores
1 2 3 4 5 6 7 8 9 10 11 12 13 | cal.pathway.scores(
data,
pathway.db,
gene.id.type,
FCflag,
FDRflag,
FC.cutoff,
FDR.cutoff,
OUT.Directional = NULL,
IS.list = FALSE,
customized.pathways,
...
)
|
data |
A summary statistics table (data.frame) or |
pathway.db |
pathway database used |
gene.id.type |
gene.id.type |
FCflag |
The column name (character) of fold change information, assuming the FC is log2 transformed. Default = "logFC". |
FDRflag |
The column name (character) of adjusted p value or FDR. Default = "adj.P.Val". |
FC.cutoff |
The fold change cutoff (numeric) selected to subset summary statistics table. Default = 1.5. |
FDR.cutoff |
The FDR cutoff selected (numeric) to subset summary statistics table. Default = 0.05. |
OUT.Directional |
logical, whether output directional or non-directional pathway analysis result, default: NULL. |
IS.list |
logical, whether the input is a list, default: NULL |
customized.pathways |
the customized pathways in the format of two column dataframe to be used in analysis |
... |
pass over parameters |
Returns a dataframe.
Xingpeng Li & Siddhartha Pachhai RVA - RNAseq Visualization Automation tool.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.