# \donttest{
# Fetch aligned errors
aligned_error <- fetch_alphafold_aligned_error(
uniprot_ids = c("F4HVG8", "O15552"),
error_cutoff = 4
)
# Predict protein domains
af_domains <- predict_alphafold_domain(
pae_list = aligned_error,
return_data_frame = TRUE
)
head(af_domains, n = 10)
# }
Run the code above in your browser using DataLab