# Limit the number of threads used by the underlying DB for this session.
# Change this only if you know what you're doing (e.g., multi-user machines, shared CI/servers).
db_exec("SET threads TO 1")
# Load data
immdata <- get_test_idata() |> agg_repertoires("Therapy")
#
# airr_public_intersection
#
if (FALSE) {
m_pub <- airr_public_intersection(immdata)
}
#
# airr_public_jaccard
#
if (FALSE) {
m_jac <- airr_public_jaccard(immdata)
}
Run the code above in your browser using DataLab