Skip to content

Releases: domenico-somma/Papillon

V 0.2.0

24 Sep 15:04
b77e3a7
Compare
Choose a tag to compare

This is the major release, essential to implement next functions
Now Pandas 0.23 required
Now you can keep the genes/isoforms selection in a variable
Add or compare two subselections
You can select either gene/isoform significant expressed for at least one condition or not significant at all.
Plot gene/isoform significant for at least one condition or not significant with continuous and dashed line.
self.read_db() deprecated
self.plot() deprecated
Add check if papillon folder is removed
Improved code (Single Responsibility Principle)

v 0.1.1, 21-01-18 -- Minor changes

22 Jan 21:26
6ee516f
Compare
Choose a tag to compare

add python 3 restriction, add the function to load directly the cuffdiff files, changed function names: self.read_db() -> self.read_folder() and self.plot() -> self.lineplot(),improved code quality (tried to follow the single responsibility principle), removed some potential bugs.

Minor changes

09 Jan 16:00
f8ad668
Compare
Choose a tag to compare

Improved code quality

Minor changes

04 Jan 23:49
933bb7d
Compare
Choose a tag to compare
Minor changes Pre-release
Pre-release

in MANIFEST.in to include more files (such as license and test_files).

Minor changes

03 Jan 11:51
42ad483
Compare
Choose a tag to compare
Minor changes Pre-release
Pre-release

Improved test coverage, now papillon.py is a module and not a package

Minor changes

19 Dec 12:07
53abf21
Compare
Choose a tag to compare
Minor changes Pre-release
Pre-release

Added docs

Initial Release

14 Dec 00:00
e80ef3c
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.0.6

Rename Papillon/papillon.py to papillon/papillon.py