View source: R/Generator-class.R
Construct, yield, and iterate over rectangular objects
1 |
1 2 | se <- SummarizedExperiment(matrix(rnorm(1000), 10))
gen <- BiocGenerator(se, yieldSize = c(NA, 20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.