GOplot GOcluster plots
0
0
Entering edit mode
5.0 years ago
dimitrischat ▴ 210

Hello all. I ve been trying to do some plots from GOplots in R. But i have some issues regarding GOcluster GOheat and GOVenn. With GOcluster (myprocess file is names of GO):

GOCluster(circ, myProcess, clust.by = 'logFC', term.width = 2)

i get an error

ERROR Error in stats::hclust(distance, method = clust) : NA/NaN/Inf in foreign function call (arg 11).

I have searched a bit online and i guess the problem is that i got NA's values and Inf in my circ data ( circ <- circle_dat(david, genelist). After inspecting my circ data, I have NA's and Inf values. So my question is what do i do so i can complete the plot ? Remove somehow the NA's / Inf values or add an option to overlook them ? I would prefer the 2nd option, if there is.

EDIT: after removing Inf values from my genes and then doing david ontology it worked.

And about GOheat, its much simpler i think. I cant get the names of the genes on the heatmap.

GOHeat(chord[,-7], nlfc = 0)

About GOVenn when trying to run :

l1 <- subset(circ, term == 'activation of MAPK activity', c(h06_specific_noinf,logFC))

ERRORi get an error : Error in x[j] : invalid subscript type 'list'

Thanks!

https://cran.r-project.org/web/packages/GOplot/GOplot.pdf

RNA-Seq • 1.6k views
ADD COMMENT

Login before adding your answer.

Traffic: 2745 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6