Description Usage Arguments Value Examples
A wrapper over SPIA pathway perturbation analysis for mouse and human
1 2 | spia_wrapper(DEoutput, organism = "mmu", padjCutoff = 0.05, outFile,
outPlot = NULL)
|
DEoutput |
A tab-seperated edgeR/DESeq2 output file, using |
organism |
select from "mmu" (mouse) or "hsa" (human) |
padjCutoff |
FDR cutoff for the genes to include in the list |
outFile |
output file to write affected pathways |
outPlot |
output SPIA two-way evidence plot + output summary (pdf) |
a txt file and a pdf file
1 2 3 4 5 | ## Not run:
deout <- system.file("extdata", "edgeR_output_annotated.tsv", package="vivlib")
spia_wrapper <- function(DEoutput = deout, organism = "mmu", outFile = "edgeR_spia.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.