Description Usage Arguments Value
View source: R/dataframe_builders.r
Convert an expression matrix to a tidy DF
1 | gather_expression_matrix_to_tidy_df(x, gene_col, id_col, expr_col)
|
x |
Expression matrix. |
gene_col |
Column name for the column containing gene names. |
id_col |
Column name for the column containing sample IDs. |
expr_col |
Column name for the column containing expression values. |
df A tidy data frame containing the expression results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.