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: hpaXml(), hpaXmlAntibody(), hpaXmlGet(), hpaXmlTissueExpr(), hpaXmlTissueExprSum()

Examples

  GCH1xml <- hpaXmlGet('ENSG00000131979')
  hpaXmlProtClass(GCH1xml)


trannhatanh89/HPAanalyze documentation built on July 5, 2025, 3:19 a.m.