Giter Site home page Giter Site logo

cbgen's Introduction

limix

Travis AppVeyor Documentation Forum

Genomic analyses require flexible models that can be adapted to the needs of the user.

Limix is a flexible and efficient linear mixed model library with interfaces to Python. It includes methods for

  • Single-variant association and interaction testing
  • Variance decompostion analysis with linear mixed models
  • Association and interaction set tests
  • Different utils for statistical analysis, basic i/o, and plotting.

We have an extensive documentation of the library. If you need further help or want to discuss anything related to limix, please, join our forum ๐Ÿ’ฌ and have a chat with us ๐Ÿ˜ƒ. In case you have found a bug, please, report it creating an issue.

Install

NOTE: We will be maintaining limix 2.0.x for a while, in case you find some missing feature in limix 3.0.x. If that is the case, please, type pip install "limix <3,>=2" in your terminal.

Installation is easy and works on macOS, Linux, and Windows:

pip install limix

If you already have Limix but want to upgrade it to the latest version:

pip install limix --upgrade

Interactive tutorials

Running tests

After installation, you can test it

python -c "import limix; limix.test()"

as long as you have pytest.

Authors

License

This project is licensed under the Apache License License.

cbgen's People

Contributors

horta avatar tomwhite avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

cbgen's Issues

Add __del__ method to bgen_file

Adding a del method to bgen_file would allow
del cbgen1
to close the file (currently 'with' and '.close()' work, but not del.

pip install on windows complains of missing bgen.dll and python3.dll

I pip installed on a windows machine.
When I tried pytest, it complained:

ImportError while loading conftest 'C:\Users\Carl\AppData\Roaming\Python\Python37\site-packages\cbgen\conftest.py'.
__init__.py:4: in <module>
    from ._bgen_file import bgen_file
_bgen_file.py:11: in <module>
    from ._ffi import ffi, lib
E   ImportError: DLL load failed: The specified module could not be found.

I used https://github.com/lucasg/Dependencies to try to get details of what DLL's couldn't be found. When I loaded _ffi.pyd, the tool reported bgen.dll and python3.dll were missing.

BGEN_CACHE_HOME needs documentation

The BGEN_CACHE_HOME environment variable isn't documented, but is important for folks who need to direct sample files to larger or faster hard drives.

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.