hpaXmlAntibody: Extract antibody information

Description Usage Arguments Value See Also Examples

View source: R/xml.R

Description

Extract information about the antibodies used for a specific protein.

Usage

1
hpaXmlAntibody(importedXml)

Arguments

importedXml

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

Value

This function returns a tibble of 4 columns, containing information about the antibodies used in the project for the inquired protein: id, releaseDate, releaseVersion, and RRID.

See Also

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

Examples

1
2
3
4
5
## Not run: 
  GCH1xml <- hpaXmlGet('ENSG00000131979')
  hpaXmlAntibody(GCH1xml)

## End(Not run)

HPAanalyze documentation built on Nov. 26, 2020, 2:01 a.m.