Description Usage Arguments Value See Also Examples
This function is an universal visualization function that allow calling other
hpaVis functions via a single function call. By default, this function will
use the dataset bundled with HPAanalyze, and provide a grid of all available
plots. The types of plots in the output can be specified via the
visType
argument. If only one plot type is specified, this function
will return the exact same output as the specific hpaVis function used to
create the plot.
1 2 3 4 5 6 7 8 9 10 11 |
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 tissue names. By default it
is set to |
targetCellType |
Vector of strings of normal cell types. By default inludes all available cell types in the target tissues. |
targetCancer |
Vector of strings of normal tissues. By default it
is set to |
visType |
Vector of strings indicating which plots will be generated.
Currently available values are |
color |
Vector of 4 colors used to depict different expression levels. |
customTheme |
Logical argument. If |
... |
Additional arguments to be passed downstream to other hpaVis
functions being called behind the scene. These arguments includes
|
If multiple visType is chosen, this function will return multiple graphs in one panel. If only one visType is chosen, this function will return a ggplot2 plot object, which can be further modified if desirable. See help file for each of the hpaVis function for more information about individual graphs.
Other visualization functions:
hpaVisPatho()
,
hpaVisSubcell()
,
hpaVisTissue()
1 | hpaVis()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.