Git Product home page Git Product logo

construct's Introduction

conStruct (continuous Structure) ReadMe

This repo contains the code for the method conStruct - a statistical tool for modeling continuous and discrete population genetic structure.

The manuscript, data files, and analysis scripts associated with the publication "Inferring Continuous and Discrete Population Genetic Structure Across Space," have been moved, and can be accessed at the links below:

Installation

Latest release

To install the most recent release of the conStruct R package:

install.packages("conStruct")

Upon installation, the conStruct models will be compiled, which may spit lots of text, and possibly some warnings, to your screen. This is totally normal, and you should only be concerned if you get errors and the installation fails.

Development version

To install the development version from github:

	library(devtools)
	install_github("gbradburd/conStruct",build_vignettes=TRUE)

Note that Windows users may have to download Rtools as a standalone executable before trying to install the conStruct R package.

Getting Started

A complete manual for all documented functions is available here.

In addition, there are four vignettes included in the package that walk through various steps in the analysis pipeline in detail. You can find them using:

# formatting data
	vignette(topic="format-data",package="conStruct")

# how to run a conStruct analysis
	vignette(topic="run-conStruct",package="conStruct")

# how to visualize the output of a conStruct model
	vignette(topic="visualize-results",package="conStruct")

# how to compare and select between different conStruct models
	vignette(topic="model-comparison",package="conStruct")

There is also an example data file included in the package, which you can load using the command:

	data(conStruct.data)

Contact

After referring to the manual and vignettes, please direct all queries to bradburd (at) msu.edu, or post as issues on the git repo.

construct's People

Contributors

gbradburd avatar cooplab avatar grillino avatar petrelharp avatar

Watchers

James Cloos 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.