The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
cluster_result objects saved with an earlier version
should be recomputed from the input enrichment tables rather than
re-plotted. The bundled example object has been regenerated.linkage_method = "single" and
linkage_method = "complete" now apply single and complete
linkage respectively; earlier versions had the two exchanged.linkage_method = "ward" now implements Ward’s
minimum-variance criterion; earlier versions used average linkage for
this option.distance_metric = "jaccard" now returns the Jaccard
index, |A intersect B| / |A union B|.david_cluster() now repeats its merge stage until no
pair of final clusters exceeds the multiple-linkage threshold.cluster() and runRichCluster(),
negative kappa values are set to 0, so kappa similarity lies on a [0, 1]
scale. This non-negative similarity is a deliberate choice for
clustering and differs from an unmodified Cohen’s kappa.
david_cluster() uses unmodified kappa, as the DAVID
algorithm does.cluster() now selects terms on the adjusted p-value by
default, matching its documentation. The new filter_on
argument selects the column ("Padj" or
"Pvalue").distance_cutoff and linkage_cutoff are
strict thresholds throughout: a score must exceed the cutoff to link or
merge.merge_enrichment_results() orders its rows
independently of the locale.full_network() no longer includes self-loops, and
cluster_hmap() now produces unique row labels.term_hmap() now returns a plotly object drawn by
heatmaply, like cluster_hmap(), and the iheatmapr
dependency has been removed.distance_metric = "dice" adds the Dice
coefficient.cluster() and runRichCluster() gain
gene_delim, the separator used to split gene lists (default
",").cluster(), david_cluster() and
runRichCluster() gain verbose (default
FALSE); progress output is silent unless
verbose = TRUE.richCluster_filter_on_fallback,
richCluster_colname_collision,
richCluster_duplicate_terms and
richCluster_missing_geneid.merge_enrichment_results() adds a
DatasetCount column and warns when an input dataset repeats
a Term value.david_cluster() validates its parameters, and an input
too large for the similarity matrix (above about 46,000 terms) stops
early with an informative error.remotes::install_version("richCluster", "1.0.2"). Use 2.0.0
for new analyses.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.