Description Usage Arguments Value Examples
View source: R/arseq.kegg.enrich.R
Performing KEGG pathway enrichment analysis on the significantly differentially expressed genes.
1 | arseq.kegg.enrich(deg, kegg.compare = "as.group")
|
deg |
Differentially expressed genes dataframe returned by DESeq2 analysis |
kegg.compare |
Character, which comparison scheme to be used: 'paired', 'unpaired', '1ongroup', 'as.group'. 'paired' is the default, ref and samp are of equal length and one-on-one paired by the original experimental design; 'as.group', group-on-group comparison between ref and samp; 'unpaired' (used to be '1on1'), one-on-one comparison between all possible ref and samp combinations, although the original experimental design may not be one-on-one paired; '1ongroup', comparison between one samp column at a time vs the average of all ref columns. |
Enrichment dataframe
1 2 3 4 | ## Not run:
kegg.enrich <- arseq.kegg.enrich (example_deg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.