Extract protein class information from imported xml document resulted from hpaXmlGet().

hpaXmlProtClass(importedXml)

Arguments

importedXml

Input an xml document object resulted from a hpaXmlGet() call.

Value

This function return a tibble of 4 columns.

See also

Examples

if (FALSE) { GCH1xml <- hpaXmlGet('ENSG00000131979') hpaXmlProtClass(GCH1xml) }