Hi all,
I am doing goseq
on S. pombe RNA-seq data. Since the organism is not on SupportedGenome
database I have to create the arguments from other databases. So I get this pombe GO annotation and create a data.frame
with one column the GeneID
and the other GOs
. I run go.hyper=goseq(gene_pwf, gene2cat = gene2go, method="Hypergeometric")
but the output does not include the columns for GO-terms
and ontology
(BP,CC,MF). Even if I add test.cats
argument, still the output is the same.I only get these columns: category,
over_represented_pvalue
, under_represented_pvalue
, numDEInCat
, numInCat
. Does anybody know what am I doing wrong? If you need more information please let me know.
Did you figure out the problem. I'm having the same kind of output.
Yes I could fix it but I have to see your codes in order to help. How are you running it?