View source: R/functions_batch.R
define_batches | R Documentation |
Groups samples into batches based on scan date. Samples run within a short time interval can be defined to belong to the same batch.
define_batches(se, col.scan.date = "scan.date", diff.ignore = 1)
se |
[ |
col.scan.date |
[character(1)] Column in colData() with scan
dates (default: scan.date as generated by the function
|
diff.ignore |
[numeric(1)] Time difference (in days) defined as negligible (default: 1) |
SummarizedExperiment-class
object with batch information added as column batch in colData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.