hpaXml | R Documentation |
This function is the umbrella function for the hpaXml function family. It
take the input of either one Ensembl gene id or a imported XML object
resulting from a hpaXmlGet()
function call. By default, it will
extract all information available for HPAanalyze user from the XML file by
calling every hpaXml function and put all results into a list.
hpaXml(
inputXml,
extractType = c("ProtClass", "TissueExprSum", "Antibody", "TissueExpr"),
...
)
inputXml |
Input can be either one Ensembl gene id (start with ENSG) or
a imported XML object resulting from a |
extractType |
A vector of strings indicate which information is desired
for extraction. By default this function will call all |
... |
Additional arguments to be passed downstream to other hpaXml functions being called behind the scene. See help files of other hpaXml functions for more information. |
This function returns a list. Each element of the list is information extracted from the XML file specified using other hpaXml functions. See help file for each XML function for more information.
Other xml functions:
hpaXmlAntibody()
,
hpaXmlGet()
,
hpaXmlProtClass()
,
hpaXmlTissueExprSum()
,
hpaXmlTissueExpr()
hpaXml(inputXml='ENSG00000131979', extractType=c('ProtClass', 'TissueExprSum', 'Antibody'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.