weiyi-bitw / cafr

Attractor finding algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cafr

Attractor finding algorithm


To install cafr:

install.packages("devtools")
require(devtools)
install_github("cafr", "weiyi-bitw")

A good way to start is to look at the example given in the help document for function clusterAttractors.R

?clusterAttractors

The package also contains some scripts for executing in parallel under SGE framework. You can refer to cafr/parallel/README.txt for information.

About

Attractor finding algorithm


Languages

Language:R 60.7%Language:C 39.0%Language:Shell 0.3%