Description Usage Arguments Value Examples
you can use function Oncomine_heatmap_ComparisonofAllGenesin_SomeDisease_MatrixForHeatmap() fisrt to get a data frame, and ent to get matrix.
1 2  |   Oncomine_heatmap_ComparisonofAllGenesin_SomeDisease_MatrixForHeatmap(filenames,
  rowscale = TRUE)
 | 
filenames | 
 can be filenames end with .txt .doc .docx or a dataframe or omitted  | 
rowscale | 
 a logical param to scale each row if rowscale=TRUE  | 
a matrix
1 2 3 4  | Oncomine_heatmap_ComparisonofAllGenesin_SomeDisease_MatrixForHeatmap()
Oncomine_heatmap_ComparisonofAllGenesin_SomeDisease_MatrixForHeatmap("1.txt")
Oncomine_heatmap_ComparisonofAllGenesin_SomeDisease_MatrixForHeatmap(c("1.txt","2.txt"))
Oncomine_heatmap_ComparisonofAllGenesin_SomeDisease_MatrixForHeatmap(dataframe)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.