Description Usage Arguments Details Value Author(s) Examples
summarize is the main function when called all samples in the targets file will be summarized
1 2 |
targets |
valid minfi targets file |
batchSize |
the size of each the batch |
BPPARAM |
see bpparam() |
rp.zero |
Default TRUE replaces zero intensity values with NA's |
verbose |
default is TRUE |
file |
if given summarized data is stored as RData object |
... |
optional arguments to read.metharray.exp, i.e. force=TRUE |
By default the summarization is performed on all data at once. Optionally the data can be summarized in batches using the batchSize option. Summarization of data can be performed in parallel as well see the MethylAid vignette for examples.
summarized data is saved optionally returned
mvaniterson
1 2 3 4 | library(minfiData)
baseDir <- system.file("extdata", package="minfiData")
targets <- read.metharray.sheet(baseDir)
data <- summarize(targets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.