Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A utility for loading data from repositories of BEL documents

License

NotificationsYou must be signed in to change notification settings

pybel/bel-repository

Repository files navigation

A utility for loading data from repositories of BEL documents with PyBEL[1].

InstallationCurrent version on PyPIStable Supported Python VersionsLicense

bel_repository can be installed from PyPI with the following command:

$ pip install bel-repository

The latest version can be installed from GitHub with:

$ pip install git+https://github.com/pybel/bel-repository.git

Usage

fromtypingimportMappingfrombel_repositoryimportBELRepositoryfrompybelimportBELGraph# Build a repository by giving a folderbel_repository=BELRepository('/path/to/folder/with/bel/')# Get a mapping from paths to graphsgraphs:Mapping[str,BELGraph]=bel_repository.get_graphs()# Get a combine graphgraph:BELGraph=bel_repository.get_graph()

Example BEL Repositories

Each of these repositories has BEL content that can be pip installed:

More publicly available BEL content can be found in the listing inthis blog post.

References

[1]Hoyt, C. T.,et al. (2017).PyBEL: a computational framework for Biological ExpressionLanguage. Bioinformatics (Oxford, England), 34(4), 703–704.

About

A utility for loading data from repositories of BEL documents

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp