applyPerCondPerRow: Apply a function per condition, per row, given data frame and...

Description Usage Arguments Value

View source: R/applyPerCondPerRow.R

Description

This function allows application of user supplied function upon a data frame per condition specified in annotation and per row of the data frame.

Usage

1
applyPerCondPerRow(df, anno, FUN, ...)

Arguments

df

A data frame upon which we wish to apply the function.

anno

An annotation (of data frame class) of the data frame. Ensure its rows correspond to columns of data frame. Ensure there is a column named "condition".

FUN

A function to be applied per condition, per row

...

Ellipsis. Arguments to be supplied to the FUN.

Value

A data frame after FUN application per condition, per row.


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.