Hi All,
I'm currently working on a differential gene expression analysis and
I've used GOSeq to find enriched GO categories, just like what is
mentioned here
(https://stat.ethz.ch/pipermail/bioconductor/attachments...read.table("ATH_GO_GOSLIM.txt", header=F, sep="\t", fill=T)
#read in GO Categories File
GO.wall <- goseq(pwf, gene2cat=tairgo[,c(1,6)]) # get ID and GO
columns
only from tai…