Function validates correctness of SE by checking multiple cases:
detection of duplicated rowData/colData,
incompatibility of rownames/colnames,
occurrence of necessary assays,
detection of mismatch of CLIDs inside colData and colnames (different order),
correctness of metadata names.
Value
NULL invisibly if the SummarizedExperiment is valid.
Throws an error if the SummarizedExperiment is not valid.
Examples
mae <- get_synthetic_data("finalMAE_small.qs2")
se <- mae[[1]]
validate_SE(se)