Other packages > Find by keyword >

BED  

Biological Entity Dictionary (BED)
View on CRAN: Click here


Download and install BED package within the R console
Install from CRAN:
install.packages("BED")

Install from Github:
library("remotes")
install_github("cran/BED")

Install by package version:
library("remotes")
install_version("BED", "1.6.0")



Attach the package and use:
library("BED")
Maintained by
Patrice Godard
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-01-05
Latest Update: 2023-03-02
Description:
An interface for the 'Neo4j' database providing mapping between different identifiers of biological entities. This Biological Entity Dictionary (BED) has been developed to address three main challenges. The first one is related to the completeness of identifier mappings. Indeed, direct mapping information provided by the different systems are not always complete and can be enriched by mappings provided by other resources. More interestingly, direct mappings not identified by any of these resources can be indirectly inferred by using mappings to a third reference. For example, many human Ensembl gene ID are not directly mapped to any Entrez gene ID but such mappings can be inferred using respective mappings to HGNC ID. The second challenge is related to the mapping of deprecated identifiers. Indeed, entity identifiers can change from one resource release to another. The identifier history is provided by some resources, such as Ensembl or the NCBI, but it is generally not used by mapping tools. The third challenge is related to the automation of the mapping process according to the relationships between the biological entities of interest. Indeed, mapping between gene and protein ID scopes should not be done the same way than between two scopes regarding gene ID. Also, converting identifiers from different organisms should be possible using gene orthologs information. The method has been published by Godard and van Eyll (2018) .
How to cite:
Patrice Godard (2021). BED: Biological Entity Dictionary (BED). R package version 1.6.0, https://cran.r-project.org/web/packages/BED. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.4.3 (2021-01-05 10:10), 1.4.4 (2021-03-12 09:50), 1.4.8 (2022-04-26 13:20), 1.4.11 (2022-11-07 12:50), 1.4.12 (2023-02-16 14:20), 1.4.13 (2023-03-02 11:42), 1.5.0 (2024-01-18 11:50), 1.5.1 (2024-04-28 09:10), 1.5.2 (2024-05-22 12:10)
Other packages that cited BED R package
View BED citation profile
Other R packages that BED depends, imports, suggests or enhances
Complete documentation for BED
Functions, R codes and Examples using the BED R package
Some associated functions: BED . BEIDList . BEIDs . beIDsToAllScopes . bedCall . bedImport . beidsServer . cacheBedCall . cacheBedResult . checkBeIds . checkBedCache . checkBedConn . cleanDubiousXRef . clearBedCache . compareBedInstances . connectToBed . convBeIdLists . convBeIds . convDfBeIds . dumpEnsCore . dumpNcbiDb . dumpNcbiTax . dumpUniprotDb . exploreBe . exploreConvPath . filterByBEID . findBe . findBeids . firstCommonUpstreamBe . focusOnScope.BEIDList . focusOnScope . forgetBedConnection . genBePath . genProbePath . geneIDsToAllScopes . getAllBeIdSources . getBeIdConvTable . getBeIdDescription . getBeIdNameTable . getBeIdNames . getBeIdSymbolTable . getBeIdSymbols . getBeIdURL . getBeIds . getDirectOrigin . getDirectProduct . getEnsemblGeneIds . getEnsemblPeptideIds . getEnsemblTranscriptIds . getGeneDescription . getHomTable . getNcbiGeneTransPep . getOrgNames . getRelevantIds . getTargetedBe . getTaxId . getUniprot . guessIdScope . identicalScopes . is.BEIDList . largestBeSource . listBe . listBeIdSources . listDBAttributes . listOrganisms . listPlatforms . loadBE . loadBENames . loadBESymbols . loadBEVersion . loadBeAttribute . loadBedModel . loadBedOtherIndexes . loadBedResult . loadCodesFor . loadCorrespondsTo . loadHistory . loadIsAssociatedTo . loadIsExpressedAs . loadIsHomologOf . loadIsTranslatedIn . loadLuceneIndexes . loadNCBIEntrezGOFunctions . loadNcbiTax . loadOrganisms . loadPlf . loadProbes . lsBedCache . lsBedConnections . metadata-set . metadata . registerBEDB . scope . scopes . searchBeid . searchId . setBedVersion . showBedDataModel . 
Some associated R codes: BED.R . BEIDList.R . beIDsToAllScopes.R . bedCall.R . bedImport.R . beidsModule.R . cacheBedCall.R . cacheBedResult.R . checkBeIds.R . checkBedCache.R . checkBedConn.R . cleanDubiousXRef.R . clearBedCache.R . compareBedInstances.R . convBeIdLists.R . convBeIds.R . convDfBeIds.R . dumpEnsCore.R . dumpNcbiDb.R . dumpNcbiTax.R . dumpUniprotDb.R . exploreBe.R . exploreConvPath.R . findBe.R . findBeids.R . firstCommonUpstreamBe.R . genBePath.R . genProbePath.R . geneIDsToAllScopes.R . generics.R . getAllBeIdSources.R . getBeIdConvTable.R . getBeIdDescription.R . getBeIdNameTable.R . getBeIdNames.R . getBeIdSymbolTable.R . getBeIdSymbols.R . getBeIdURL.R . getBeIds.R . getDirectOrigin.R . getDirectProduct.R . getEnsemblGeneIds.R . getEnsemblPeptideIds.R . getEnsemblTranscriptIds.R . getGeneDescription.R . getHomTable.R . getNcbiGeneTransPep.R . getOrgNames.R . getRelevantIds.R . getTargetedBe.R . getTaxId.R . getUniprot.R . guessIdScope.R . identicalScopes.R . largestBeSource.R . listBe.R . listBeIdSources.R . listDBAttributes.R . listOrganisms.R . listPlatforms.R . loadBE.R . loadBENames.R . loadBESymbols.R . loadBEVersion.R . loadBeAttribute.R . loadBedModel.R . loadCodesFor.R . loadCorrespondsTo.R . loadHistory.R . loadIsAssociatedTo.R . loadIsExpressedAs.R . loadIsHomologOf.R . loadIsTranslatedIn.R . loadLuceneIndexes.R . loadNCBIEntrezGOFunctions.R . loadNcbiTax.R . loadOrganisms.R . loadPlf.R . loadProbes.R . lsBedCache.R . registerBEDB.R . searchBeid.R . searchId.R . setBedVersion.R . showBedDataModel.R . zzz.R .  Full BED package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA