<- cascade::prepare_tima_annotations(
plots show_example = TRUE
|>
) ::plot_tima()
cascade# cascade::prepare_tima_annotations(
# annotations = list(
# "yourExperiment1"="PathToYourTimaOutput1",
# "yourExperiment2"="PathToYourTimaOutput2"
# )
# ) |>
# cascade::plot_tima()
4 Visualizing raw TIMA results
This vignette describes additional helper functions to visualize TIMA results.
Visualization
To check the full results:
$histogram plots
$treemap plots
$sunburst plots
To compare annotated and predicted classes:
list(
::prepare_tima_annotations(
cascadeshow_example = TRUE
),::prepare_tima_annotations(
cascadeshow_example = TRUE,
predicted_classes = TRUE
)|>
) ::bind_rows() |>
tidytablelist() |>
::plot_tima() |>
cascade::pluck("histogram") purrr
To compare different filtering thresholds:
list(
::prepare_tima_annotations(
cascadeshow_example = TRUE
), ::prepare_tima_annotations(
cascadeshow_example = TRUE,
min_score_biological = 0.2,
min_score_final = 0.4
),::prepare_tima_annotations(
cascadeshow_example = TRUE,
min_score_initial = 0.2,
min_score_biological = 0.2,
min_score_chemical = 0.2,
min_score_final = 0.4,
min_matched_peaks_absolute = 6L,
min_matched_peaks_percentage = 0.5,
min_peaks = 10L
)|>
) ::bind_rows() |>
tidytablelist() |>
::plot_tima() |>
cascade::pluck("histogram") purrr
We hope you enjoyed using CASCADE and are pleased to hear from you!
For any remark or suggestion, please fill an issue or feel free to contact us directly.
Citation
BibTeX citation:
@online{rutz2025,
author = {Rutz, Adriano},
title = {4 {Visualizing} Raw {TIMA} Results},
date = {2025-07-09},
url = {https://adafede.github.io/cascade/vignettes/articles/IV-tima.html},
langid = {en}
}
For attribution, please cite this work as:
Rutz, Adriano. 2025. “4 Visualizing Raw TIMA Results.” July
9, 2025. https://adafede.github.io/cascade/vignettes/articles/IV-tima.html.