pre_imdanova_melt: Create a Melted and Grouped Version of e_data for IMD_ANOVA...

View source: R/pre_imdanova_melt.R

pre_imdanova_meltR Documentation

Create a Melted and Grouped Version of e_data for IMD_ANOVA filter

Description

This function creates a melted version of e_data, grouped by edata_id and group designation, for future use of implementing a IMD_ANOVA filter

Usage

pre_imdanova_melt(e_data, groupDF, samp_id)

Arguments

e_data

p \times n data.frame, where p is the number of peptides, proteins, lipids, metabolites, or accessions and n is the number of samples

groupDF

data frame created by group_designation with columns for the sample identifier and the designated group.

samp_id

character string specifying the name of the column containing the sample identifiers in groupDF.

Value

a data frame of class "grouped_dt" which is compatible with functions in the dplyr package

Author(s)

Lisa Bramer, Kelly Stratton


pmartR/pmartRqc documentation built on March 4, 2024, 3:46 p.m.