Description Usage Arguments Value See Also Examples
Extract tissue expression information for each sample and url to download
images from imported xml document resulted from hpaXmlGet()
.
1 | 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()
1 2 3 4 5 | ## 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.