Package index
-
ensemble_ggm() - Resampling-based Markov Network
-
ensemble_cgbn() - Resampling-based conditional Gaussian Bayesian Network
-
consensus_net_ggm() - Create consensus network of resampling-based Markov network
-
consensus_net_cgbn() - Create consensus network of resampling-based conditional Gaussian Bayesian network
-
resample() - Perform data resampling
-
resample_cluster() - Perform data resampling from correlated data
-
matrix_p_adjust() - Perform adjustments of p-values on a p x p matrix
-
upper_tri_to_matrix() - Reconstruct the symmetric matrix from upper triangular vector
-
gdvm_gcm() - Find graphlet degree vector (GDV) of each vertex and graphlet correlation matrix of the given network
-
signed_gdvm_gcm() - Function to count signed graphlets
-
gdv_distance() - Find the graphlet degree distance between two vertices
-
intra_gdv_distance() - Pair-wise GDV distance
-
paired_gdv_distance() - Compute Paired Graphlet Degree Vector (GDV) Distances
-
gcm_distance() - Distance between two Graphlet Correlation Matrices
-
community_detection() - Perform community detection on a network
-
remove_isolated() - Remove isolated nodes from a network
-
remove_small_community() - Remove small communities in a network
-
centrality() - Compute essential centrality of a network
-
null_ggm() - Differential connectivity nulls via permutation/bootstrap + GGM
-
permutation_diffanal() - Permutation for differential connectivity analysis
-
bootstrap_diffanal() - Bootstrap for differential connectivity analysis (pooled bootstrap)
-
diff_centrality() - Differential centrality between two observed networks
-
diff_gdv() - GDV distance-based Differential Connectivity Analysis
-
plot_cn() - Plot Consensus Network
-
model_er() - Simulate network via erdos-renyi model
-
model_pa() - Simulate network via preferential attachment model
-
model_mpa() - Simulate network via modular preferential attachment model
-
model_sbm() - Simulate network via stochastic block model
-
model_sw() - Simulate network via small world model
-
model_sim() - Simulate multivariate Gaussian data for an undirected graph model
-
sim_fam_data() - Simulate family-based correlated data
-
distinct_colors() - Distinct colors for large categorical datasets
-
normalize_range() - Normalize values between a given range
-
colorize() - Colorize numerical values
-
colorize_community() - Assign unique color to each community
-
ggempty() - An empty ggplot
-
jaccard_similarity() - Calculate the Jaccard similarity between vectors or matrices
-
capture_all() - Silently evaluate an expression while returning its value