User Tools

Site Tools


mkatari-bioinformatics-august-2013-loadingphytozome

This is an old revision of the document!


Back to Manny's Bioinformatics Workshop Home

Loading Phytozome Annotations

Read Phytozome annotation file.

This step was tricky because there were characters such as quotes and hash marks. We need to reset the default values to allow the file to load without a problem.

anno<-read.table("Mesculenta_147_annotation_info.txt", 
           header=FALSE, 
           sep="\t", 
           quote="",
           comment.char="")

Creating GO objects for fisher test

First create a new data frame with only gene name and go-ids. Then simply source the createGOdata.R script. Make sure you put the script in your working directory before you source it. This will create two different lists in your workspace: go2gene and gene2go

justGeneGo<-anno[,c(2,10)]
source("createGOdata.R")
mkatari-bioinformatics-august-2013-loadingphytozome.1377077181.txt.gz · Last modified: 2013/08/21 09:26 by mkatari