naivede-modern
naivede-modern is a maintained fork of the original
NaiveDE project. It keeps the public
NaiveDE import package and numerical API while providing current packaging,
complete runtime dependency metadata, and support for Python 3.11 through
3.14. The original authors and MIT license are preserved.
Install the maintained distribution with:
pip install naivede-modern
This package implements the simplest form of a Differential Expression test. It just fits two linear models, assuming Normally distributed residuals, to each gene. These are assumed to be nested, and a likelihood ratio test is then performed to compare the models.
The test might have low power and give noisy results, but it shouldn't be biased. With many (i.e. hundreds of) samples it should work all right.
This can serve as a baseline comparison with more sophisticated tests.
The optional cell-type classification helpers require scikit-learn:
pip install "naivede-modern[cell-types]"
Faux fold changes
The package also has methods for creating input fold-change controlled fake conditions in data using ERCC spike-ins. This performs systematic renaming of spike-ins in randomized conditions. To avoid creating unrealistic levels of fold change, input concentration is used to limit possible renaming.
This assumes expression measures used are comparable between different sequences. Thus these should optimally account for length and other sequence features before creating faux fold changes.
Maintenance scope
This repository contains only the maintained Python distribution. The original analysis notebook remains available in the upstream repository; it is not a runtime dependency and is intentionally excluded here.
Attribution and license
NaiveDE was created by Valentine Svensson. This maintained fork preserves the
original MIT license and records its upstream base in NOTICE.md.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file naivede_modern-1.3.1.post1.tar.gz.
File metadata
- Download URL: naivede_modern-1.3.1.post1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb13ad6c88ad7a597739370abe1715e5b16d28e2cbde1773d4d5b2fac80ce3c7
|
|
| MD5 |
23387e9a2340c24de4fe6d0ecb57df13
|
|
| BLAKE2b-256 |
4aed48c3e4e049553450656b938debfb8756680d7d724c33da6779f09e67b2d4
|
File details
Details for the file naivede_modern-1.3.1.post1-py3-none-any.whl.
File metadata
- Download URL: naivede_modern-1.3.1.post1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af1b560ae8245e970cfa0c8050499ca3c5815378bc1f1f045a4bea33ea6117ce
|
|
| MD5 |
c36ac6fbac01825c35779032a8107447
|
|
| BLAKE2b-256 |
8e3b7922e5c83b10947b2cbf35b695e690dabaee4345c85bf14bf60c67bf6c35
|