Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Introduction to R01:11

Introduction to R

1.1K
R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
1.1K
Protein Networks02:26

Protein Networks

2.4K
2.4K
Interpreting R Charts01:22

Interpreting R Charts

120
R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
120
Classification of Bones01:18

Classification of Bones

7.5K
The bones of the human skeletal system are of varied shapes, sizes, and functions. They can be classified based on their shape and function into four major classes: long bones, short bones, flat bones, and irregular bones. Some classifications include a fifth type, the sesamoid bones, as a separate class, whereas others categorize them under short bones.
Long and Short Bones
The appendicular skeleton, particularly the upper and lower limbs, is primarily made of long and short bones. The...
7.5K
Spinal Cord: Cross-sectional Anatomy01:16

Spinal Cord: Cross-sectional Anatomy

2.5K
The cross-sectional anatomy of the spinal cord offers a detailed view of its complex structure and function within the central nervous system. At the core of the spinal cord lies the gray matter, characterized by its butterfly or "H"-shaped appearance in cross-section. This central region is enveloped by white matter, with the overall structure divided into symmetrical halves by the dorsal median sulcus and the ventral median fissure.
Gray Matter and its Components
Central to the gray matter is...
2.5K
Carbon Skeletons01:12

Carbon Skeletons

110.7K
Life on Earth is carbon-based, as all macromolecules that make up living organisms contain carbon atoms. All organic compounds have a carbon backbone. Each carbon atom is tetravalent and can bond with four other atoms, making it an extraordinarily flexible component of biological molecules. Because carbon’s valence electrons are stable, it rarely becomes an ion. As the carbon chain increases in length, structural modifications such as ring structures, double bonds, and branching side...
110.7K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Backbone 3.0: An R package for extracting network backbones.

PloS one·2026
Same author

Prevalence and predictors of childfree people in developing countries.

PloS one·2025
Same author

Recommendations for sharing network data and materials.

Network science (Cambridge University Press)·2025
Same author

How strong is strong? The challenge of interpreting network edge weights.

PloS one·2024
Same author

Understanding the developmental transition between parallel and social play during preschool: A multiplex social network analysis.

Developmental psychology·2024
Same author

Illustrating the importance of edge constraints in backbones of bipartite projections.

PloS one·2024
Same journal

Invaders taking over-Mollusc faunal change in volcanic barrier lakes of the Albertine Rift biodiversity hotspot.

PloS one·2026
Same journal

AI-driven molecular diversification and ligand-based optimization of macitentan derivatives targeting VEGFR1 and endothelin signaling pathways.

PloS one·2026
Same journal

Performance patterns and records in the world aquatics masters championships: Where do the most frequently represented nations among the top-ten masters swimmers come from?

PloS one·2026
Same journal

Modeling diurnal Temperature-Rainfall relationships under multicollinearity using PLS-SEM: A case study of Ghana.

PloS one·2026
Same journal

Organizational culture, social capital, and emergency capacity in primary healthcare institutions: A cross-sectional structural equation modeling study comparing ordinary and older communities.

PloS one·2026
Same journal

Impact of kidney function on the metabolome in the general population.

PloS one·2026
See all related articles

Related Experiment Video

Updated: Sep 21, 2025

Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

820

backbone: An R package to extract network backbones.

Zachary P Neal1

  • 1Psychology Department, Michigan State University, East Lansing, MI, United States of America.

Plos One
|May 31, 2022
PubMed
Summary
This summary is machine-generated.

This study expands the R backbone package to extract simplified network backbones from various network types. The enhanced package aids in identifying essential connections within complex systems for better analysis.

More Related Videos

Heuristic Mining of Hierarchical Genotypes and Accessory Genome Loci in Bacterial Populations
08:03

Heuristic Mining of Hierarchical Genotypes and Accessory Genome Loci in Bacterial Populations

Published on: December 7, 2021

2.4K
Global and Current Research Trends of Single-Cell Sequencing in Cancer: A Bibliometric and Visualization Study
07:50

Global and Current Research Trends of Single-Cell Sequencing in Cancer: A Bibliometric and Visualization Study

Published on: April 18, 2025

421

Related Experiment Videos

Last Updated: Sep 21, 2025

Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

820
Heuristic Mining of Hierarchical Genotypes and Accessory Genome Loci in Bacterial Populations
08:03

Heuristic Mining of Hierarchical Genotypes and Accessory Genome Loci in Bacterial Populations

Published on: December 7, 2021

2.4K
Global and Current Research Trends of Single-Cell Sequencing in Cancer: A Bibliometric and Visualization Study
07:50

Global and Current Research Trends of Single-Cell Sequencing in Cancer: A Bibliometric and Visualization Study

Published on: April 18, 2025

421

Area of Science:

  • Network Science
  • Computational Social Science
  • Data Analysis

Background:

  • Networks are crucial for modeling complex systems across diverse fields.
  • Simplifying networks to their essential components (backbones) aids analysis.
  • Existing tools may not cover the full spectrum of network types.

Purpose of the Study:

  • To introduce an expanded R package for network backbone extraction.
  • To provide methods for weighted, weighted bipartite, and unweighted networks.
  • To demonstrate statistical inference issues in backbone extraction.

Main Methods:

  • The study presents an enhanced version of the R backbone package.
  • Methods are demonstrated using small toy and large empirical network examples.
  • Code is provided for replicability across transportation, political, and social networks.

Main Results:

  • The expanded package successfully extracts backbones from weighted, weighted bipartite, and unweighted networks.
  • Demonstrations cover diverse network types and include statistical inference considerations.
  • The package facilitates the identification of key network structures.

Conclusions:

  • The enhanced R backbone package offers versatile tools for network simplification.
  • The findings have implications for statistical inference in network analysis.
  • Future research directions in network backbone extraction are outlined.