hpaDownload | R Documentation |
Download the latest version of HPA datasets and import them in R. It is recommended to only download the datasets you need, as some of them may be very big.
hpaDownload(downloadList = "histology", version = "latest")
downloadList |
A vector or string indicate which datasets to download. Possible value:
You can also use the following shortcuts:
See https://www.proteinatlas.org/about/download for more information. |
version |
A string indicate which version to be downloaded. Possible value:
|
This function will return a list of tibbles corresponding to requested datasets.
hpaDownload
hpa_histology_data
Other downloadable datasets functions:
hpaExport()
,
hpaSubset()
histologyData <- hpaDownload(downloadList='histology', version='example')
# tissueTranscriptData <- hpaDownload('RNA transcript tissue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.