fluximplied | R Documentation |
Pathway analysis of DESeq2 result or character vector of differentially expressed genes which also plots results.
fluximplied(
inputdat,
species = "mmu",
geneformat = "SYMBOL",
padjcolname = "adj_pvalue",
inputformat = "df",
LFCcolname = "log2FoldChange",
pcutoff = 0.05
)
inputdat |
what you are using as your input data, either a data frame with genes as the rownames, a column for LFC, and a column for padj values |
species |
either mus or hsa |
geneformat |
either ENTREZ or symbol |
padjcolname |
the name of the column in your data frame, if applicable, that stores the padj values |
inputformat |
either df or vector |
LFCcolname |
the name of the column in your data frame, if applicable, that stores the Log2FoldChange Values |
pcutoff |
the alpha threshold for your padjustadjust |
If a data frame was supplied, it should also return a data frame as well as a bar graph of the enriched pathways.
fluximplied(inputdat = exampleData,
geneformat="SYMBOL",
species = "mmu",
padjcolname = 'padj',
inputformat = 'df',
LFCcolname = 'log2FoldChange',
pcutoff = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.