initFileSet: initialize a fileSet class by allocating appropriate storage

Description Usage Arguments Value Examples

View source: R/fileSet.R

Description

initialize a fileSet class by allocating appropriate storage

Usage

1
initFileSet(map_path, platform, samples, probes = NULL, inc = 4)

Arguments

map_path

path of file to map

platform

EPIC, HM450 or HM27, consistent with sset@platform

samples

sample names

probes

probe names

inc

bytes per unit data storage

Value

a sesame::fileSet object

Examples

1
fset <- initFileSet('mybetas2', 'HM27', c('s1','s2'))

sesame documentation built on Nov. 15, 2020, 2:08 a.m.