|
takane
Validators for ArtifactDB file formats
|
Validation for summarized experiments. More...
#include "millijson/millijson.hpp"#include "byteme/byteme.hpp"#include "utils_public.hpp"#include "utils_other.hpp"#include "utils_summarized_experiment.hpp"#include <filesystem>#include <stdexcept>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | takane |
| takane validation functions. | |
| namespace | takane::summarized_experiment |
| Definitions for summarized experiments. | |
Functions | |
| void | takane::summarized_experiment::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
| size_t | takane::summarized_experiment::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
| std::vector< size_t > | takane::summarized_experiment::dimensions (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for summarized experiments.