mkatari-bioinformatics-august-2013-loadingphytozome
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mkatari-bioinformatics-august-2013-loadingphytozome [2015/06/18 06:35] – mkatari | mkatari-bioinformatics-august-2013-loadingphytozome [2015/06/18 09:05] (current) – [Run Fisher Exact Test] mkatari | ||
---|---|---|---|
Line 25: | Line 25: | ||
===== Run Fisher Exact Test ===== | ===== Run Fisher Exact Test ===== | ||
- | Let's use the significant genes identified from Deseq as our example. [[https:// | + | Let's use the significant genes identified from Deseq as our example. [[https:// |
< | < | ||
- | gene.list< | + | |
+ | gene.list< | ||
</ | </ | ||
Line 38: | Line 40: | ||
goterm_annot< | goterm_annot< | ||
row.names=1, | row.names=1, | ||
- | goresults=doFisherTest(gene.list, | + | goresults=doFisherTest(as.character(gene.list[,1]), goAnnot=goterm_annot) |
- | write.table(goresults, | + | write.table(goresults, |
</ | </ | ||
+ | |||
+ | Visualizing your results in the GO-term graph. Use the RamiGO package. Simply provide the GO terms that are enriched and the corresponding p-value for the go-terms. By default it will save a file to your working directory called RamiGO.png | ||
+ | |||
+ | < | ||
+ | source(" | ||
+ | biocLite(" | ||
+ | library(RamiGO) | ||
+ | getAmigoTree(rownames(gotermresults)[1: | ||
+ | | ||
+ | </ | ||
+ |
mkatari-bioinformatics-august-2013-loadingphytozome.1434609327.txt.gz · Last modified: 2015/06/18 06:35 by mkatari