Hello everybody,
I am using the Mfuzz package (v. 2.30.0) for analysing the effect of a time series on gene expression and I therefore manage to cluster the genes from this dataset, based on their expression profiles. I would like to know how it is possible to actually identify which genes are part of each cluster, in order to export these lists and make some gene ontology analysis. Is it possible with a function of this package or should I use another package?
I thank you in advance
Sincerely
Tom
Thanks, I will give it a try.
I also found (during this time) that it is possible to extract it by writing the lines below (although the genes are then annotated by numbers and not by their actual names):
write.table(cl$cluster,"C:/Users/Thomas/Desktop/cluster.txt",sep="\t")