Releases: apcamargo/tspex
Releases · apcamargo/tspex
0.6.2
0.6.1
0.6.0
0.5.0
- TSI is now an individualized scoring metric. This change was made to reflect the original description of this metric in Julien, Philippe, et al. (2012).
- In the tutorial, genes that are not expressed in any of the five selected tissues were removed from the analysis, improving the visualization of the results.
0.3.1
0.3.0
0.2.0
- Changed the name of the
tspex_plot
method toplot_histogram
. - Use the
constrained_layout
argument in theplot_histogram
method. - Added the
plot_heatmap
method. - Raise an error in case the user tries to create a
TissueSpecificity
object with a matrix containing negative values. - Deprecated the
to_file
method in favor of using the native pandas methods.