get_wt: Get WT

Description Usage Arguments Value Examples

View source: R/permPlot.R

Description

Extracts all treatments/genotypes and allows user to choose single treatment as wild type/reference for downstream analyses

Usage

1
get_wt(s)

Arguments

s

MEA dataframe structure

Value

A string corresponding to the user's choice

Examples

1
2
3
4
5
6
	data("S")
	s<-list()
	s[[1]]<-S
	
	wt <- get_wt(s)
	

meaRtools documentation built on May 1, 2019, 7:32 p.m.