df2lmFit: lmFit from dataframe

Description Usage Arguments Value Author(s) See Also Examples

View source: R/df2lmFit.R

Description

converts a dataframe into the right format for lmFit function, calls the lmFit from limma and returns the result.

Usage

1

Arguments

df

dataframe from cellHTS2df function

Value

Object of class 'MArrayLM'

Author(s)

Elin Axelsson

See Also

lmFit

Examples

1
2
3
4
5
6
7
data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
df = weightDf(df)
lmm = lmmain(df)
df = updateDf(df,lmm)
mfit = df2lmFit(df)
str(mfit)

coRNAi documentation built on Nov. 17, 2017, 11:14 a.m.