View source: R/extract_count_matrix.R
extract_count_matrix | R Documentation |
Extract ordered matrix from prepared heatmaps list object
extract_count_matrix(prepared_hm_list)
prepared_hm_list |
A |
A list of dataframes
## Not run:
htl <- get_demo_heatmap_list()
htl <- prepare_heatmap_list(htl)
htl_df <- extract_count_matrix(htl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.