Entering edit mode
Hi, I am using FELLA to analyze my metabolome data. I defined the ont as BP in addGOToGraph, but the legend of ont was still CC in the figure.
g.go<-addGOToGraph(graph=g,
GOterm=c("GO:1990418"),
godata.options=list(
OrgDb="org.Hs.eg.db",ont="BP"),
mart.options=list(
biomart="ensembl",
dataset="hsapiens_gene_ensembl"))
g.go
plotGraph(g.go,
vertex.label.cex=vertex.label.cex,
NamesAsLabels = F,
plotLegend = T)