plotRawPsiCorr | R Documentation |
This function plots correlation of splicing PSI and return significantly correlated nodes
## S3 method for class 'raw.psi.corr'
plot(raw_psi, node.list = "all_nodes", cell.types = "all_cell_types")
## S4 method for signature 'data.frame,character,character'
plotRawPsiCorr(raw_psi, node.list = "all_nodes", cell.types = "all_cell_types")
raw_psi |
raw psi matrx, each row is a gene, each col is a cell |
node.list |
node list whose PSI is to be plotted, default 'all_nodes' |
cell.types |
cell types to consider, default 'all_cell_types' |
a list object with heatmap, pos corr and neg corr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.