Closed kevinrue closed 9 years ago
Even better: head(subset(Tours.Infection.Unstimulated.raw$GO, total_count >= 10, namespace_1006 = "biological_process"))
Done (and bug fixed the above suggested command: all the filters need to be given in the second argument, connected by logical operators)
Mention that a quick filtering of the GO_analyse result can be done using:
subset(results$GO, total_count >= 10)