MeanBySpot {anapuce}R Documentation

Mean By Spot

Description

Computes the mean on the different values of spots grouping by by.var.

Usage

MeanBySpot(fileIN, n = 3, name.A = "A", name.M = "M.norm", by.var = "ID")

Arguments

fileIN input dataframe.
n number of identificant columns.
name.A character string containing a regular expression contained in the columnames corresponding to the A values.
name.M character string containing a regular expression contained in the columnames corresponding to the M values.
by.var name of the grouping variable.

Value

A R dataframe

Author(s)

J. Aubert

See Also

DiffAnalysis, DiffAnalysis.unpaired


[Package anapuce version 2.1 Index]