hpaXmlProtClass {HPAanalyze}R Documentation

Extract protein classes

Description

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

Usage

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

Other xml functions: hpaXmlAntibody(), hpaXmlGet(), hpaXmlTissueExprSum(), hpaXmlTissueExpr(), hpaXml()

Examples

## Not run: 
  GCH1xml <- hpaXmlGet('ENSG00000131979')
  hpaXmlProtClass(GCH1xml)

## End(Not run)


[Package HPAanalyze version 1.10.0 Index]