Description Usage Arguments Details Value Examples
View source: R/rna_seq_add_functions_for_package.R
runs a GO over-representation test
1 2 3 4 5 6 7 | GOoverrepresentation(collectResults,
OrgDb,
pvalueCutoff,
pAdjustMethod,
qvalueCutoff,
minGSSize,
maxGSSize)
|
collectResults |
= a list, with sub lists |
OrgDb |
= organism db (e.g org.Hs.eg.db) |
pvalueCutoff |
= Cutoff value of pvalue |
pAdjustMethod |
= one method of the following: "holm", "hochberg", "hommel","bonferroni","BH","BY","fdr","none" |
qvalueCutoff |
= Cutoff value of qvalue |
minGSSize |
= minimal size of genes annotated by ontology term for testing |
maxGSSize |
= maximal size of genes annotated for testing |
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("clusterProfiler")
.xls files with results for molecular function, biological process and celular component and results are added to your collectResults list
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.