Extract protein class information from imported xml document resulted from
hpaXmlGet().
hpaXmlProtClass(importedXml)Input an xml document object resulted from a
hpaXmlGet() call.
This function return a tibble of 4 columns.
Other xml functions:
hpaXmlAntibody(),
hpaXmlGet(),
hpaXmlTissueExprSum(),
hpaXmlTissueExpr(),
hpaXml()
if (FALSE) {
GCH1xml <- hpaXmlGet('ENSG00000131979')
hpaXmlProtClass(GCH1xml)
}