UniD.load: Load raw data

Description Usage Arguments Value Examples

View source: R/UniD.load.R

Description

Used to load the raw data and return a list.

Usage

1
UniD.load(dataDir, outDir, arrayType, write)

Arguments

dataDir

directory where raw data stored

outDir

directory where output data should be saved if write = T

arrayType

the platform which raw data generated, can be "450k" or "EPIC"

write

whether the output should be saved, highly recommended

Value

A list which includes rgSet, Mset, and detP

Examples

1
2
3
4
5
6
7
8
## Not run: 
loading <- UniD.load(dataDir = "~/Desktop/IDAT/", outDir = "~/Desktop/output/",
arrayType = "450k", write = T)

loading <- UniD.load(dataDir = "~/Desktop/IDAT/", outDir = NULL,
arrayType = "EPIC", write = F)

## End(Not run)

JieYang031/UniD documentation built on May 5, 2021, 5:16 p.m.