Convenience function to load and join metadata with prediction scores.
Examples
if (FALSE) { # \dontrun{
data <- load_dataset(415123)
data |>
filter(plddt_mean > 80, n_residues > 100) |>
collect()
} # }
Convenience function to load and join metadata with prediction scores.
if (FALSE) { # \dontrun{
data <- load_dataset(415123)
data |>
filter(plddt_mean > 80, n_residues > 100) |>
collect()
} # }