NetCoMi 1.1.0

New features

Bug fixes

Further changes

Style

library(knitr)


oldnames <- c(
  "boottest",
  "calc_association",
  "calc_diff_props",
  "calc_jaccard",
  "calc_props",
  "diff_connect_pairs",
  "diff_connect_variables",
  "diff_connect_network",
  "filter_edges",
  "filter_nodes",
  "filter_samples",
  "filter_taxa",
  "first_unequal_element",
  "get_clust_cols",
  "get_node_size",
  "get_perm_group_mat",
  "get_vec_names",
  "norm_counts",
  "permtest_diff_asso",
  "scale_diss",
  "sparsify",
  "trans_to_diss",
  "trans_to_sim",
  "trans_to_adja",
  "zero_treat"
)

newnames <- c(
  ".boottest",
  ".calcAssociation",
  ".calcDiffProps",
  ".calcJaccard",
  ".calcProps",
  ".diffConnectPairs",
  ".diffConnectVariables",
  ".diffConnectNetwork",
  ".filterEdges",
  ".filterNodes",
  ".filterSamples",
  ".filterTaxa",
  ".firstUnequalElement",
  ".getClustCols",
  ".getNodeSize",
  ".getPermGroupMat",
  ".getVecNames",
  ".normCounts",
  ".permTestDiffAsso",
  ".scaleDiss",
  ".sparsify",
  ".transToDiss",
  ".transToSim",
  ".transToAdja",
  ".zeroTreat"
)

namemat <- cbind(oldnames, newnames)
colnames(namemat) <- c("Old names", "New names")
kable(namemat)

NetCoMi 1.0.3

This is a minor release with some bug fixes and changes in the documentation.

Bug fixes

NetCoMi 1.0.2

This release includes a range of new features and fixes known bugs and issues.

New features

Improved installation process

Packages that are optionally required in certain settings are not installed together with NetCoMi anymore. Instead, there is a new function installNetCoMiPacks() for installing the remaining packages. If not installed via installNetCoMiPacks(), the required package is installed by the respective NetCoMi function when needed.

installNetCoMiPacks()

New function for installing the R packages used in NetCoMi not listed as dependencies or imports in NetCoMi's description file.

netConstruct()

netAnalyze()

summary.microNetProps()

plot.microNetProps()

netCompare()

createAssoPerm()

New function for creating association/dissimilarity matrices for permuted count data. The stored count or association/dissimilarity matrices can then be passed to netCompare() or diffnet() to decrease runtime. The function also allows to generate a matrix permuted group labels without computing associations. Using this matrix, createAssoPerm() furthermore allows to estimate the permutation associations/dissimilarities in blocks (by passing only a subset of the permuted group matrix to createAssoPerm()).

summary.microNetComp()

Summary method has been adapted to the new network properties (analogous to the summary of microNetProps objects, which are returned from netAnalyze())

diffnet()

plot.diffnet()

colToTransp()

Bug fixes

The major issues fixed in this release are:



stefpeschel/NetCoMi documentation built on Feb. 4, 2024, 8:20 a.m.