gather_expression_matrix_to_tidy_df: Convert an expression matrix to a tidy DF

Description Usage Arguments Value

View source: R/dataframe_builders.r

Description

Convert an expression matrix to a tidy DF

Usage

1
gather_expression_matrix_to_tidy_df(x, gene_col, id_col, expr_col)

Arguments

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.

Value

df A tidy data frame containing the expression results.


rdocking/amlpmpsupport documentation built on Jan. 4, 2021, 7:09 a.m.