Skip to content

Commit

Permalink
rm her, cli.rsst
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Apr 15, 2019
1 parent 72956b1 commit e4f757c
Show file tree
Hide file tree
Showing 67 changed files with 643 additions and 115 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ clean: Makefile

livehtml:
cd .. && python setup.py develop; cd doc
sphinx-autobuild -b html -r "(.*\.(raw|bz2|hdf5|jpg|csv|gz)|_generated/.*)" $(SPHINXOPTS) . $(BUILDDIR)/html
sphinx-autobuild -b html -r "(.*\.(raw|bz2|hdf5|jpg|csv|gz)|_generated/.*|api/.*|_build/.*)" $(SPHINXOPTS) . $(BUILDDIR)/html
36 changes: 15 additions & 21 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ I/O module
==========

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.io.bgen.read
limix.io.bimbam.read_phenotype
Expand All @@ -20,7 +20,7 @@ Quality control
===============

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.qc.boxcox
limix.qc.compute_maf
Expand All @@ -38,7 +38,7 @@ Statistics
==========

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.stats.allele_expectation
limix.stats.allele_frequency
Expand All @@ -56,15 +56,23 @@ Heritability estimation
=======================

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.her.estimate

Variance decomposition
======================

.. autosummary::
:toctree: api/

limix.vardec.VarDec

Quantitative trait loci
=======================

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.qtl.scan
limix.qtl.iscan
Expand All @@ -73,7 +81,7 @@ Plotting & Graphics
===================

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.plot.box_aspect
limix.plot.ConsensusCurve
Expand All @@ -89,25 +97,11 @@ Plotting & Graphics
limix.plot.get_pyplot
limix.plot.show

Generalised Linear Mixed Models
===============================

.. autosummary::
:toctree: _generated/

limix.glmm.GLMMComposer.covariance_matrices
limix.glmm.GLMMComposer.decomp
limix.glmm.GLMMComposer.fit
limix.glmm.GLMMComposer.fixed_effects
limix.glmm.GLMMComposer.likname
limix.glmm.GLMMComposer.lml
limix.glmm.GLMMComposer.y

Shell utilities
===============

.. autosummary::
:toctree: _generated/
:toctree: api/

limix.sh.filehash
limix.sh.download
Expand Down
6 changes: 6 additions & 0 deletions doc/api/limix.her.estimate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.her.estimate
==================

.. currentmodule:: limix.her

.. autofunction:: estimate
6 changes: 6 additions & 0 deletions doc/api/limix.io.bgen.read.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.bgen.read
==================

.. currentmodule:: limix.io.bgen

.. autofunction:: read
6 changes: 6 additions & 0 deletions doc/api/limix.io.bimbam.read_phenotype.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.bimbam.read\_phenotype
===============================

.. currentmodule:: limix.io.bimbam

.. autofunction:: read_phenotype
6 changes: 6 additions & 0 deletions doc/api/limix.io.csv.read.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.csv.read
=================

.. currentmodule:: limix.io.csv

.. autofunction:: read
6 changes: 6 additions & 0 deletions doc/api/limix.io.gen.read.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.gen.read
=================

.. currentmodule:: limix.io.gen

.. autofunction:: read
6 changes: 6 additions & 0 deletions doc/api/limix.io.hdf5.read_limix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.hdf5.read\_limix
=========================

.. currentmodule:: limix.io.hdf5

.. autofunction:: read_limix
6 changes: 6 additions & 0 deletions doc/api/limix.io.npy.read.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.npy.read
=================

.. currentmodule:: limix.io.npy

.. autofunction:: read
6 changes: 6 additions & 0 deletions doc/api/limix.io.plink.read.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.io.plink.read
===================

.. currentmodule:: limix.io.plink

.. autofunction:: read
24 changes: 24 additions & 0 deletions doc/api/limix.plot.ConsensusCurve.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
limix.plot.ConsensusCurve
=========================

.. currentmodule:: limix.plot

.. autoclass:: ConsensusCurve


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~ConsensusCurve.__init__
~ConsensusCurve.add
~ConsensusCurve.consensus






6 changes: 6 additions & 0 deletions doc/api/limix.plot.box_aspect.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.box\_aspect
======================

.. currentmodule:: limix.plot

.. autofunction:: box_aspect
6 changes: 6 additions & 0 deletions doc/api/limix.plot.get_pyplot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.get\_pyplot
======================

.. currentmodule:: limix.plot

.. autofunction:: get_pyplot
6 changes: 6 additions & 0 deletions doc/api/limix.plot.image.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.image
================

.. currentmodule:: limix.plot

.. autofunction:: image
6 changes: 6 additions & 0 deletions doc/api/limix.plot.kinship.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.kinship
==================

.. currentmodule:: limix.plot

.. autofunction:: kinship
6 changes: 6 additions & 0 deletions doc/api/limix.plot.load_dataset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.load\_dataset
========================

.. currentmodule:: limix.plot

.. autofunction:: load_dataset
6 changes: 6 additions & 0 deletions doc/api/limix.plot.manhattan.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.manhattan
====================

.. currentmodule:: limix.plot

.. autofunction:: manhattan
6 changes: 6 additions & 0 deletions doc/api/limix.plot.normal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.normal
=================

.. currentmodule:: limix.plot

.. autofunction:: normal
6 changes: 6 additions & 0 deletions doc/api/limix.plot.pca.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.pca
==============

.. currentmodule:: limix.plot

.. autofunction:: pca
6 changes: 6 additions & 0 deletions doc/api/limix.plot.power.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.power
================

.. currentmodule:: limix.plot

.. autofunction:: power
6 changes: 6 additions & 0 deletions doc/api/limix.plot.qqplot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.qqplot
=================

.. currentmodule:: limix.plot

.. autofunction:: qqplot
6 changes: 6 additions & 0 deletions doc/api/limix.plot.show.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.plot.show
===============

.. currentmodule:: limix.plot

.. autofunction:: show
6 changes: 6 additions & 0 deletions doc/api/limix.qc.boxcox.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.boxcox
===============

.. currentmodule:: limix.qc

.. autofunction:: boxcox
6 changes: 6 additions & 0 deletions doc/api/limix.qc.compute_maf.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.compute\_maf
=====================

.. currentmodule:: limix.qc

.. autofunction:: compute_maf
6 changes: 6 additions & 0 deletions doc/api/limix.qc.count_missingness.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.count\_missingness
===========================

.. currentmodule:: limix.qc

.. autofunction:: count_missingness
6 changes: 6 additions & 0 deletions doc/api/limix.qc.indep_pairwise.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.indep\_pairwise
========================

.. currentmodule:: limix.qc

.. autofunction:: indep_pairwise
6 changes: 6 additions & 0 deletions doc/api/limix.qc.mean_impute.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.mean\_impute
=====================

.. currentmodule:: limix.qc

.. autofunction:: mean_impute
6 changes: 6 additions & 0 deletions doc/api/limix.qc.mean_standardize.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.mean\_standardize
==========================

.. currentmodule:: limix.qc

.. autofunction:: mean_standardize
6 changes: 6 additions & 0 deletions doc/api/limix.qc.normalise_covariance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.normalise\_covariance
==============================

.. currentmodule:: limix.qc

.. autofunction:: normalise_covariance
6 changes: 6 additions & 0 deletions doc/api/limix.qc.quantile_gaussianize.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.quantile\_gaussianize
==============================

.. currentmodule:: limix.qc

.. autofunction:: quantile_gaussianize
6 changes: 6 additions & 0 deletions doc/api/limix.qc.regress_out.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.regress\_out
=====================

.. currentmodule:: limix.qc

.. autofunction:: regress_out
6 changes: 6 additions & 0 deletions doc/api/limix.qc.remove_dependent_cols.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.remove\_dependent\_cols
================================

.. currentmodule:: limix.qc

.. autofunction:: remove_dependent_cols
6 changes: 6 additions & 0 deletions doc/api/limix.qc.unique_variants.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qc.unique\_variants
=========================

.. currentmodule:: limix.qc

.. autofunction:: unique_variants
6 changes: 6 additions & 0 deletions doc/api/limix.qtl.iscan.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qtl.iscan
===============

.. currentmodule:: limix.qtl

.. autofunction:: iscan
6 changes: 6 additions & 0 deletions doc/api/limix.qtl.scan.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.qtl.scan
==============

.. currentmodule:: limix.qtl

.. autofunction:: scan
6 changes: 6 additions & 0 deletions doc/api/limix.sh.download.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.sh.download
=================

.. currentmodule:: limix.sh

.. autofunction:: download
6 changes: 6 additions & 0 deletions doc/api/limix.sh.extract.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
limix.sh.extract
================

.. currentmodule:: limix.sh

.. autofunction:: extract

0 comments on commit e4f757c

Please sign in to comment.