Description Usage Arguments Value Examples
Imports: fgsea, org.Hs.eg.db, org.Mm.eg.db, AnnotationDbi, GO.db
1 2 3 4 5 6 7 8 9 10 |
rankedList |
vector sorted from high to low values of the ranking metric (e.g. log2 fold change), with entrezids as names. |
Species |
string, either "human" or "mouse". Is used to retreive the right Entrez IDs for the GO pathways |
genesetList |
either the string "GO", or a list of genesets of Entrez IDs, all the same Species as the rankedList! |
Ont |
string, an ontology category: "BP", "CC" or "MF". Not used for custom genesetLists. |
output_IDs |
string, ID type to be returned for the table (e.g.: "SYMBOL","ENTREZID","ENSEMBL",...) |
minSize |
Minimal size of a gene set to test. All pathways below the threshold are excluded. |
maxSize |
Maximal size of a gene set to test. All pathways above the threshold are excluded. |
nperm |
Number of permutations to do. Minimial possible nominal p-value is about 1/nperm |
data.frame where each row is a GO term, and each column is a parameter of information about the term (e.g. ID, p value, etc.).
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.