rmangal

Retrieve and explore data from the ecological interactions database MANGAL.
https://github.com/ropensci/rmangal

Category: Biosphere
Sub Category: Biodiversity Data Access and Management

Keywords from Contributors

rmarkdown ecology geocode blog computational-ecology weather-data genome directed-graph biodiversity trade

Last synced: about 7 hours ago
JSON representation

Repository metadata

Retrieve and explore data from the ecological interactions database MANGAL

README.md

rmangal 📦 - an R Client for the Mangal database


R CMD Check
lint
codecov
Project Status: Active – The project has reached a stable, usable state and is being actively developed.
CRAN status

Context

Mangal -- a global ecological interactions database --
serializes ecological interaction matrices into nodes (e.g. taxon, individuals
or population) and interactions (i.e. edges). For each network, Mangal offers
the opportunity to store study context such as the location, sampling
environment, inventory date and informations pertaining to the original
publication. For every nodes involved in the ecological networks, Mangal
references unique taxonomic identifiers such as Encyclopedia of Life (EOL),
Catalogue of Life (COL), Global Biodiversity Information Facility (GBIF) etc.
and can extend nodes informations to individual traits.

rmangal is an R client to the Mangal database and provides various functions
to explore his content through search functions. It offers methods to retrieve
networks structured as mgNetwork or mgNetworksCollection S3 objects and
methods to convert mgNetwork to other class objects in order to analyze and
visualize networks properties: igraph,
tidygraph, and
ggraph.

Installation

So far, only the development version is available and can be installed via the remotes 📦

R> remotes::install_github("ropensci/rmangal")
R> library("rmangal")

How to use rmangal

There are seven search_*() functions to explore the content of Mangal, for
instance search_datasets():

R> mgs <- search_datasets("lagoon")
Found 2 datasets

Once this first step achieved, networks found can be retrieved with the get_collection() function.

R> mgn <- get_collection(mgs)

get_collection() returns an object mgNetwork if there is one network
returned, otherwise an object mgNetworkCollection, which is a list of
mgNetwork objects.

R> class(mgn)
[1] "mgNetworksCollection"
R> mgn
A collection of 3 networks

* Network # from data set #
* Description: Dietary matrix of the Huizache–Caimanero lagoon
* Includes 189 edges and 26 nodes
* Current taxonomic IDs coverage for nodes of this network:
  --> ITIS: 81%, BOLD: 81%, EOL: 85%, COL: 81%, GBIF: 0%, NCBI: 85%
* Published in ref # DOI:10.1016/s0272-7714(02)00410-9

* Network # from data set #
* Description: Food web of the Brackish lagoon
* Includes 27 edges and 11 nodes
* Current taxonomic IDs coverage for nodes of this network:
  --> ITIS: 45%, BOLD: 45%, EOL: 45%, COL: 45%, GBIF: 18%, NCBI: 45%
* Published in ref # DOI:NA

* Network # from data set #
* Description: Food web of the Costal lagoon
* Includes 34 edges and 13 nodes
* Current taxonomic IDs coverage for nodes of this network:
  --> ITIS: 54%, BOLD: 54%, EOL: 54%, COL: 54%, GBIF: 15%, NCBI: 54%
* Published in ref # DOI:NA

igraph and
tidygraph offer powerful features to
analyze networks and rmangal provides functions to convert mgNetwork to
igraph and tbl_graph so that the user can easily benefit from those
packages.

R> ig <- as.igraph(mgn[[1]])
R> class(ig)
[1] "igraph"
R> library(tidygraph)
R> tg <- as_tbl_graph(mgn[[1]])
R> class(tg)
[1] "tbl_graph" "igraph"

📖 Note that the vignette "Get started with
rmangal"
will guide
the reader through several examples and provide further details about rmangal features.

How to publish ecological networks

We are working on that part. The networks publication process will be
facilitated with structured objects and tests suite to maintain data integrity
and quality.Comments and suggestions are welcome, feel free to open issues.

rmangal vs rglobi

Those interested only in pairwise interactions among taxons may consider using
rglobi, an R package that provides an interface to the GloBi
infrastructure
. GloBi
provides open access to aggregated interactions from heterogeneous sources. In
contrast, Mangal gives access to the original networks and open the gate to
study ecological networks properties (i.e. connectance, degree etc.) along large
environmental gradients, which wasn't possible using the GloBi infrastructure.

Older versions

Acknowledgment

We are grateful to Noam Ross for acting as an editor during the review process. We also thank Anna Willoughby and Thomas Lin Petersen for reviewing the package. Their comments strongly contributed to improve the quality of rmangal.

Code of conduct

Please note that the rmangal project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Meta

rofooter


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 9 days ago

Total Commits: 553
Total Committers: 14
Avg Commits per committer: 39.5
Development Distribution Score (DDS): 0.541

Commits in past year: 2
Committers in past year: 1
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Steve Vissault s****t@y****r 254
Kevin Cazelles k****e@u****a 108
Gabriel Bergerongit config --global user.email gabriel.bergeron3@usherbrooke.ca g****u@g****m 83
Gabriel g****3@u****a 46
Kevin Cazelles k****z@p****m 23
Kevin Cazelles k****s@g****m 10
svissault s****t@o****m 9
Clément VIOLET 2****t 6
Gabriel g****l@D****l 5
Kevin Cazelles k****s@i****o 5
Matthew Emery me@m****a 1
rOpenSci Bot m****t@g****m 1
Maëlle Salmon m****n@y****e 1
Noam Ross n****s@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 63
Total pull requests: 37
Average time to close issues: about 2 months
Average time to close pull requests: 20 days
Total issue authors: 6
Total pull request authors: 5
Average comments per issue: 1.59
Average comments per pull request: 1.49
Merged pull request: 35
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ropensci/rmangal

Top Issue Authors

  • KevCaz (26)
  • SteveViss (25)
  • clementviolet (9)
  • gabrielbouleau (1)
  • Noa164 (1)
  • teejclark (1)

Top Pull Request Authors

  • KevCaz (20)
  • SteveViss (14)
  • maelle (1)
  • noamross (1)
  • audrey-b (1)

Top Issue Labels

  • enhancement (16)
  • bug (14)
  • new feature (6)
  • documentation (4)
  • POST enhancements (3)
  • core dev (3)
  • rOpenSci - pre-submission (2)
  • rOpenSci - review (2)
  • api related (1)
  • CRAN build (1)
  • Performance (1)
  • question (1)

Top Pull Request Labels

  • enhancement (8)
  • rOpenSci - review (2)
  • documentation (2)
  • new feature (1)

Package metadata

cran.r-project.org: rmangal

'Mangal' Client

  • Homepage: https://docs.ropensci.org/rmangal/
  • Status: removed
  • Documentation: http://cran.r-project.org/web/packages/rmangal/rmangal.pdf
  • Licenses: MIT + file LICENSE
  • Latest release: 2.1.3 (published about 2 years ago)
  • Last Synced: 2025-04-29T14:08:13.196Z (1 day ago)
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 227 Last month
  • Rankings:
    • Forks count: 8.691%
    • Stargazers count: 15.092%
    • Dependent repos count: 23.796%
    • Average: 25.627%
    • Dependent packages count: 28.642%
    • Downloads: 51.911%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • httr >= 1.3.1 imports
  • igraph >= 1.2.1 imports
  • jsonlite >= 1.5 imports
  • memoise * imports
  • methods * imports
  • USAboundaries * suggests
  • ggraph >= 2.0.0 suggests
  • knitr * suggests
  • magrittr * suggests
  • mapview * suggests
  • rmarkdown * suggests
  • sf * suggests
  • spelling * suggests
  • taxize * suggests
  • testthat * suggests
  • tibble * suggests
  • tidygraph * suggests
  • vcr * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/lint.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite

Score: 11.017218312335938