Check whether or not an assay exists in a SummarizedExperiment object.
Source:R/experiment_validators.R
validate_se_assay_name.Rd
Check for the presence of an assay in a SummarizedExperiment object.
Examples
mae <- get_synthetic_data("finalMAE_small")
se <- mae[[1]]
validate_se_assay_name(se, "RawTreated")