Coder Social home page Coder Social logo

images's Introduction

IMaGES

This is the repository for the R implementation of the IMaGES algorithm. This project was overseen by Professor Stephen Jose Hanson of the Rutgers University Brain Imaging Center. The repository started as a fork of pcalg and is now a standalone product. The additional code and changes were written/made by Noah Frazier-Logue.

This algoritm elaborates on the GES algorithm by using a global score across the supplied datasets and operating over the datasets concurrently to determine the representative graph(s) with the best goodness of fit.

NOTE: This software is in beta! If you come across any issues while using this package or have any suggestions for improvement, submit a pull request.

Installation

To install from this repository, simply run these commands in an R shell:

> library(devtools)
> install_github("noahfl/IMaGES")

TODO: Add stuff about CRAN when that becomes relevant.

Usage

#matrices should be a list of >= 1 datasets with an optional header
matrices <- list(matrix1, matrix2,...)

im.results <- new("IMaGES", matrices=matrices, penalty=3, num.markovs=5)

#plot individual graph, in this case the global graph
plotIMGraph(im.results$results$.global)

#plot Markov Equivalence Class (size specified by num.markovs)
plotMarkovs(im.results)

#plot global graph with SEM data, and all individual datasets' SEM data
#imposed on the global graph
plotAll(im.results)

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.