perform_anova: Perfom annova on the data

Description Usage Arguments Value Examples

View source: R/normalize_data.R

Description

This function works on FL1H, FSC and SSC data acquired on 96-well plates

Usage

1

Arguments

data

A particular element of the list data$gdat (coresponds to wells present in all plates for normalization)

model

The model to be used

Value

An annova model

Examples

1
2
3
4
5
<c3><a0> finaliser
load("data/data.rda")
idx_to_be_keep = data$anno$rep%in%2:5 & data$anno$strain != "GY6" & TRUE
model_data = filter_data(data, !idx_to_be_keep)
model_p.s.t = mean_gfl1~plate+strain+time

magrichard/facsticor documentation built on May 17, 2019, 8:16 a.m.