R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
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]
[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 21 Nov. 2024.
Previous versions and publish date:
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
pkgdepends
Find recursive dependencies of 'R' packages from various
sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Gábor Csárdi (view profile)
r2resize
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
SCBiclust
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Erika S. Helgeson (view profile)
RcppHNSW
'Hnswlib' is a C++ library for Approximate Nearest Neighbors.
This package provides a minimal R int ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: James Melville (view profile)
crossrun
Joint distribution of number of crossings and the
longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Tore Wentzel-Larsen (view profile)
deductive
Attempt to repair inconsistencies and missing values in
data records by using information from vali ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Mark van der Loo (view profile)