hpaXmlTissueExpr | R Documentation |
Extract tissue expression information for each sample and url to download
images 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. For example, xml files
usually only provide one of the two histology image for each patient.
hpaXmlTissueExpr(importedXml)
importedXml |
Input an xml document object resulted from a
|
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.
Other xml functions:
hpaXmlAntibody()
,
hpaXmlGet()
,
hpaXmlProtClass()
,
hpaXmlTissueExprSum()
,
hpaXml()
## Not run:
GCH1xml <- hpaXmlGet('ENSG00000131979')
hpaXmlTissueExpr(GCH1xml)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.