runEnrichment(mirnaobj, Composite=TRUE, groups=NULL,
permutations=0)
loadmirnapath
method.
However the expansion of combinations is the current method chosen to represent the multiple predicted effects of miRNAs to one gene, and the predicted effect of one miRNA to multiple genes. The algorithm will identify statistically significantly enriched results when the combination of these effects is greater than would be anticipated by random chance.
The adjusted P-value is calculated using the rank of unadjusted P-values divided by the number of permutations minus one (such that the best rank from 1,000 permutations yields an adjusted P-value of 0.001.) The default value 0 was put in place to save time, since most adjustments resulted in stronger "hits" and weaker "non-hits" in terms of pathways enriched. Thus the results are not substantially changed, and permutation adjustment is saved for the final result set.
loadmirnapath
,
filtermirnapath
,
loadmirnatogene
,
loadmirnapathways
## Not run:
# ## Start with miRNA data from this package
# data(mirnaobj);
#
# ## Now run enrichment test
# mirnaobj <- runEnrichment( mirnaobj=mirnaobj, Composite=TRUE,
# groups=NULL, permutations=0 );
# ## End(Not run)
Run the code above in your browser using DataLab