hpaXmlAntibody {HPAanalyze} | R Documentation |
Extract information about the antibodies used for a specific protein.
hpaXmlAntibody(importedXml)
importedXml |
Input an xml document object resulted from a
|
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.
Other xml functions:
hpaXmlGet()
,
hpaXmlProtClass()
,
hpaXmlTissueExprSum()
,
hpaXmlTissueExpr()
,
hpaXml()
## Not run: GCH1xml <- hpaXmlGet('ENSG00000131979') hpaXmlAntibody(GCH1xml) ## End(Not run)