Description Usage Arguments Value
This function takes a matrix (columns are samples, rows are genes), and converts it into a 'long' data frame suitable for plotting It also handles sorting the data by chromosomal coordinate.
1 | expression_matrix_to_long_df(expression.mat, genes.bed)
|
expression.mat |
A matrix of expression values. |
genes.bed |
A bed-like file containing gene coordinates. |
expression.long.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.