famtcor: Use Factor Analysis for Multiple Testing(FAMT) to correct the...

Description Usage Arguments Details Value See Also Examples

View source: R/batch.R

Description

Use Factor Analysis for Multiple Testing(FAMT) to correct the unknown batch effects

Usage

1

Arguments

data

data as mzrt profile

lv

factor vector for the group infomation

Details

Use Factor Analysis for Multiple Testing(FAMT) to correct the unknown batch effects

Value

list object with various components such raw data, corrected data, p-values, q-values.

See Also

isvacor,svacor, limmafit,pcacor

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(faahKO)
cdfpath <- system.file('cdf', package = 'faahKO')
cdffiles <- list.files(cdfpath, recursive = TRUE, full.names = TRUE)
list <- getmr(cdfpath, pmethod = ' ')
li <- famtcor(list$data,list$group$class)

## End(Not run)

yufree/xsetplus documentation built on Nov. 11, 2019, 4:22 p.m.