Description Usage Arguments Value References See Also Examples
GO and KEGG enrichment analysis of mRNAs from selected miRNA-mRNA interactions.
1 2 3 4 |
obj |
a corObject with a net slot already defined |
type |
"GO" or "REACTOME" |
ontology |
If type is "GO", the ontology to be analysed: "BP" (Biological Process), "CC" (Cellular Component) or "MF" (Molecular Function). If the type is "REACTOME", write "REACTOME". |
pval.cutoff |
maximum p value of selected miRNA-mRNA pairs. |
dat.sum |
minimum concurrences of the miRNA-mRNA pairs across the database(s) used |
score.cutoff |
maximum score allowed |
sub.miRNA |
(optional) character vector, names of the miRNAs to limit the targets. |
exclude.miRNA |
(optional) character vector, the mRNA targets of these miRNAs will be removed. |
sub.mRNA |
(optional) character, use only these targets. |
FC |
(optional) minimum FC for the mRNAs. |
up |
if TRUE, select only upregulated mRNAs. |
dw |
if TRUE, select only upregulated mRNAs. |
organism |
"human" or "mouse". |
add.miRNA |
if TRUE, add the miRNAs that are regulating the selected mRNAs (only if correlation p-values are computed!) |
a corObject, with an item of the GO.results slot added. The item is a data.frame with the named "type:ontology" and with the following columns:
Ontology: "BP" (Biological Process), "CC" (Cellular Component), "MF" (Molecular Function), "KEGG" or "REACTOME"
ID: term ID
Pvalue: p value
OddsRatio: number of mRNAs found/number of expected mRNAs
ExpCount: expected number of mRNAs
Count: number of mRNAs in the selected category
Size: total number of mRNAs in the selected category
Term: term name
fdr: corrected p value with BH method
genescat: mRNAs in the category
(optional) miRNAs: miRNAs regulating these mRNAs
Falcon S and Gentleman R. Using GOstats to test gene list for GO term association. Bioinformatics, 23(7):257-8, 2007.
Yu G. ReactomePA: Reactome Pathway Analysis. R package version 1.10.1.
package:GOstats
, package:ReactomePA
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.