View source: R/ge_data_preprocess.R
preprocess_ge_meta | R Documentation |
Prepares metadata file for posterior analysis using DESeq2.
preprocess_ge_meta(metadata, counts = NULL)
metadata |
Data frame that contains supporting variables to the data. |
counts |
Data frame that contains gene expression data as raw counts. |
Generates a data frame.
metadata <- preprocess_ge_meta(metadata = sample_metadata,
counts = sample_counts[,-1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.