plotRawPsiHeatmap | R Documentation |
This function plots heatmap of PSI values
## S3 method for class 'raw.psi.heatmap'
plot(raw_psi, node.list, cell.types)
## S4 method for signature 'data.frame,character,character'
plotRawPsiHeatmap(raw_psi, node.list, cell.types)
raw_psi |
the raw_psi matrix from getRawPsi |
node.list |
a list of nodes whose raw psi is to be plotted |
cell.types |
a list of cell types whose raw psi is to be plotted |
a heatmap ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.