hpaXmlProtClass: Extract protein classes

View source: R/xml.R

hpaXmlProtClassR Documentation

Extract protein classes

Description

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.

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)


trannhatanh89/HPAanalyze documentation built on June 6, 2023, 4:31 p.m.