simple utility to process output of edamize into a data.frame
Examples
df <- data.frame(uri = "http://edamontology.org/topic_3308",
tm = "Transcriptomics", stringsAsFactors = FALSE)
mkdf(df) # data.frame input is passed through unchanged
#> uri tm
#> 1 http://edamontology.org/topic_3308 Transcriptomics