Learn R Programming

xQTLbiolinks (version 1.6.2)

xQTL_export: Export expression object to a specified format

Description

Export expression object to a specified format

Usage

xQTL_export(exp_object, out_format = "to_clusterP")

Value

A data.frame/data.table object

Arguments

exp_object

expression object derived from xQTLdownload_exp

out_format

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

Examples

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

Run the code above in your browser using DataLab