R/entrez2caBIO.R

Defines functions `entrez2caBIO`

`entrez2caBIO` <- 
function(lls) {
	stop("Due to termination of caBig, this function is removed in this version!")
#	lls <- unlist(lls)
#	singleMap <- function (ll) {
#		xmlLink <- paste('http://cabioapi.nci.nih.gov/cabio43/GetXML?query=gov.nih.nci.cabio.domain.Gene&gov.nih.nci.common.domain.DatabaseCrossReference[@sourceType=Entrez gene][@crossReferenceId=',ll, ']', sep='')
#		return(.getcaBIOIDInfo(xmlLink))
#	}
#	print('Mapping Entrez IDs to caBIO gene IDs ...') 
#	temp <- lapply(lls, singleMap)
#	if (is.null(names(lls))) names(temp) <- lls
#	else names(temp) <- names(lls)
#	return(temp)
}

Try the GeneAnswers package in your browser

Any scripts or data that you put into this service are public.

GeneAnswers documentation built on Nov. 8, 2020, 4:53 p.m.