Hello all,
I would like to get some hints to go about this task. I'd like to design a webpage/site that looks like this.
I have RNA-Seq data with replicates for WT and Mutants and also RPKM expression values. I also wrote an R-script that generates the shape and shades the expression values. Now the part I am not sure of is about the web-design itself, however I'd love to learn to do it. I know basic web-design per-se, just HTML with CSS. But I haven't used scripting and would love to make use of this opportunity to learn it.
Here are some of the questions I have:
1) Does this require java script and/or PHP/MySQL? If so, could you please elaborate it as well.
2) Is it possible to configure to run an R-script based on client-side parameters so that it could be executed on the fly on the cluster and the out pdf/image file returned for display?
3) Is it better to have the files ready and just query the image or to create the required image dynamically as explained in 2) ?
4) If I have left out anything or is unclear or you have other pointers, I'd love to hear them.
Thank you very much!
Arun
The source code for the eFP Browser is available on SourceForge, Arun. http://sourceforge.net/projects/efpbrowser/. Not sure if this helps you after 8 months!
Is this for a hobby project or are you planning to build a resource?
It is supposed to be a resource ultimately (its not of absolute necessity to the people who hold the data at the moment). It is basically up to me and my capability as of now as they are not planning to realize it yet. So I have time to play around.
If this is going to be a resource, I would recommend that in the long term you think about dedicated software resources (the resource could be yourself). A resource is a lot more than Javascript and you need to think about things like user authentication, data management, other policies as well.