preprocess_ge_meta: preprocess_ge_meta

View source: R/ge_data_preprocess.R

preprocess_ge_metaR Documentation

preprocess_ge_meta

Description

Prepares metadata file for posterior analysis using DESeq2.

Usage

preprocess_ge_meta(metadata, counts = NULL)

Arguments

metadata

Data frame that contains supporting variables to the data.

counts

Data frame that contains gene expression data as raw counts.

Value

Generates a data frame.

Examples

metadata <- preprocess_ge_meta(metadata = sample_metadata,
                               counts = sample_counts[,-1])

oriolarques/GEGVIC documentation built on Oct. 30, 2024, 10:44 p.m.