Export expression object to a specified format
xQTL_export(exp_object, out_format = "to_clusterP")
expression object derived from xQTLdownload_exp
"to_clusterP", "to_wgcna" and to "to_deseq"
A data.frame/data.table object
# \donttest{
expProfiles <- xQTLdownload_exp(c("tp53","naDK","SDF4"),
tissueSiteDetail="Artery - Coronary",
pathologyNotesCategories=TRUE, toSummarizedExperiment = FALSE)
xQTL_export(expProfiles)
# }