Description Usage Arguments Value Examples
View source: R/downloadXevaSet.R
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.
1 2 |
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
1 2 3 4 | 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.