| sesamiser | R Documentation | 
Note 0: this function will download the data with getGEO first (!) Note 1: you may fare better with recountmethylation, check there first. Note 2: this would work just as well off the moby recountmethylation rgset. Note 3: this function will exit with an error if no IDATs are available. Note 4: if there is one supplementary file column, we will need to split it.
sesamiser(
  GSE,
  element = 1,
  suppcols = c("supplementary_file", "supplementary_file.1"),
  path = ".",
  ...
)
| GSE | which GSE to get | 
| element | which element of the getGEO result to work on? (1) | 
| suppcols | cols ("supplementary_file", "supplementary_file.1") | 
| ... | additional arguments to pass to read.metharray() | 
a sesamized GenomicRatioSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.