gather_expression_matrix_to_tidy_df.RdConvert an expression matrix to a tidy DF
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.