Entering edit mode
I am using GOexpress for the first time and I would like to print out some of the genes that are in go_id that fall below the top 5. For example
CC.20 <- subset_scores(result = All_Cerebellum_results.pVal,
namespace = "cellular_component",
total=20,
p.val=0.05)
head(CC.20$GO)
There are many more GO groups that are significant that I would like to access gene lists for.
Additionally is there a way to print out more decimal places for the pvalue? Many of them just say "0"
Thanks!