Giter VIP home page Giter VIP logo

edge-filtering's People

Contributors

dependabot[bot] avatar jzehr avatar stevenweaver avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

lgtm-migrator

edge-filtering's Issues

Write python script that generates input for HyPhy script

Writing the tree_matrix by hand is too cumbersome. It would be nice to have the matrix be generated from within the batch file itself, or write a python script to do it.

 *tree_matrix = {
 *    {1,-1,internal_length,tip_length}
 *    {2,1,internal_length,tip_length}
 *    {3,2,internal_length,tip_length}
 *    {4,3,internal_length,tip_length}
 *    {5,4,internal_length,tip_length}
 *    {6,5,internal_length,tip_length}
 *    {7,6,internal_length,tip_length}
 *    {8,7,internal_length,tip_length}
 *};
 *
 *Each ROW of the matrix defines a sequence to be generated. Columns are as follows
 *
 *[0] : node ID (unique numeric)
 *[1] : the source node for this node (if -1, this is the root)
 *[2] : the edge length between the parent and this node
 *[3] : the amount of within-host evolution that is accrued before the sequence is sampled.

Identify large network simulation

  • Off-topic, but I found this paper describing the measure of social connectedness using geospatial information. Adapting it for use with a site-level metric could help public health administrators better characterize their districts' behaviors.

output

Currently there is no "data output folder" where the data will be placed after running through the pipeline, we might want to change that.

GCC and LCC

Re-add the functionality of GCC and LCC calculator on the GUI and also add it as a command line argument.

Write a Snakemake pipeline for simulating data

Having a Snakemake pipeline that:

  1. Runs SimulateSequence.bf
  2. Feeds output from SimulateSequence.bf into hivtrace for analysis

would be helpful.

We can later grow this script to include FAVITES

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.