Bioinformatics data analysis and visualization toolkit
v0.5
v0.5 has the following updates and changes
- Linear regression analysis added in
analys.statclass volcano,involcano,maandheatmapfunctions moved to newvisuz.gen_expclass- In
volcano, parameters for new box type labeling and threshold grid lines added corr_matupdated for new colormaps and moved to stat class- To visualize the graph in the console itself (e.g. Jupyter notebook), show parameter added
- Pandas dataframe input added for
volcano,involcano,corr_mat,ma,ttsam, andchisq ttsamandchisqmoved toanalys.statclass- graph control parameters added for
volcano,involcano,ma, andheatmap - documentation can also be accessed at https://reneshbedre.github.io/blog/howtoinstall.html
helpwill be deprecated in a future release- fixed the NumPy bug in
visuz.stat.bardot. Theintcast added to generate the number of samples, which does not accept
float (See details of NumPy bug: numpy/numpy#15345)