Common arguments for immunarch helpers
im_common_args(
autojoin = getOption("immundata.autojoin", TRUE),
format = c("long", "wide")
)Logical. If TRUE, join repertoire metadata by the schema repertoire id.
Change the default behaviour by calling options(immunarch.autojoin = FALSE).
String. One of "long" ("long" tibble with imd_repertoire_id, facet
columns, and value; useful for visualizations) or "wide" (wide/unmelted table of features,
with each row corresponding to a specific repertoire / pair of repertoires; useful for Machine Learning).