Changelog
Source:NEWS.md
tslstructures (development version)
New features
Dataset discovery with
list_datasets()supporting Zenodo text search viaqueryparameter and rich metadata viafull = TRUE.-
11 discovery helper functions for filtering datasets:
has_predictor(),has_all_predictors(),has_format(),is_small(),is_large(),size_between(),has_min_structures(),has_max_structures(),title_contains(),description_contains(), andis_recent(). Cross-dataset operations:
search_structures(),find_protein(),find_best(),list_columns(), andcompare_datasets().Structure access:
get_structure()extracts files from batch archives,get_pae()loads PAE matrices,get_plddt()returns per-residue scores.TSP validation with
validate_tsp()for checking package conformance.Local caching with
get_cache_dir(),cache_size(),clear_cache(), andclear_extracted().
Documentation
Added vignettes: “Quickstart”, “Accessing Structures”, “Cross-Dataset Workflows”, and “TSP Specification”.
pkgdown site at https://teammaclean.github.io/tslstructures