Description Usage Arguments Value Examples
Deposit data of one sample to a fileSet (and hence to file)
1 | mapFileSet(fset, sample, named_values)
|
fset |
a sesame::fileSet, as obtained via readFileSet |
sample |
sample name as a string |
named_values |
value vector named by probes |
a sesame::fileSet
1 2 3 4 5 6 7 8 9 10 11 | ## create two samples
fset <- initFileSet('mybetas2', 'HM27', c('s1','s2'))
## a hypothetical numeric array (can be beta values, intensities etc)
hypothetical <- setNames(runif(fset$n), fset$probes)
## map the numeric to file
mapFileSet(fset, 's1', hypothetical)
## get data
sliceFileSet(fset, 's1', 'cg00000292')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.