topEnrichment | R Documentation |
Number of top enrichment results of the pathway or GO terms for the given object and the order type - p-value or adjusted p-value.
topEnrichment(mrnaObject, type, n)
mrnaObject |
Object of the enrichment result |
type |
Draw the dot plot according to the p-value or adjusted p-value ("pvalue", "pAdjust") |
n |
Number of GO terms or pathways, that ordered by type and has least number of top p-value |
Give top n enrichment results
## Not run: ncGO<-geneGOEnricher(gene = brain_disorder_ncRNA, org_assembly='hg19', near=TRUE, genetype = 'Ensembl_gene') result = topEnrichment(mrnaObject = ncGO, type = "pvalue", n = 10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.