Learn R Programming

⚠️There's a newer version (1.2.1) of this package.Take me there.

DRAGON

The dragon (Deep time Redox Analysis of the Geobiology Ontology Network) package provides a Shiny Application for examining mineral-chemistry networks over deep time on Earth, with a specific application of investigating biologically-relevant evolution of element redox states. dragon uses igraph and visNetwork library (a terribly handy R wrapper for vis.js) to construct user-friendly interactive networks.

This package was written by Stephanie J. Spielman, Ph.D. at Rowan University for collaborative research with Eli K. Moore, Ph.D. at Rowan University and is lisenced under GPL-3.

To obtain and run dragon, you will need the remotes package:

## Install package
library(remotes)
install_github("spielmanlab/dragon")

## Launch application
library(dragon)
rundragon()

Alternatively, dragon is freely hosted at https://sjspielman.shinyapps.io/dragon/.

Additional documentation for dragon use is forthcoming.

Copy Link

Version

Install

install.packages('dragon')

Monthly Downloads

149

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Stephanie J. Spielman

Last Published

May 8th, 2019

Functions in dragon (0.1.0)

rundragon

Run the dragon Shiny application locally