convert_to_long: Table of Genes in a long format

View source: R/convert_to_long.R

convert_to_longR Documentation

Table of Genes in a long format

Description

Transformation of a gene expression matrix into a 3 column table.

Usage

convert_to_long(the_dataset)

Arguments

the_dataset

This is a dataset often in a wide format.

Value

gene_data

Author(s)

Oriade Latifah Simpson

Examples

data("data_two")
my_data_two
my_long_data <- convert_to_long(my_data_two)
my_long_data

rforbiodatascience22/Twenty documentation built on May 13, 2022, 8:14 p.m.