# load the sample output data
data(AlvMac_results)
# Table of result for genes associated with the GO term
# "toll-like receptor 4 signaling pathway"
table_genes(result=AlvMac_results, go_id="GO:0034142")
# ordered by gene name
table_genes(result=AlvMac_results, go_id="GO:0034142", order.by='name')
Run the code above in your browser using DataLab