https://github.com/biocore/dsfdr
descrete False Discovery Rate method
https://github.com/biocore/dsfdr
microbiome statistics
Last synced: 12 months ago
JSON representation
descrete False Discovery Rate method
- Host: GitHub
- URL: https://github.com/biocore/dsfdr
- Owner: biocore
- Created: 2017-03-21T21:48:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T08:11:04.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T07:51:10.301Z (about 1 year ago)
- Topics: microbiome, statistics
- Language: Python
- Size: 36.7 MB
- Stars: 3
- Watchers: 7
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscreteFDR
[](https://travis-ci.org/biocore/dsFDR)
Discrete FDR procedure for microbiome data analysis
Install
=======
Create a [conda](http://conda.pydata.org/docs/install/quick.html) environment for calour:
```
conda create -n dsfdr python=3.5 numpy scipy jupyter scikit-learn scikit-bio statsmodels
```
and activate it using:
```
source activate dsfdr
```
Install dsfdr:
```
pip install git+git://github.com/biocore/dsFDR.git