downloadXevaSet {Xeva} | R Documentation |
This function allows you to see the available XevaSet object and download them for use with this package. The XevaSet have been extensively curated and organised within a XevaSet class, enabling use with all the analysis tools provided in Xeva.
downloadXevaSet(name = NULL, saveDir = file.path(".", "XevaSet"), XevaSetFileName = NULL, verbose = TRUE)
name |
Character string, the name of the XevaSet to download. |
saveDir |
|
XevaSetFileName |
|
verbose |
|
A data.frame if name is NULL, showing all the available XevaSet objects. If name is specified, it will download the dataset from our server
downloadXevaSet() ##to download a dataset #library(Xeva) #PDXE_BRCA = downloadXevaSet(name="PDXE_BRCA", saveDir="XevaSet")