Description Usage Arguments Value Methods (by class) See Also
Run GSEA
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
A BbcSE object or a dataframe. |
... |
Passed to gseKEGG, GSEA or gsePathway. See each function for possible arguments. |
gene_set |
one of "kegg", "reactome", "H", "C1", "C2", "C3", "C4", "C5", "C6", "C7" |
organism |
For compatibility with dowstream tools, the organism is specified differently depending on the desired gene set. For KEGG, use the three-letter code according to http://www.genome.jp/kegg/catalog/org_list.html. For Reactome, possible values are ‘celegans’, ‘fly’, ‘human’, ‘mouse’, ‘rat’, ‘yeast’ and ‘zebrafish’. For msigdb, run 'msigdbr::msigdbr_show_species()'. |
orgDb |
OrgDB object for your organism |
de_pkg |
"edger" or "deseq2". Only used if x is a BbcSE |
rank_by |
|
contrast_names |
character value or vector for the contrast(s) of interest. See name(de_results(edger(x))). If left to default "" value then all contrasts will be processed. |
A list of gseaResult objects or one gseaResult object
data.frame
: x is a dataframe with gene name as col1 and
metric(log2FC or F etc) as col2. Function will sort by col2 in decreasing
order. See '?prep_clusterprofiler_genelist'.
BbcSE
: Extract out the gene and signed -log10 PValue. Run
run_gsea for each result object (contrast).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.