Export expression object to a specified format

xQTL_export(exp_object, out_format = "to_clusterP")

Arguments

exp_object

expression object derived from xQTLdownload_exp

out_format

"to_clusterP", "to_wgcna" and to "to_deseq"

Value

A data.frame/data.table object

Examples

# \donttest{
expProfiles <- xQTLdownload_exp(c("tp53","naDK","SDF4"),
                               tissueSiteDetail="Artery - Coronary",
                               pathologyNotesCategories=TRUE, toSummarizedExperiment = FALSE)
xQTL_export(expProfiles)
# }