Description Usage Arguments Value
View source: R/rnaseq_helpers.R
Wrapper for graphite::runSPIA
. Will save the database file in
the current working directory if not already present. Does some prep work
with gene ids and cleans up the output a bit. Only supports reactome and
kegg for now.
1 2 |
res |
data frame with the columns 'estimate' and 'gene. Usually DESeq
results processed with |
dds |
valid DESeq object from which the results were generated |
organism |
character, the organism to use. See available organisms with
|
database |
character, the pathway database to use, one of c("reactome", "kegg"). |
key |
named character vector to use for converting gene IDs to Entrez IDs if needed |
cutoff |
numeric, p-value cutoff |
same as runSPIA
but cleaned up, with database links
added and pathways filtered to the privided cutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.