We want to create a web-based interactive visualization tool to make sense of data that we work with (for those interested: it's about next-generation DNA sequencing data). One of the issues we bump into at the moment is how to get the data to the tool. Apparently this javascript library cannot load external data, and as far as I understand the data would actually have to be embedded in the html itself. This is however out of the question as we're dealing with patient data here...
Does anyone have any pointers as to how we can access external data (basically .csv files) from processing.js?
Thanks! jan.
There's no reason you couldn't load it via another library, such as jQuery, and then integrate it into your app. Here's an example of this. Basically, you would load the data, and then access it via PJS once it is available.
PJS is parsed to javascript, so the opportunities for integrating with any regular JS code are very good.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With