Coder Social home page Coder Social logo

gptwosample's Introduction

Package for using GPTwoSample 
=============================

This module allows the user to compare two timelines with respect to
diffferential expression.

It compares two timeseries against each other, depicting whether these
two timeseries were more likely drawn from the same function, or from
different ones. This prediction is defined by which covariance
function :py:class:`pygp.covar` you use.

To use gptwosample without installing: $ python gptwosample --help

To install gptwosample run: $ easy_install gptwosample or run:: $
python setup.py install from gptwosample directory if you downloaded
the source.  This will install a script gptwosample into your python
bin. In some cases this bin is not in $PATH and must be included
extra.

Try printing the full help of the script using:: gptwosample --help
 restart your unix shell if it is not yet registered.

To run optional package tests before installing run: python setup test

After installation you can use GPTwoSample with all it's features.
See doc/index.html for the documentation in your site-packages folder,
see www.python.org for further details.

Examples: Please see 'ready-to-use' example scripts in
./gptwosample/examples. (In your python site-packages folder, see
www.python.org for further details)

Example run: $ exdir=gptwosample/examples/ $ gptwosample -vtpo toy
$exdir/ToyCondition1.csv $exdir/ToyCondition2.csv

To see for example GPTimeShift example, run

sh gptimeshift_example.sh

The Output will be saved in gptimeshift_example/ with plots and
results.csv. If you don't have sh, you can still run the script by
modifying the scripts via "chmod -x gptimeshift_example.sh" and then
run it by "./gptimeshift_example.sh"

Make sure to run "python ./examples/generateToyExampleFiles.py" to
generate toy data for examples, if they are not present.

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.