Description Usage Arguments Value See Also Examples
Visualize the expression of protein of interest in each target tissue by cell types.
1 2 3 4 5 6 7 8  | 
data | 
 Input the list object generated by   | 
targetGene | 
 Vector of strings of HGNC gene symbols. By default it is
set to   | 
targetTissue | 
 Vector of strings of normal tissues. Default to breast.  | 
targetCellType | 
 Vector of strings of normal cell types. Default to all.  | 
color | 
 Vector of 4 colors used to depict different expression levels.  | 
customTheme | 
 Logical argument. If   | 
This function will return a ggplot2 plot object, which can be further modified if desirable. The tissue data is visualized as a heatmap: x axis contains inquired protein and y axis contains tissue/cells of interest.
Other visualization functions: 
hpaVisPatho(),
hpaVisSubcell(),
hpaVis()
1 2 3 4 5 6 7 8  |   data("hpa_histology_data")
  geneList <- c('TP53', 'EGFR', 'CD44', 'PTEN', 'IDH1', 'IDH2', 'CYCS')
  tissueList <- c('breast', 'cerebellum', 'skin 1')
  ## A typical function call
  hpaVisTissue(data=hpa_histology_data,
               targetGene=geneList,
               targetTissue=tissueList)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.