mmt
objects based on variable/sample metadata.mt_batch.Rd
Correct for batch-effects in mmt
objects based on variable/sample metadata.
mt_batch(data, ...)
mmt | (required) Data list as loaded with |
---|---|
batch | (required) Variable in metadata to perform batch-correct on. |
method | (optional) Specify the method for batch-correction. One of:
|
... | Additional parameters for the specified method. |
A modifed mt object
The function mt_batch
tries to eliminate batch-effects.
# NOT RUN { # EXAMPLE GOES HERE # }