NEW FEATURES
- Added a
NEWS.md
file to track changes to the package.
NEW FEATURES
- Added a correction for overclustering in
calculate_H()
that penalizes protein domains in multiple orthogroups. - Updated vignette to provide a detailed explanation of how homogeneity scores are calculated.
NEW FEATURES
- Added option to scale scores by the maximum value
BUG FIXES
- Variable Duplications_50 of the
duplications
data frame was not matching variable Dups of thestats
data frame in the output ofread_orthofinder_stats()
NEW FEATURES
- Replaced dispersal formula with a more meaningful and interpretable one.
- Added a max_size param to
plot_og_sizes()
to ignore OGs larger than a specific size.
CHANGES
- Synteny assessment formula now also considers scale-free topology fit.
BUG FIXES
- Reference-based orthogroup inference does not require the exact same set of species anymore.
CHANGES
- Added functions to explore assembly and annotation statistics in a context:
assembly and annotation stats for NCBI genomes can be extracted through the
Datasets API and compared with user-defined values. New functions:
get_genome_stats()
,compare_genome_stats()
, andplot_genome_stats()
.