Description Usage Arguments Value Examples
plotting_matrix creates a matrix of gene expression for pathways given by the user.
1 | plotting_cross_talk(DataMatrix, pathway, path_matrix)
|
DataMatrix |
gene expression matrix (eg.TCGA data) |
pathway |
pathway data as provided by getKEGGdata |
path_matrix |
output of the function matrix_plot |
a plot for pathway cross talk
1 | mt<-plotting_cross_talk(DataMatrix=tumo[,1:2],pathway=path,path_matrix=list_path_plot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.