Hi everybody!
Recently I became familiar with a new Gene Ontology plotting library in R called "GOplot". There is a tutorial in the developer site but from the very first point i have some problems with it. I put the tutorial in this question so you can review it: http://wencke.github.io/
1) There is no function in R like:
install.github('wencke/wencke.github.io')
2) If you skip this part you go through making dataframes. I don't know how to make mentioned dataframes in toy example part of tutorial for my microarray analysis. I would be really appreciate if you can help me with the second problem specially.
Thanks a lot.
Hi farzaneafzali I am facing the same problem. Did you figure out how to solve it. Thanks, Hossam
What exactly is the problem, please clarify.
Thank you zx8754 for kind concern. I am beginner with R and i can load my data as .CSV file but the developers are using .rda format which i cannot created i have hard time to do this, can you help me?
They are just R data file formats, once you read them in they become R objects. Then you can compare with your CSV files. Please see for more info:
Thank you so much it worked!
Hi and sorry for the late reply. Recently, I have updated my R version into 3.5 and then updated all my packages. Then, the installation process took place. But, I still have problem with making
out of my data. It gives me this error:
I will post my problem as the new question now.