Preprocessing for VIDEAN dataLoadJSON(file_desc_value,file_desc_names,file_desc_names_complete,file_property_values,model_file,property_name) - file_desc_value: csv file that contains the selected descriptors values. Each column contains the values for a descriptor. - file_desc_names: excel file containing the selected descriptors names. - file_desc_names_complete: excel file containing the names of all the descriptors were admitted to descriptor selection software. - file_property_values: csv file that contains the property values. - model_file: text file containing the models with descriptors selected in each of them. - property_name: the property name All files generated by the script 'dataLoadJson', which will be used by the visualization tool VIDEAN, are saved in "./output data/". You have to provide the url of this folder to use VIDEAN with your own data. Important: 1) you need the jsonlab tool provided in the './jsonlab/' directory. See README.txt (II. Installation) therein. 2) you need the file server.php in the ./output_data/ directory, which acts as a jsonp server for cross-domain requests. Example: dataLoadJSON('./input data/selected_descriptors_values.csv','./input data/selected_descriptors_names','./input data/descriptors_names','./input data/property_values.csv','./input data/models.txt','logPliver') ---------------------------------------------- Please cite the following paper if you refer to VIDEAN in a publication or use it for your research: María Jimena Martínez, Ignacio Ponzoni, Mónica F. Díaz , Gustavo E. Vázquez, Axel J. Soto: "Visual Analytics in Cheminformatics: User-Supervised Descriptor Selection for QSAR Methods". Journal of Cheminformatics,7:39,2015.