LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
inmoose/__init__.py
inmoose.egg-info/PKG-INFO
inmoose.egg-info/SOURCES.txt
inmoose.egg-info/dependency_links.txt
inmoose.egg-info/requires.txt
inmoose.egg-info/top_level.txt
inmoose/common_cpp/common_cpp.pyx
inmoose/common_cpp/matrix.cpp
inmoose/common_cpp/matrix.h
inmoose/edgepy/DGEGLM.py
inmoose/edgepy/DGEList.py
inmoose/edgepy/__init__.py
inmoose/edgepy/addPriorCount.py
inmoose/edgepy/adjustedProfileLik.py
inmoose/edgepy/aveLogCPM.py
inmoose/edgepy/dispCoxReid.py
inmoose/edgepy/dispCoxReidInterpolateTagwise.py
inmoose/edgepy/estimateGLMCommonDisp.py
inmoose/edgepy/estimateGLMTagwiseDisp.py
inmoose/edgepy/glmFit.py
inmoose/edgepy/makeCompressedMatrix.py
inmoose/edgepy/maximizeInterpolant.py
inmoose/edgepy/mglmLevenberg.py
inmoose/edgepy/mglmOneGroup.py
inmoose/edgepy/mglmOneWay.py
inmoose/edgepy/movingAverageByCol.py
inmoose/edgepy/nbinomDeviance.py
inmoose/edgepy/predFC.py
inmoose/edgepy/splitIntoGroups.py
inmoose/edgepy/stats.py
inmoose/edgepy/systematicSubset.py
inmoose/edgepy/utils.py
inmoose/edgepy/validDGEList.py
inmoose/edgepy/edgepy_cpp/__init__.pxd
inmoose/edgepy/edgepy_cpp/add_prior.cpp
inmoose/edgepy/edgepy_cpp/add_prior.h
inmoose/edgepy/edgepy_cpp/add_prior_count.cpp
inmoose/edgepy/edgepy_cpp/add_prior_count.h
inmoose/edgepy/edgepy_cpp/adj_coxreid.cpp
inmoose/edgepy/edgepy_cpp/ave_log_cpm.cpp
inmoose/edgepy/edgepy_cpp/compute_apl.cpp
inmoose/edgepy/edgepy_cpp/compute_nbdev.cpp
inmoose/edgepy/edgepy_cpp/edgepy_cpp.pyx
inmoose/edgepy/edgepy_cpp/fit_levenberg.cpp
inmoose/edgepy/edgepy_cpp/fit_levenberg.h
inmoose/edgepy/edgepy_cpp/fit_one_group.cpp
inmoose/edgepy/edgepy_cpp/get_one_way_fitted.cpp
inmoose/edgepy/edgepy_cpp/glm.h
inmoose/edgepy/edgepy_cpp/glm_levenberg.cpp
inmoose/edgepy/edgepy_cpp/glm_one_group.cpp
inmoose/edgepy/edgepy_cpp/initialize_levenberg.cpp
inmoose/edgepy/edgepy_cpp/initialize_levenberg.h
inmoose/edgepy/edgepy_cpp/interpolator.cpp
inmoose/edgepy/edgepy_cpp/interpolator.h
inmoose/edgepy/edgepy_cpp/maximize_interpolant.cpp
inmoose/edgepy/edgepy_cpp/nbdev.cpp
inmoose/edgepy/edgepy_cpp/objects.cpp
inmoose/edgepy/edgepy_cpp/objects.h
inmoose/edgepy/edgepy_cpp/utils.h
inmoose/pycombat/__init__.py
inmoose/pycombat/covariates.py
inmoose/pycombat/helper_seq.py
inmoose/pycombat/pycombat_norm.py
inmoose/pycombat/pycombat_seq.py
inmoose/utils/__init__.py
inmoose/utils/factor.py
inmoose/utils/stats.py
tests/__init__.py
tests/edgepy/__init__.py
tests/edgepy/test_DGEList.py
tests/edgepy/test_aveLogCPM.py
tests/edgepy/test_compressMatrix.py
tests/edgepy/test_dispersion.py
tests/edgepy/test_glm.py
tests/edgepy/test_lik.py
tests/edgepy/test_mglm.py
tests/edgepy/test_objects.py
tests/edgepy/test_stats.py
tests/pycombat/__init__.py
tests/pycombat/test_covariates.py
tests/pycombat/test_pycombat.py
tests/pycombat/test_pycombatseq.py
tests/utils/__init__.py
tests/utils/test_factor.py