powered by
This function converts DiMA (v5.0.9) JSON output file to a dataframe with 17 predefined columns which further acts as the input for other functions provided in this vDiveR package.
json2csv( json_data, host_name = "unknown host", protein_name = "unknown protein" )
A dataframe which acts as input for the other functions in vDiveR package
DiMA JSON output dataframe
name of the host species
name of the protein
inputdf<-json2csv(JSON_sample)
Run the code above in your browser using DataLab