hpaXmlTissueExpr: Extract tissue expression details

Description Usage Arguments Value See Also Examples

View source: R/xml.R

Description

Extract tissue expression information for each sample and url to download images from imported xml document resulted from hpaXmlGet().

Usage

1
hpaXmlTissueExpr(importedXml)

Arguments

importedXml

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

Value

This function returns a list of tibbles, each for an antibody. Each tibble contains information about all individual samples and their staining. Due to the variation in amount of information available for these samples, the number of columns differs, but the tibble essentially includes: patientId, age, sex, staining, intensity, quantity, location, imageUrl, snomedCode, and tissueDescription. The last two items may have more than one column each.

See Also

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

Examples

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

## End(Not run)

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