hpaXmlProtClass | R Documentation |
Extract protein class information 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.
hpaXmlProtClass(importedXml)
importedXml |
Input an xml document object resulted from a
|
This function return a tibble of 4 columns.
Other xml functions:
hpaXmlAntibody()
,
hpaXmlGet()
,
hpaXmlTissueExprSum()
,
hpaXmlTissueExpr()
,
hpaXml()
## Not run:
GCH1xml <- hpaXmlGet('ENSG00000131979')
hpaXmlProtClass(GCH1xml)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.