initFileSet: initialize a fileSet class by allocating appropriate storage

View source: R/fileSet.R

initFileSetR Documentation

initialize a fileSet class by allocating appropriate storage

Description

initialize a fileSet class by allocating appropriate storage

Usage

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

Arguments

map_path

path of file to map

platform

EPIC, HM450 or HM27, consistent with sdfPlatform(sdf)

samples

sample names

probes

probe names

inc

bytes per unit data storage

Value

a sesame::fileSet object

Examples


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

zwdzwd/sesame documentation built on April 28, 2024, 12:48 p.m.