powered by
convertIdentifiersByVector(pathway, conv.table, id.type="unknown")
Pathway
"TAIR"
convertIdentifiers
g<-kegg[["Asthma"]] conv<-setNames(paste("gene", 1:length(nodes(g)), sep=""), nodes(g)) gc<-convertIdentifiersByVector(g, conv, "dummy") nodes(gc) edges(gc)
Run the code above in your browser using DataLab