Skip to content

Collect ImmunData annotations

Source code

Description

Collects annotations from an ImmunData object and returns them as a tibble. Factor columns are converted to character.

Usage

## S3 method for class 'ImmunData'
collect(x, ...)

Arguments

x ImmunData object.
Additional arguments passed to dplyr::collect() for x$annotations.

Value

A tibble with collected annotations.