Lapply through all the experiments in MultiAssayExperiment object
Author
Bartosz Czech czech.bartosz@external.gene.com
Examples
mae <- get_synthetic_data("finalMAE_small.qs2")
#> Loading required namespace: MultiAssayExperiment
MAEpply(mae, SummarizedExperiment::assayNames)
#> $`single-agent`
#> [1] "RawTreated" "Controls" "Normalized" "Averaged" "Metrics"
#>