Skip to content

Genomica v2.0.1

Latest

Choose a tag to compare

@sgalg sgalg released this 23 Dec 15:11
· 25 commits to main since this release

The version 2.0.1 of Genomica has been released
Major updates:

  1. Genomica now includes a comprehensive data frame pre-check, allowing users to easily identify potential discrepancies in the input data frames before running analyses.
  2. Linear mixed model diagnosis. A new output directory, Model_Diagnosis, provides a comprehensive analysis of the model residuals, testing for normality, heteroscedasticity and outliers.
  3. Users can now specify the significance threshold below which adjusted p-values are considered significant.
  4. Users can now specify the resolution of the figures.
  5. The argument "Already_Log10_transformed = c('NO')" is deprecated. The new argument name is "Log10_Transf" (Default = TRUE). If Log10_Transf=FALSE, the log10 (n+1) transformation of the features in the object Data will not be performed.