Common arguments for immunarch helpers
Arguments
- autojoin
Logical. If TRUE, join repertoire metadata by the schema repertoire id. Change the default behaviour by calling
options(immunarch.autojoin = FALSE).- format
String. One of
"long"("long" tibble withimd_repertoire_id, facet columns, andvalue; 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).