Description Usage Arguments Value Author(s) References Examples
A function that takes a sample versus gene matrix and plots a heatmap to compare expressed genes among a cohort of samples.
1 |
x |
a gene (row) by sample (columns) matrix containing normalized counts (required) |
Returns a Lattice plot object.
Richard J. de Borja <richard.deborja@uhnresearch.ca>
To be completed.
1 2 3 | gene_sample <- data.frame(S1 = c(38.97, 5.24), S2=c(0.27, 2.17))
rownames(gene_sample) <- c('AKT1', 'NF2')
create_sample_gene_heatmap(x=gene_sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.