Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

swo/pytexmex

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to pytexmex, a Python 3 implementation of R package texmexseq

Treatment Effect eXplorer for Microbial Ecology eXperiments (texmex) is designed to normalize OTU count data and correct for community composition changes that are common to a control and experimental unit.

Getting started

Read the documentation.

Check out the demo script under demo/, which uses the demo data in data/.

Installation

I'm not sure the package is fully functional. You can set it up in "development" mode with:

python3 setup.py develop

After that, you should be able to import pytexmex and get everything. If you want to "unlink" this development version, you can

python3 setup.py develop --uninstall

todo

  • Check the values I compute against Bulmer's values (i.e., the ones in macroecotools)
  • Clean up documentation (and this and this)
  • Write some nicer documentation intro
  • Make the package structure correct
  • Make sure the __init__.py files are correct
  • The pp_plot_data is slow because it computes so many pmf's. There's probably a good way to start approximating the values for high n.
  • Package the poilog functions into a scipy-style distribution

About

Treatment Effect eXplorer for Microbial Ecology eXperiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published