| hpaXmlTissueExprSum | R Documentation |
Extract tissue expression information and url to download images from
imported xml document resulted from hpaXmlGet(). It is important to
note that the data that HPA provides on their website and through xml files
are not one-to-one equivalents.
hpaXmlTissueExprSum(importedXml, downloadImg = FALSE)
importedXml |
Input an xml document object resulted from a
|
downloadImg |
Logical argument. The function will download all image from the extracted urls into the working folder. |
This function return a list consists of a summary string, which is a very brief description of the protein, and a tibble of 2 columns: tissue (name of tissue available) and imageUrl (link to download the perspective image)
Other xml functions:
hpaXml(),
hpaXmlAntibody(),
hpaXmlGet(),
hpaXmlProtClass(),
hpaXmlTissueExpr()
GCH1xml <- hpaXmlGet('ENSG00000131979')
hpaXmlTissueExprSum(GCH1xml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.