Compute ImmunData annotations¶
Description¶
Materializes the annotation table of an ImmunData object
via dplyr::compute() and returns a new
ImmunData.
Usage¶
## S3 method for class 'ImmunData'
compute(x, ...)
Arguments¶
x
|
ImmunData object. |
…
|
Additional arguments passed to dplyr::compute() for
x$annotations.
|
Value¶
A new ImmunData object with computed annotations and the
input repertoire, strata, schema, and provenance state preserved.