Mondrian-package: A Simple Graphical Representation of the Relative Occurrence...

Description Author(s) See Also Examples

Description

The unique function of this package allows representing in a single graph the relative occurrence and co-occurrence of events measured in a sample.
As examples, the package was applied to describe the occurrence and co-occurrence of different species of bacterial or viral symbionts infecting arthropods at the individual level. The graphics allows determining the prevalence of each symbiont and the patterns of multiple infections (i.e. how different symbionts share or not the same individual hosts).
We named the package after the famous painter as the graphical output recalls Mondrian’s paintings.

A shiny application MondrianShiny is available to use the functionalities of the Mondrian package in an interactive way. In this application, two examples are shown. The user can also upload its own data and compute the mondrian function on it. The display output can then be saved. MondrianShiny can be run on a R session, doing shiny::runApp(system.file("MondrianShiny", package = "Mondrian")) or online at http://lbbe-shiny.univ-lyon1.fr/MondrianShiny/.

Author(s)

Aurélie Siberchicot <aurelie.siberchicot@univ-lyon1.fr>, Delphine Charif, Gabriel Terraz and Fabrice Vavre

See Also

mondrian

Examples

1
2
3
4
5
6
# About using the MondrianShiny app
# 

if(interactive()) {
  shiny::runApp(system.file("MondrianShiny", package = "Mondrian"))
}

Mondrian documentation built on July 8, 2020, 5:45 p.m.