To do:
Work out how to get an input into webpage with Javascript.
Create an array from input.
Loop through the array to visit web pages and get feature info.
Use feature info to render the diagrams of the proteins.
Options
I might be able to create a JSON object instead of an array when getting data from XML
Some kind of append to JSON object should be possible.
JSON.stringify or some variation should work to make the JSON object.
OR
I could make the diagrams in d3 from just the arrays - again this should be possible!
No comments:
Post a Comment