Giter Site home page Giter Site logo

rstringmol's Introduction

This is the R package "Rstringmol", a tool for automating the analysis of runs of the stringmol automata chemistry.

Installing Rstringmol

The Rstringmol package was built using devtools, and is hosted on github. To install the package in R, you'll need to have devtools installed first:

install.packages("devtools")

Then install Rstringmol itself:

devtools::install_github("Rstringmol",build_vignettes = T,force = T,subdir = "Rstringmol")

Vignettes

Long-form help documentation is available via R vignettes for this package. Each vignette describes how to perform the analysis described in the academic papers listed below.

To access the vignettes from within R, enter:

browseVignettes(package="Rstringmol")

..this should open a browser window with links to the following vignettes:

  • stringmol-analysis which describes the analysis for paper [1]
  • stringmol-analysis-II which describes the analysis for paper [2]

Linux-Ubuntu notes

If the devtools install fails in linux, you may need to install curl, which has to be done outside of R in a Terminal. Type the following:

sudo apt-get install libcurl4-openssl-dev

Python code and documentation

This package now has some python code which was used to generate the graphics in paper [2]. Documentation for this can be found in the docs/ sub-directory.

Papers using Rstringmol

  • [1] Hickinbotham, S., Stepney, S. and Hogeweg, P., "Nothing in evolution makes sense except in the light of parasitism: evolution of complex replication strategies", Royal Society Open Science 8 (8) 210441
  • [2] Stepney, S. and Hickinbotham, S. "On the Open-Endendness of Detecting Open-Endedness", Artificial Life Journal, In press

rstringmol's People

Contributors

howbuildingsfail avatar franticspider avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.