- `analys.visuz.cluster.biplot` function updated to create the biplot where variables are more than observations
1.0.9
- `analys.visuz.marker.mhat` function updated to handle the Fst values for Manhattan plot - Boolean `log-scale` parameter added for choice of minus log10 conversion of <i>p</i> values - New marker dataset with Fst values added. This dataset is provided by the Vincent Appiah, which is downloaded from the Pf3K Project (pilot data release 5). This dataset can be accessed using `analys.get_data('fst').data`.
1.0.8
- Function for regression metrics added (`bioinfokit.analys.stat.reg_metric`) - It calculates Root Mean Square Error (RMSE), Mean squared error (MSE), Mean absolute error (MAE), and Mean absolute percent error (MAPE) from regression fit
1.0.7
- Plant species richness dataset added for regression analysis
1.0.6
- Individual log fold change and p value cutoff added for volcano and inverted volcano plot (`bioinfokit.visuz.gene_exp.volcano` and `bioinfokit.visuz.gene_exp.involcano`)