kevinrue / GOexpress-original

Original repository for Bioconductor package. Now at:
https://github.com/kevinrue/GOexpress
9 stars 5 forks source link

Tip for manual #15

Closed kevinrue closed 9 years ago

kevinrue commented 10 years ago

Mention that a quick filtering of the GO_analyse result can be done using:

subset(results$GO, total_count >= 10)

kevinrue commented 10 years ago

Even better: head(subset(Tours.Infection.Unstimulated.raw$GO, total_count >= 10, namespace_1006 = "biological_process"))

kevinrue commented 9 years ago

Done (and bug fixed the above suggested command: all the filters need to be given in the second argument, connected by logical operators)