initFileSet | R Documentation |
initialize a fileSet class by allocating appropriate storage
initFileSet(map_path, platform, samples, probes = NULL, inc = 4)
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 |
a sesame::fileSet object
fset <- initFileSet('mybetas2', 'HM27', c('s1','s2'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.