knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)

The dragon (Deep-time Redox Analysis of the Geobiology Ontology Network) library provides a Shiny Application [@shiny] for examining mineral-chemistry networks over deep time on Earth, with a specific application of investigating biologically-relevant evolution of element redox states as recorded in the mineral record. These networks are built using open-source data from the Mineral Evolution Database [@med]. dragon uses the igraph [@igraph] and visNetwork [@visnetwork] libraries to construct user-friendly interactive networks that can be manipulated and explored in the browser and exported as publication-ready figures.

Citing dragon

If you use dragon, please cite the following publications:

Or, in LaTeX:

# dragon
@article{  ,
  author  = {Spielman, Stephanie J. and Moore, Eli K.},   
  title   = {dragon: A New Tool for Exploring Redox Evolution Preserved in the Mineral Record},      
    journal = {Frontiers in Earth Science},      
    volume  = {8},    
    pages   = {414},
    year    = {2020},
    url     = {https://doi.org/10.3389/feart.2020.585087}
}

# MED 
@inproceedings{ ,
    location = {Phoenix, Arizona},
    title = {Mineral Evolution Database: Data-Driven Age Assignment, How Does a Mineral Get an Age?},
    url = {https://doi.org/10.1130/abs/2019AM-334056},
    booktitle = {{GSA} Annual Meeting},
    year = 2019,
    author = {Golden, Joshua J. and Downs, Robert T. and Hazen, Robert M. and Pires, Alexander J. and Ralph, Jolyon}
}

Obtaining dragon

dragon can be used freely online. Please visit the dragon github page at https://github.com/sjspielman/dragon, which will contain the current link to the free online dragon server without any download.

Alternatively, the current release of dragon can be installed from CRAN, or the bleeding edge development version can be installed using the remotes library:

## Install from CRAN:
install.packages("dragon")

## Install from github (current release)
#install.packages("remotes")
remotes::install_github("sjspielman/dragon")


## Install from github for _experimental and unguaranteed_ features:
#install.packages("remotes")
remotes::install_github("sjspielman/dragon", ref = "dev")

To run dragon locally on your computer after installing the package, simply load the library and issue either command, run_dragon() or run_app():

## Launch application
library(dragon)
run_dragon() ## run_app() also works!

Building your network

By default dragon will used a cached and pre-processed version of the MED data. Upon launch, you will be greeted with a prompt indicating the status of the MED data used, with an option to update to the most recent MED data if the cache is out of date. If you elect to update the data, please be patient!! The download will take several minutes or more depending on your internet connection.

Once you acknowledge the prompt, you can proceed to build your network using the sidebar panel. Options and specifications for network construction are described below:

Network construction specifications

These input options are used to specify which elements and minerals will be included in the constructed network. Once you have set these options, click the "Initialize Network" button. When clicked, dragon will build and display your network (unless you turned the display off per settings below). You can change your network settings at any time, including changing the focal elements, without having to click this button again during a given dragon session.

Network styling specifications

dragon contains extremely flexibility functionality for styling your network to your liking, as follows. You can change these settings at any time while using dragon, and the updated settings will be automatically applied to your network.

Network layout and clustering options

This menu item allows you to specifiy network layout and clustering algorithms, as follows:

Node colors

Here you can select color schemes for element and mineral nodes (Color elements/minerals based on:"). Most simply, you can choose a single color for all nodes of a given group, or you can choose a data attribute according to which nodes of a given group will be colored. When an attribute is selected ("Color elements/minerals based on:"), you will have the choice of several colorblind-friendly palettes offered by the RColorBrewer package [@brewer].

When coloring nodes by an attribute, it is possible that some nodes will not have an associated attribute value, i.e. there may be some "NAs." The field Color to use for missing for unknown values can be used to select how nodes with missing information will be colored. Notably, this selected color will also be used for any NAs associated with "Edge Colors" (keep reading!).

Alternatively, you can choose to turn on the option Color all nodes by community cluster, which will override any element- or mineral-specific color scheme specified. All nodes will be colored according to their community cluster, using a colorblind-friendly palette of your choosing. The option to choose a community cluster palette will appear if this option is turned on.

Color individual elements

dragon can also apply specific colors to a set of element nodes of interest, on top of any color scheme specified under "Node Colors." First, you can turn on the option Highlight focal element(s) to specifically color your network's focal element(s) by a chosen color. Second, you can highlight any set of elements you would like to emphasize using the dropdown menu Highlight a set of elements and choosing an associated color.

Node Sizes

Similar to node colors, you can either select a single size for element and mineral nodes each, or you can set the size for each node type according to a given attribute. All size settings can be scaled up or down using the associated slider. Unlike the node colors where some attributes may have missing data, however, it is guaranteed that no attributes used for node sizing have any NAs.

Further, note that one of the sizing options for elements is "Number of known element localities." This quantity is based strictly on the number of localities where the element's associated minerals have been found in the specified network.

Node Shapes

Here, you can change the shape for element and mineral nodes. In particular, you can also disable the shape for element nodes and select the "Text only (no shape)" option. When this is selected, element node color and size will still be based on the specifications under "Node Colors", "Color Individual Elements", and "Node Sizes." Do not use the "Element font color" (keep reading!) to style text-only element nodes.

Node Labels and Font

Here, you can modify element node label color, as well as mineral node label color and font size. Due to specific details of how the visNetwork library handles element nodes, the element node size itself controls the element font size. Therefore, to resize element labels, please resize element nodes. Note further that the "Element font color" should only be used when element nodes have either a circle or square shape; it will have no effect when the element shape is text only.

By default, mineral node names are hidden as they are usually very long and contribute mostly visual noise. However, you can show mineral node names (and select the font color!) using the widgets "Mineral font color" and "Mineral font size". Unlike element nodes, the font color and size for mineral nodes is independent of the shape's size.

Edge attributes

Under thus menu item, you can set the edge color scheme as well as edge thickness. The edge color scheme specification is similar to that for node colors: You can either select a single color for all edges, or color edges according to a given attribute with a colorblind-friendly palette. Again, if an attribute is selected, some edges may have missing information. Please use the "Color to use for missing for unknown values" widget under the "Node Colors" menu item to specify the NA color to use.

Network Interaction Options

The final sidebar menu item controls how you interact with the network by allowing you to change the default visNetwork settings. None of these options will effect the network contents or styling.

Exporting your network

Below the interactive network are several buttons to export the network and its associated metadata:

Finally, you can export the network image itself. On one hand, it is possible to directly right-click on the interactive network and click "Save Image As." This will save the network image exactly as it appears within dragon. Unfortunately, there are known limitations with visNetwork (itself a wrapper for the vis.js Javascript library) that prevent high-resolution image export. We therefore offer a separate approach for exporting the network image: We convert the visNetwork-formatted network display styled in the browser into a fully styled igraph object, which can be exported and visualized at high resolution. To use this approach...

Analyzing the minerals in your network

Under the tab "Analyze Network Minerals," dragon will construct simple linear regressions to analyze the relationships among mineral properties in the network you have built. Note that this tab is also responsive to the inputs in the sidebar panel. If you change the network fundamentals (e.g. focal elements or age range), the analysis will change as well.

To perform a linear regression, specify a predictor (aka "explanatory" or "independent") variable and a response (aka "dependent") variable. The modeling results will be reported on the right side of the screen. If you select "Community cluster" as the predictor variable, a Tukey test will also be performed to perform pairwise comparisons of all clusters considered, so you will see two tables of results. A visualization of your model will appear below the table(s), and you can use style the plot according to various options that appear left of the visualization. You can also export this image using the "Download Plot" button.

There are several caveats to be aware of when conducting analyses in this tab:



References



spielmanlab/dragon documentation built on Nov. 15, 2023, 3:04 a.m.