Get top pathways from enrichment analysis results
get_top_pathway(
df,
ntop = 10,
source_set = c("GO:MF", "GO:CC", "GO:BP", "KEGG", "HPA")
)
a data frame
a positive integer, how many top terms for each source are returned
a string vector, specify the sources.
return a dataframe object including the top pathways.