Giter VIP home page Giter VIP logo

poppr's People

Contributors

grunwald avatar tabima avatar zkamvar avatar

Watchers

 avatar  avatar  avatar  avatar

poppr's Issues

Minimum Spanning Networks

Minimum spanning networks in poppr are currently implemented in bruvo.msn and poppr.msn using the igraph package. I have two requests for these networks:

  1. Detect ties in edge weights and add them to the network, creating loops.
  2. Allow the user to draw the minimum spanning networks according to the results of mlg.filter where assigned multilocus genotypes are either clustered together in the same node or highlighted in a meaningful fasion.

Pull most recent version of poppr

The most recent version of poppr has changes to how automatic testing by TravisCI is done as well as some minor improvements in the code.

Minimum Spanning Networks with single population issues

Two issues with single population minimum spanning networks from poppr.msn:

  1. showplot argument is not passed on to singlepop_msn internal function.
  2. The filtered and clone corrected distance matrix is passed, but the filtered and clone corrected genclone object is not passed.

missing OPENMP ifdef in src/msn.c

An #ifdef statement was missing in src/msn.c.

The line

#include <omp.h>

Should be

#ifdef _OPENMP
#include <omp.h>
#endif 

This will allow it to compile on systems that don't yet have openmp support (I'm looking at you, default OSX clang).

Implement methods of user-modifiable MLGs

To avoid breaking backwards compatibility, we could specify a new MLG object that would live in the @mlg slot. The slot could take the value of the mlg object OR a numeric vector. This would need to be designed in such a way that the user could either filter or split MLGs, yet still retain the initial, naive MLG definition. What do you think?

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.