View source: R/downloadXevaSet.R
downloadXevaSet | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.